summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Kundt2015-08-19 21:59:28 +0200
committerMarco Kundt2015-08-19 22:01:23 +0200
commita729616ac5991689640bf0eaf43e1a0a3b3ef294 (patch)
treee0cfd7ba0d2ecab81b7be1cb339a8da6bf38f7a2
parentfc3bae4f4716e0c018efae39e8de8a094981f7af (diff)
downloadaur-a729616ac5991689640bf0eaf43e1a0a3b3ef294.tar.gz
added depends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e94d27b9b04..6ced314359f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = python-kppy
pkgdesc = A Python-module to provide an API to KeePass 1.x files commonly used by KeePassX.
pkgver = 1.4.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/raymontag/kppy
arch = any
license = GPL
makedepends = python
makedepends = python-crypto
+ depends = python-crypto
source = https://github.com/raymontag/kppy/archive/1.4.2.tar.gz
sha256sums = f0824abad31307db5a296527f1f75a57f3e602541c6e6de7eb86a0a784f3991b
diff --git a/PKGBUILD b/PKGBUILD
index fdc7efebb4f0..7ad21e869071 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,12 @@
pkgname=python-kppy
_pkgname=kppy
pkgver=1.4.2
-pkgrel=1
+pkgrel=2
pkgdesc="A Python-module to provide an API to KeePass 1.x files commonly used by KeePassX."
arch=('any')
url="https://github.com/raymontag/kppy"
license=('GPL')
+depends=('python-crypto')
makedepends=('python' 'python-crypto')
source=(https://github.com/raymontag/kppy/archive/${pkgver}.tar.gz)
sha256sums=('f0824abad31307db5a296527f1f75a57f3e602541c6e6de7eb86a0a784f3991b')