diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-08-12 15:07:17 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-01 16:03:42 +0200 |
commit | 687e1e6bc7f5590596df00700fd51b833c67e499 (patch) | |
tree | c46b678cc32f0afb4135e583872c74ad8c1d37f6 | |
parent | 4a17d7dfd1047bb493f610612f28be6416e80475 (diff) | |
download | pkgbuilds-687e1e6bc7f5590596df00700fd51b833c67e499.tar.xz |
Reformated all PKGBUILDs
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 7 |
2 files changed, 5 insertions, 4 deletions
@@ -14,7 +14,7 @@ pkgbase = kittypack-git depends = python-yaml backup = etc/kittypack.conf source = git://github.com/MrElendig/kittypack.git - sha1sums = SKIP + sha256sums = SKIP pkgname = kittypack-git @@ -7,13 +7,14 @@ url="https://github.com/MrElendig/kittypack" arch=('any') license=('AGPL3') -backup=('etc/kittypack.conf') - depends=('python' 'python-requests' 'python-docopt' 'python-yaml') makedepends=('git') +backup=('etc/kittypack.conf') + source=(git://github.com/MrElendig/kittypack.git) -sha1sums=('SKIP') + +sha256sums=('SKIP') pkgver() { cd kittypack |