aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6291d0a..d58546b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 0cfe495..bbddac1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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