diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-02-17 10:46:15 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-02-17 10:46:15 +0100 |
commit | e30ba9d4c857530c2fbb3cc82236a49676d5ebc9 (patch) | |
tree | 966498ac914356462e691b8e550ab1f1d069074c /community/libaccounts-glib | |
parent | 69f67102b7a02871e32a079ffb789d5fca72a746 (diff) | |
parent | c6f4cd18ab706868be0eff10327a0dcd58cecdf3 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/cantata/PKGBUILD
community/ffmpeg-compat/PKGBUILD
community/v8/PKGBUILD
core/e2fsprogs/PKGBUILD
core/groff/PKGBUILD
core/openssl/PKGBUILD
extra/avidemux/PKGBUILD
extra/ffmpeg/PKGBUILD
extra/glpk/PKGBUILD
extra/gstreamer0.10-ugly/PKGBUILD
extra/mediastreamer/PKGBUILD
extra/netcdf/PKGBUILD
extra/octave/PKGBUILD
extra/opal/PKGBUILD
extra/sox/PKGBUILD
extra/x264/PKGBUILD
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 b966dc92f..76ab28601 100644 --- a/community/libaccounts-glib/PKGBUILD +++ b/community/libaccounts-glib/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 83007 2013-01-26 14:48:10Z bgyorgy $ +# $Id: PKGBUILD 84335 2013-02-16 20:11:59Z bgyorgy $ # Maintainer: Balló György <ballogyor+arch at gmail dot com> pkgname=libaccounts-glib -pkgver=1.6 +pkgver=1.7 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=('56a876c15558b894c687c4a0b6fedfc9318f8cd1') +sha1sums=('b81a86ee1f66c592dab573334a1a564c8c497858') build() { cd "$srcdir/$pkgname-$pkgver" |