| author | Felix Yan
<felixonmars@archlinux.org> 2016-01-11 14:59:56 UTC |
| committer | Felix Yan
<felixonmars@archlinux.org> 2016-01-11 14:59:56 UTC |
| parent | 5b6a82bb08be219f7dd410e4058bf5cd2af5d434 |
| PKGBUILD | +2 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index ce93beb..c1db145 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,7 +7,7 @@ pkgbase=python-keyring pkgname=('python-keyring' 'python2-keyring') -pkgver=7.1.1 +pkgver=7.1.2 pkgrel=1 pkgdesc="Store and access your passwords safely." arch=('any') @@ -18,10 +18,9 @@ makedepends=('python-setuptools_scm' 'python2-setuptools_scm') checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock' 'python-crypto' 'python2-crypto' 'python-secretstorage' 'python2-secretstorage' 'python-gobject' 'python2-gobject' 'libgnome-keyring' 'python2-gdata' 'python-fs' 'python2-fs' 'xorg-server-xvfb') -md5sums=('c08c9213c478f1cf0b8c41db863b7b84') +md5sums=('96901c5fe13e31ad9e54620bb8725815') prepare() { - rm keyring-$pkgver/keyring/tests/test_XDG.py cp -a keyring-$pkgver{,-py2} }