git » python-secretstorage.git » commit bca4723

upgpkg: 2.3.1-1

author Felix Yan
2016-08-28 15:24:50 UTC
committer Felix Yan
2016-08-28 15:24:50 UTC
parent 960d7da9da600c2998bc66146e30288616a1bd0d

upgpkg: 2.3.1-1

PKGBUILD +4 -4

diff --git a/PKGBUILD b/PKGBUILD
index ac81712..fce56bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 
 pkgbase=python-secretstorage
 pkgname=(python-secretstorage python2-secretstorage)
-pkgver=2.3.0
+pkgver=2.3.1
 pkgrel=1
 pkgdesc="Securely store passwords and other private data using the SecretService DBus API"
 arch=('any')
@@ -14,7 +14,7 @@ makedepends=('python-dbus' 'python2-dbus' 'python-crypto' 'python2-crypto' 'dbus
              'python-cryptography' 'python2-cryptography')
 checkdepends=('gnome-keyring' 'xorg-server-xvfb' 'dbus-glib')
 source=("https://pypi.io/packages/source/S/SecretStorage/SecretStorage-${pkgver}.tar.gz")
-md5sums=('c39ec3f9af77fa82a606e0cd62795962')
+md5sums=('3b9465831b069e2622973afb7deb7bc2')
 
 prepare() {
   cp -a SecretStorage-$pkgver{,-py2}
@@ -22,10 +22,10 @@ prepare() {
 
 check() {
   cd SecretStorage-$pkgver
-  xvfb-run -a python -m unittest discover -s tests || warning "Tests failed"
+  dbus-launch xvfb-run -a python -m unittest discover -s tests || warning "Tests failed"
 
   cd ../SecretStorage-$pkgver-py2
-  xvfb-run -a python2 -m unittest discover -s tests || warning "Tests failed"
+  dbus-launch xvfb-run -a python2 -m unittest discover -s tests || warning "Tests failed"
 }
 
 package_python-secretstorage() {