| author | Felix Yan
<felixonmars@archlinux.org> 2016-07-15 08:10:47 UTC |
| committer | Felix Yan
<felixonmars@archlinux.org> 2016-07-15 08:10:47 UTC |
| parent | 4c146598b6a3f832bdaa0eee9e29734b327b4ec6 |
| PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index a155384..c1ae3fe 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,7 +7,7 @@ pkgbase=python-keyring pkgname=('python-keyring' 'python2-keyring') -pkgver=9.3 +pkgver=9.3.1 pkgrel=1 pkgdesc="Store and access your passwords safely." arch=('any') @@ -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=('37dd8a29d86f683f773b3496e1a04ef2') +md5sums=('934aad9f3cdcc860029a0122fb5f67bb') prepare() { cp -a keyring-$pkgver{,-py2}