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

Balló György bgyorgy at archlinux.org
Tue Mar 12 21:48:21 UTC 2019


    Date: Tuesday, March 12, 2019 @ 21:48:20
  Author: bgyorgy
Revision: 440764

upgpkg: python-pykeepass 3.0.3-2

Add missing python-future dependency (FS#61987)

Modified:
  python-pykeepass/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-12 21:28:23 UTC (rev 440763)
+++ PKGBUILD	2019-03-12 21:48:20 UTC (rev 440764)
@@ -3,12 +3,12 @@
 _pkgname=pykeepass
 pkgname=python-pykeepass
 pkgver=3.0.3
-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-lxml python-pycryptodome)
+depends=(python-argon2_cffi python-construct python-dateutil python-future python-lxml python-pycryptodome)
 makedepends=(git python-setuptools)
 _commit=11ee6052ba83861cd9c08e7fd64b6780f9354e1c  # tags/3.0.3^0
 source=("git+https://github.com/pschmitt/pykeepass#commit=$_commit")



More information about the arch-commits mailing list