git » python-secretstorage.git » commit 5167a64

upgpkg: 3.1.1-1

author Felix Yan
2019-01-24 21:35:42 UTC
committer Felix Yan
2019-01-24 21:35:42 UTC
parent 447a347496756e4c2fab618b4ae4f1a96894d88e

upgpkg: 3.1.1-1

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 907c324..989916d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
 
 pkgname=python-secretstorage
 _pkgname=SecretStorage
-pkgver=3.1.0
+pkgver=3.1.1
 pkgrel=1
 pkgdesc="Securely store passwords and other private data using the SecretService DBus API"
 arch=('any')
@@ -14,7 +14,7 @@ license=('BSD')
 depends=('python-cryptography' 'python-jeepney')
 checkdepends=('gnome-keyring' 'xorg-server-xvfb')
 source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha512sums=('a044009480b359aecb0c8782f04e4d02c3c1c0e682f72733896c98f386562c43766318963452d60028d0a92d02903130278cf26a5c206f5f0909e106bdb2d133')
+sha512sums=('295e0f75c772edf153480730dc20051f06e60e040a18f169620cb4aaa37b8c1a254a496464d3794a38cf49fa884a7b561fe364816f0d12a5b2622c77259f03cf')
 
 build() {
   cd $_pkgname-$pkgver