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

Felix Yan fyan at archlinux.org
Thu Jan 7 07:36:23 UTC 2016


    Date: Thursday, January 7, 2016 @ 08:36:23
  Author: fyan
Revision: 155629

upgpkg: python-secretstorage 2.1.3-2

fix missing dependency on dbus-glib

Modified:
  python-secretstorage/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-07 07:34:56 UTC (rev 155628)
+++ PKGBUILD	2016-01-07 07:36:23 UTC (rev 155629)
@@ -6,12 +6,12 @@
 pkgbase=python-secretstorage
 pkgname=(python-secretstorage python2-secretstorage)
 pkgver=2.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Securely store passwords and other private data using the SecretService DBus API"
 arch=('any')
 url="https://pypi.python.org/pypi/SecretStorage"
 license=('BSD')
-makedepends=('python-dbus' 'python2-dbus' 'python-crypto' 'python2-crypto')
+makedepends=('python-dbus' 'python2-dbus' 'python-crypto' 'python2-crypto' 'dbus-glib')
 checkdepends=('gnome-keyring' 'xorg-server-xvfb' 'dbus-glib')
 source=("https://pypi.python.org/packages/source/S/SecretStorage/SecretStorage-${pkgver}.tar.gz")
 md5sums=('7820b3ac05614b56b3bfc850b7daeb17')
@@ -29,7 +29,7 @@
 }
 
 package_python-secretstorage() {
-  depends=('python-dbus' 'python-crypto')
+  depends=('python-dbus' 'python-crypto' 'dbus-glib')
 
   cd SecretStorage-$pkgver
   python setup.py install -O1 --root="$pkgdir"
@@ -37,7 +37,7 @@
 }
 
 package_python2-secretstorage() {
-  depends=('python2-dbus' 'python2-crypto')
+  depends=('python2-dbus' 'python2-crypto' 'dbus-glib')
 
   cd SecretStorage-$pkgver-py2
   python2 setup.py install -O1 --root="$pkgdir"



More information about the arch-commits mailing list