diff options
Diffstat (limited to 'community/libsignon-glib/PKGBUILD')
-rw-r--r-- | community/libsignon-glib/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/libsignon-glib/PKGBUILD b/community/libsignon-glib/PKGBUILD index ff348042c..11e80c101 100644 --- a/community/libsignon-glib/PKGBUILD +++ b/community/libsignon-glib/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 83004 2013-01-26 14:44:32Z bgyorgy $ +# $Id: PKGBUILD 84337 2013-02-16 20:27:53Z bgyorgy $ # Maintainer: Balló György <ballogyor+arch at gmail dot com> pkgname=libsignon-glib -pkgver=1.8 +pkgver=1.9 pkgrel=1 pkgdesc="GLib-based client library for applications handling account authentication through the Online Accounts Single Sign-On service" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ depends=('signon') makedepends=('python2-gobject') options=('!libtool') source=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz) -sha1sums=('74c2718ea5423747c68b47e52b85a6e273cac085') +sha1sums=('09e0b8da14f4ea9450e33eb5f6808afeefdbbe03') build() { cd "$srcdir/$pkgname-$pkgver" |