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 620790592988..ba2943f4cd57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
pkgbase='python2-pykeepass'
pkgname=('python2-pykeepass')
_module='pykeepass'
-pkgver=3.2.1
+pkgver=4.0.0
pkgrel=1
pkgdesc="Python library to interact with keepass databases (supports KDBX3 and KDBX4)"
-url="https://github.com/pschmitt/pykeepass"
+url="https://github.com/libkeepass/pykeepass"
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=('b3e07eb2dd3aeb1dfa1a2d2d17be77066ee560c1e770f1c72d7ea5608117d284')
+sha256sums=('1b41b3277ea4e044556e1c5a21866ea4dfd36e69a4c0f14272488f098063178f')
build() {
cd "${srcdir}/${_module}-${pkgver}"