[arch-commits] Commit in python-pykeepass/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Sun Jul 3 20:19:39 UTC 2022
Date: Sunday, July 3, 2022 @ 20:19:39
Author: arojas
Revision: 1243848
Update to 4.0.3
Modified:
python-pykeepass/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-07-03 20:03:01 UTC (rev 1243847)
+++ PKGBUILD 2022-07-03 20:19:39 UTC (rev 1243848)
@@ -2,7 +2,7 @@
_pkgname=pykeepass
pkgname=python-pykeepass
-pkgver=4.0.2
+pkgver=4.0.3
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/v$pkgver/$_pkgname-$pkgver.tar.gz")
-md5sums=('f4f261476d8d282b57c0a52d065db9a6')
+md5sums=('461acacc0b37be606aa7e916cf8fe16a')
build() {
cd $_pkgname-$pkgver
More information about the arch-commits
mailing list