[arch-commits] Commit in python-pykeepass/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Wed Jul 21 18:03:57 UTC 2021


    Date: Wednesday, July 21, 2021 @ 18:03:56
  Author: arojas
Revision: 982551

Update to 4.0.1

Modified:
  python-pykeepass/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-21 18:03:47 UTC (rev 982550)
+++ PKGBUILD	2021-07-21 18:03:56 UTC (rev 982551)
@@ -2,7 +2,7 @@
 
 _pkgname=pykeepass
 pkgname=python-pykeepass
-pkgver=4.0.0
+pkgver=4.0.1
 pkgrel=1
 pkgdesc="Python library to interact with keepass databases"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=(python-argon2_cffi python-construct python-dateutil python-future python-lxml python-pycryptodomex)
 makedepends=(python-setuptools)
 source=("https://github.com/libkeepass/$_pkgname/archive/$pkgver/$_pkgname-$pkgver.tar.gz")
-md5sums=('3d6a498a29f0db0f7abb98d1bd7f2409')
+md5sums=('81c93b4934b8eadeedb0eca095abb24b')
 
 build() {
   cd $_pkgname-$pkgver




More information about the arch-commits mailing list