| author | Felix Yan
<felixonmars@archlinux.org> 2015-07-01 02:58:18 UTC |
| committer | Felix Yan
<felixonmars@archlinux.org> 2015-07-01 02:58:18 UTC |
| parent | df269826006456ee80c7596a910ccefe266b3b9e |
| PKGBUILD | +5 | -5 |
diff --git a/PKGBUILD b/PKGBUILD index d2e84e4..a104487 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,8 +4,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" @@ -13,7 +13,7 @@ license=('BSD') 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} @@ -21,10 +21,10 @@ prepare() { 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() {