git » python-secretstorage.git » commit 3467d0e

rebuild for python 3.5

author Felix Yan
2015-09-20 01:51:16 UTC
committer Felix Yan
2015-09-20 01:51:16 UTC
parent c30142963cae4458aab092423d0a32b9f33f83d5

rebuild for python 3.5

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index a104487..a91c02a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
 pkgbase=python-secretstorage
 pkgname=(python-secretstorage python2-secretstorage)
 pkgver=2.1.2
-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')
-checkdepends=('gnome-keyring' 'xorg-server-xvfb')
+checkdepends=('gnome-keyring' 'xorg-server-xvfb' 'dbus-glib')
 source=("https://pypi.python.org/packages/source/S/SecretStorage/SecretStorage-${pkgver}.tar.gz")
 md5sums=('795eadfdfd2f747df146dd1dac9835c0')