git » python-keyring.git » commit d42e49f

upgpkg: 10.2-1

author Felix Yan
2017-01-11 11:25:09 UTC
committer Felix Yan
2017-01-11 11:25:09 UTC
parent a8e9e57b292e39f847aeb73ab3fdf538c645510e

upgpkg: 10.2-1

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index a12498f..af94728 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@
 
 pkgbase=python-keyring
 pkgname=('python-keyring' 'python2-keyring')
-pkgver=10.1
-pkgrel=2
+pkgver=10.2
+pkgrel=1
 pkgdesc="Store and access your passwords safely."
 arch=('any')
 url="http://pypi.python.org/pypi/keyring"
@@ -17,7 +17,7 @@ source=("https://pypi.io/packages/source/k/keyring/keyring-$pkgver.tar.gz")
 makedepends=('python-setuptools_scm' 'python2-setuptools_scm' 'python-secretstorage'
              'python2-secretstorage')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-md5sums=('2300404daf9b0b3c1688a12a80b8c799')
+md5sums=('a09b812c5be99fe48860bb694e3f6aa9')
 
 prepare() {
   cp -a keyring-$pkgver{,-py2}