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

Filipe Laíns ffy00 at archlinux.org
Thu Sep 6 19:51:47 UTC 2018


    Date: Thursday, September 6, 2018 @ 19:51:47
  Author: ffy00
Revision: 377912

upgpkg: python-keyring 13.2.1-5

Modified:
  python-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-06 19:27:16 UTC (rev 377911)
+++ PKGBUILD	2018-09-06 19:51:47 UTC (rev 377912)
@@ -11,7 +11,7 @@
 _pkgname=${pkgbase#python-}
 pkgname=(python-$_pkgname python2-$_pkgname)
 pkgver=13.2.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Store and access your passwords safely."
 arch=('any')
 url="https://github.com/jaraco/keyring"
@@ -49,7 +49,7 @@
 }
 
 package_python-keyring() {
-  depends=('python-entrypoints' 'python-secretstorage' 'python-jeepney')
+  depends=('python-entrypoints' 'python-secretstorage' 'python-dbus')
   cd $_pkgname-$pkgver
 
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build



More information about the arch-commits mailing list