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