git » python-keyring.git » commit 5b6a82b

upgpkg: 7.1.1-1

author Felix Yan
2016-01-11 02:14:52 UTC
committer Felix Yan
2016-01-11 02:14:52 UTC
parent bfe968cb30795a86bd165efc7c8be32df71cbad4

upgpkg: 7.1.1-1

PKGBUILD +3 -2

diff --git a/PKGBUILD b/PKGBUILD
index f15dfc0..ce93beb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
 
 pkgbase=python-keyring
 pkgname=('python-keyring' 'python2-keyring')
-pkgver=7.0.1
+pkgver=7.1.1
 pkgrel=1
 pkgdesc="Store and access your passwords safely."
 arch=('any')
@@ -18,9 +18,10 @@ 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=('5142f3b500af27cd60f06976b0810673')
+md5sums=('c08c9213c478f1cf0b8c41db863b7b84')
 
 prepare() {
+  rm keyring-$pkgver/keyring/tests/test_XDG.py
   cp -a keyring-$pkgver{,-py2}
 }