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

Felix Yan fyan at archlinux.org
Wed Jul 1 02:58:18 UTC 2015


    Date: Wednesday, July 1, 2015 @ 04:58:18
  Author: fyan
Revision: 136176

upgpkg: python-secretstorage 2.1.2-1

Modified:
  python-secretstorage/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-30 22:16:42 UTC (rev 136175)
+++ PKGBUILD	2015-07-01 02:58:18 UTC (rev 136176)
@@ -5,8 +5,8 @@
 
 pkgbase=python-secretstorage
 pkgname=(python-secretstorage python2-secretstorage)
-pkgver=2.1.1
-pkgrel=2
+pkgver=2.1.2
+pkgrel=1
 pkgdesc="Securely store passwords and other private data using the SecretService DBus API"
 arch=('any')
 url="https://pypi.python.org/pypi/SecretStorage"
@@ -14,7 +14,7 @@
 makedepends=('python-dbus' 'python2-dbus' 'python-crypto' 'python2-crypto')
 checkdepends=('gnome-keyring' 'xorg-server-xvfb')
 source=("https://pypi.python.org/packages/source/S/SecretStorage/SecretStorage-${pkgver}.tar.gz")
-md5sums=('0c5c875104ebb6f6d45c7faf6c2943f9')
+md5sums=('795eadfdfd2f747df146dd1dac9835c0')
 
 prepare() {
   cp -a SecretStorage-$pkgver{,-py2}
@@ -22,10 +22,10 @@
 
 check() {
   cd SecretStorage-$pkgver
-  xvfb-run python -m unittest discover -s tests || warning "Tests failed"
+  xvfb-run -a python -m unittest discover -s tests || warning "Tests failed"
 
   cd ../SecretStorage-$pkgver-py2
-  xvfb-run python2 -m unittest discover -s tests || warning "Tests failed"
+  xvfb-run -a python2 -m unittest discover -s tests || warning "Tests failed"
 }
 
 package_python-secretstorage() {



More information about the arch-commits mailing list