git » python-keyring.git » commit b65c7f5

upgpkg: 6.1.1-1

author Felix Yan
2016-01-09 02:36:23 UTC
committer Felix Yan
2016-01-09 02:36:23 UTC
parent 5ea8da74c2eaf0607f84f533ac2dfe6ae603ba5b

upgpkg: 6.1.1-1

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 4c167ed..0c4786b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
 
 pkgbase=python-keyring
 pkgname=('python-keyring' 'python2-keyring')
-pkgver=6.1
+pkgver=6.1.1
 pkgrel=1
 pkgdesc="Store and access your passwords safely."
 arch=('any')
@@ -17,8 +17,8 @@ source=("http://pypi.python.org/packages/source/k/keyring/keyring-$pkgver.tar.gz
 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' 'dbus-glib')
-md5sums=('9f564c9a6c406b33643f2cadd6f22a0c')
+              'python2-gdata' 'python-fs' 'python2-fs' 'xorg-server-xvfb')
+md5sums=('ac24d08a2e95429d4e25a070d83bda1e')
 
 prepare() {
   cp -a keyring-$pkgver{,-py2}