summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1bee6eebbada..620790592988 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
pkgbase='python2-pykeepass'
pkgname=('python2-pykeepass')
_module='pykeepass'
-pkgver=3.2.0
+pkgver=3.2.1
pkgrel=1
pkgdesc="Python library to interact with keepass databases (supports KDBX3 and KDBX4)"
url="https://github.com/pschmitt/pykeepass"
-depends=('python2' 'python2-construct' 'python2-argon2')
+depends=('python2' 'python2-future' 'python2-pycryptodomex' 'python2-construct' 'python2-argon2')
makedepends=('python2-setuptools')
license=('GPL3')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")
-sha256sums=('a1eefe0a6f7f368b0e297a1e69a9c50041f09394192e0af9e408f7b844b252fb')
+sha256sums=('b3e07eb2dd3aeb1dfa1a2d2d17be77066ee560c1e770f1c72d7ea5608117d284')
build() {
cd "${srcdir}/${_module}-${pkgver}"