git » signond.git » commit a4def2f

Update to 8.59

author Antonio Rojas
2016-06-14 10:27:00 UTC
committer Antonio Rojas
2016-06-14 10:27:00 UTC
parent 7effbf95b87dd96422122b090190378b9235bd3b

Update to 8.59

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 4aaa61a..79209f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 # Contributor: Balló György <ballogyor+arch at gmail dot com>
 
 pkgname=signond
-pkgver=8.58
+pkgver=8.59
 pkgrel=1
 pkgdesc="A D-Bus service which performs user authentication on behalf of its clients"
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@ conflicts=(signon signon-qt5)
 provides=(signon signon-qt5)
 replaces=(signon signon-qt5)
 source=("https://gitlab.com/accounts-sso/signond/repository/archive.tar.bz2?ref=VERSION_$pkgver")
-sha1sums=('e736e13d15f7f74e3681696f3a57bc3639bb24ff')
+sha1sums=('e627143950b186ea2851383cad08d401b66282e2')
 
 build() {
   cd $pkgname-*