git » python-secretstorage.git » commit 6203bf3

upgpkg: 2.1.4-1

author Felix Yan
2016-01-10 08:22:01 UTC
committer Felix Yan
2016-01-10 08:22:01 UTC
parent bd4d0ca56c37fed32081d488518086bdd45d6f55

upgpkg: 2.1.4-1

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 7f300c6..494880c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
 
 pkgbase=python-secretstorage
 pkgname=(python-secretstorage python2-secretstorage)
-pkgver=2.1.3
-pkgrel=2
+pkgver=2.1.4
+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' 'dbus-glib')
 checkdepends=('gnome-keyring' 'xorg-server-xvfb' 'dbus-glib')
 source=("https://pypi.python.org/packages/source/S/SecretStorage/SecretStorage-${pkgver}.tar.gz")
-md5sums=('7820b3ac05614b56b3bfc850b7daeb17')
+md5sums=('80ca4a4a0614daf45ee3d0fb17eb41cd')
 
 prepare() {
   cp -a SecretStorage-$pkgver{,-py2}