summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Kundt2015-08-19 21:59:28 +0200
committerMarco Kundt2015-08-19 21:59:28 +0200
commit02e3be8372e39211465e8d5ff6eb49fe4c10434f (patch)
tree062fa58fe738fc49a5c3615fda53b3589a51076c
parentfc3bae4f4716e0c018efae39e8de8a094981f7af (diff)
downloadaur-02e3be8372e39211465e8d5ff6eb49fe4c10434f.tar.gz
added depends
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fdc7efebb4f0..ebaeac6462c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ pkgdesc="A Python-module to provide an API to KeePass 1.x files commonly used by
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')