git » python-secretstorage.git » commit 6e6f998

upgpkg: 2.2.0-1

author Felix Yan
2016-06-18 14:31:30 UTC
committer Felix Yan
2016-06-18 14:31:30 UTC
parent 6203bf31fdab0d144ac0ac650fa262ca6640d320

upgpkg: 2.2.0-1

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 494880c..8320729 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 
 pkgbase=python-secretstorage
 pkgname=(python-secretstorage python2-secretstorage)
-pkgver=2.1.4
+pkgver=2.2.0
 pkgrel=1
 pkgdesc="Securely store passwords and other private data using the SecretService DBus API"
 arch=('any')
@@ -12,8 +12,8 @@ url="https://pypi.python.org/pypi/SecretStorage"
 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=('80ca4a4a0614daf45ee3d0fb17eb41cd')
+source=("https://pypi.io/packages/source/S/SecretStorage/SecretStorage-${pkgver}.tar.gz")
+md5sums=('651149db1b154d4fbcb725c857a0627f')
 
 prepare() {
   cp -a SecretStorage-$pkgver{,-py2}