git » python-secretstorage.git » commit 19b771e

upgpkg: 2.2.1-1

author Felix Yan
2016-06-28 02:54:03 UTC
committer Felix Yan
2016-06-28 02:54:03 UTC
parent 6e6f998648a4ed75b474ce5076c4c9194e539afb

upgpkg: 2.2.1-1

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}