git » python-secretstorage.git » commit 5d94a29

upgpkg: 2.1.3-1

author Felix Yan
2015-12-21 01:34:09 UTC
committer Felix Yan
2015-12-21 01:34:09 UTC
parent 3467d0ebfef1620c164ef1c6b3c3af0fb966646d

upgpkg: 2.1.3-1

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index a91c02a..9472e36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
 
 pkgbase=python-secretstorage
 pkgname=(python-secretstorage python2-secretstorage)
-pkgver=2.1.2
-pkgrel=2
+pkgver=2.1.3
+pkgrel=1
 pkgdesc="Securely store passwords and other private data using the SecretService DBus API"
 arch=('any')
 url="https://pypi.python.org/pypi/SecretStorage"
@@ -13,7 +13,7 @@ license=('BSD')
 makedepends=('python-dbus' 'python2-dbus' 'python-crypto' 'python2-crypto')
 checkdepends=('gnome-keyring' 'xorg-server-xvfb' 'dbus-glib')
 source=("https://pypi.python.org/packages/source/S/SecretStorage/SecretStorage-${pkgver}.tar.gz")
-md5sums=('795eadfdfd2f747df146dd1dac9835c0')
+md5sums=('7820b3ac05614b56b3bfc850b7daeb17')
 
 prepare() {
   cp -a SecretStorage-$pkgver{,-py2}