summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonne Haß2021-03-02 20:41:13 +0100
committerJonne Haß2021-03-02 20:41:13 +0100
commiteab6e51a9f8ed0c3cf36f159beb74ef874764abd (patch)
tree3299baa7d859ad57398a25ad0d067cd6246dc53f
parent24d1cd07f7ab044bfd7e47e2d12078a33c3590ef (diff)
downloadaur-eab6e51a9f8ed0c3cf36f159beb74ef874764abd.tar.gz
python2-pykeepass: 4.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cee35308aefd..6609c077c993 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = python2-pykeepass
pkgdesc = Python library to interact with keepass databases (supports KDBX3 and KDBX4)
- pkgver = 3.2.1
+ pkgver = 4.0.0
pkgrel = 1
- url = https://github.com/pschmitt/pykeepass
+ url = https://github.com/libkeepass/pykeepass
arch = any
license = GPL3
makedepends = python2-setuptools
@@ -11,8 +11,8 @@ pkgbase = python2-pykeepass
depends = python2-pycryptodomex
depends = python2-construct
depends = python2-argon2
- source = https://files.pythonhosted.org/packages/source/p/pykeepass/pykeepass-3.2.1.tar.gz
- sha256sums = b3e07eb2dd3aeb1dfa1a2d2d17be77066ee560c1e770f1c72d7ea5608117d284
+ source = https://files.pythonhosted.org/packages/source/p/pykeepass/pykeepass-4.0.0.tar.gz
+ sha256sums = 1b41b3277ea4e044556e1c5a21866ea4dfd36e69a4c0f14272488f098063178f
pkgname = python2-pykeepass
depends = python2
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}"