summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonne Haß2022-01-02 15:05:12 +0100
committerJonne Haß2022-01-02 15:05:12 +0100
commitfae20eddf9e78927f9443f83423ac2d7f8d0873a (patch)
treeb11e3377cbb14d854139100cf27d99d68aa351ae /PKGBUILD
parenteab6e51a9f8ed0c3cf36f159beb74ef874764abd (diff)
downloadaur-python2-pykeepass.tar.gz
python2-pykeepass: 4.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ba2943f4cd57..efb9855fc96b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgbase='python2-pykeepass'
pkgname=('python2-pykeepass')
_module='pykeepass'
-pkgver=4.0.0
+pkgver=4.0.1
pkgrel=1
pkgdesc="Python library to interact with keepass databases (supports KDBX3 and KDBX4)"
url="https://github.com/libkeepass/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=('1b41b3277ea4e044556e1c5a21866ea4dfd36e69a4c0f14272488f098063178f')
+sha256sums=('eaa2a016c15a81beb6e253a8cb1fe64738b5fb4a28389dcdba621ea538dd814b')
build() {
cd "${srcdir}/${_module}-${pkgver}"