diff options
author | root <root@rshg054.dnsready.net> | 2013-06-13 00:06:37 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-06-13 00:06:37 -0700 |
commit | 999ea819e4912b07aecd1ee8187ff1abcdb3de36 (patch) | |
tree | 309344ea67ffd1cdd352b31536c71cec2ce08302 /community/libaccounts-glib | |
parent | df4e45a41dbb2c5b9600f2c2f824f8e3efbc5bf0 (diff) |
Thu Jun 13 00:06:37 PDT 2013
Diffstat (limited to 'community/libaccounts-glib')
-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 e289718d1..3a0fed574 100644 --- a/community/libaccounts-glib/PKGBUILD +++ b/community/libaccounts-glib/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 85006 2013-02-26 17:28:47Z bgyorgy $ +# $Id: PKGBUILD 92686 2013-06-12 04:53:53Z bgyorgy $ # Maintainer: Balló György <ballogyor+arch at gmail dot com> pkgname=libaccounts-glib -pkgver=1.8 +pkgver=1.11 pkgrel=1 pkgdesc="Glib-based client library for accessing the online accounts database" arch=('i686' 'x86_64') @@ -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=('5d827392f6da2ff74e342a6b3a50fbe3486b49b0') +sha1sums=('467480fc800c6d22d8d53373f67d49f8a1e4d970') build() { cd "$srcdir/$pkgname-$pkgver" |