diff options
Diffstat (limited to 'community/libaccounts-glib/PKGBUILD')
-rw-r--r-- | community/libaccounts-glib/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/libaccounts-glib/PKGBUILD b/community/libaccounts-glib/PKGBUILD index 339560038..eee7fa588 100644 --- a/community/libaccounts-glib/PKGBUILD +++ b/community/libaccounts-glib/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 92686 2013-06-12 04:53:53Z bgyorgy $ +# $Id: PKGBUILD 96927 2013-09-08 17:56:34Z bgyorgy $ # Maintainer: Balló György <ballogyor+arch at gmail dot com> pkgname=libaccounts-glib -pkgver=1.11 +pkgver=1.12 pkgrel=1 pkgdesc="Glib-based client library for accessing the online accounts database" arch=('i686' 'x86_64' 'mips64el') @@ -12,7 +12,7 @@ depends=('dbus-glib' 'libxml2' 'sqlite3') makedepends=('python2-gobject') options=('!libtool') source=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz) -sha1sums=('467480fc800c6d22d8d53373f67d49f8a1e4d970') +sha1sums=('165e0b89a0bc47459711b1e7e077fb9e14848503') build() { cd "$srcdir/$pkgname-$pkgver" |