| author | Felix Yan
<felixonmars@archlinux.org> 2016-06-28 02:54:03 UTC |
| committer | Felix Yan
<felixonmars@archlinux.org> 2016-06-28 02:54:03 UTC |
| parent | 6e6f998648a4ed75b474ce5076c4c9194e539afb |
| PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 8320729..1488c41 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgbase=python-secretstorage pkgname=(python-secretstorage python2-secretstorage) -pkgver=2.2.0 +pkgver=2.2.1 pkgrel=1 pkgdesc="Securely store passwords and other private data using the SecretService DBus API" arch=('any') @@ -13,7 +13,7 @@ license=('BSD') makedepends=('python-dbus' 'python2-dbus' 'python-crypto' 'python2-crypto' 'dbus-glib') checkdepends=('gnome-keyring' 'xorg-server-xvfb' 'dbus-glib') source=("https://pypi.io/packages/source/S/SecretStorage/SecretStorage-${pkgver}.tar.gz") -md5sums=('651149db1b154d4fbcb725c857a0627f') +md5sums=('9a6f9e4c9962e6cd616624c331fce1ab') prepare() { cp -a SecretStorage-$pkgver{,-py2}