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

Balló György bgyorgy at archlinux.org
Sun Oct 25 16:31:53 UTC 2020


    Date: Sunday, October 25, 2020 @ 16:31:52
  Author: bgyorgy
Revision: 732834

upgpkg: python-pykeepass 3.2.1-2: Fix python-pycryptodomex dependency (FS#68412)

Modified:
  python-pykeepass/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-25 16:31:44 UTC (rev 732833)
+++ PKGBUILD	2020-10-25 16:31:52 UTC (rev 732834)
@@ -3,12 +3,12 @@
 _pkgname=pykeepass
 pkgname=python-pykeepass
 pkgver=3.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Python library to interact with keepass databases"
 arch=('any')
 url="https://github.com/pschmitt/pykeepass"
 license=('GPL3')
-depends=(python-argon2_cffi python-construct python-dateutil python-future python-lxml python-pycryptodome)
+depends=(python-argon2_cffi python-construct python-dateutil python-future python-lxml python-pycryptodomex)
 makedepends=(git python-setuptools)
 _commit=4ef5069d14131b2ac8d34ef260afdbd58bffb3a4  # tags/3.2.1
 source=("git+https://github.com/pschmitt/pykeepass#commit=$_commit")



More information about the arch-commits mailing list