summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba39414516d6..35b9d3ab511c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-pykeepass
pkgdesc = Python library to interact with keepass databases (supports KDBX3 and KDBX4)
- pkgver = 3.0.3
+ pkgver = 3.2.0
pkgrel = 1
url = https://github.com/pschmitt/pykeepass
arch = any
@@ -9,8 +9,8 @@ pkgbase = python2-pykeepass
depends = python2
depends = python2-construct
depends = python2-argon2
- source = https://files.pythonhosted.org/packages/source/p/pykeepass/pykeepass-3.0.3.tar.gz
- sha256sums = 2c9e2ddb03ee696ed8aa72c2cddfb81280614864e003226141d68b975aa56f6f
+ source = https://files.pythonhosted.org/packages/source/p/pykeepass/pykeepass-3.2.0.tar.gz
+ sha256sums = a1eefe0a6f7f368b0e297a1e69a9c50041f09394192e0af9e408f7b844b252fb
pkgname = python2-pykeepass
depends = python2
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}"