diff options
author | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-10-26 16:58:53 -0500 |
---|---|---|
committer | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-10-26 16:58:53 -0500 |
commit | ff0b5a38e2b5fd732e485c1851b80d85527a1cd3 (patch) | |
tree | 99fed68411c6b885ae827c741f6355b19d3b9c93 /testing/gnome-online-accounts/PKGBUILD | |
parent | b17b2dbde422e5f40b7ba692768fa4c71df4dd6b (diff) | |
parent | 624bd13e3c8b63d5cf6934807a160296a018f84b (diff) |
Merge branch 'master' of gitpar:abslibre-mips64el
Diffstat (limited to 'testing/gnome-online-accounts/PKGBUILD')
-rw-r--r-- | testing/gnome-online-accounts/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/gnome-online-accounts/PKGBUILD b/testing/gnome-online-accounts/PKGBUILD index 9acf73c48..59690613a 100644 --- a/testing/gnome-online-accounts/PKGBUILD +++ b/testing/gnome-online-accounts/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 138926 2011-09-28 19:30:33Z ibiru $ +# $Id: PKGBUILD 140651 2011-10-17 18:33:53Z ibiru $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=gnome-online-accounts -pkgver=3.2.0.1 +pkgver=3.2.1 pkgrel=1 pkgdesc="GNOME service to access online accounts" arch=(i686 x86_64) @@ -13,7 +13,7 @@ makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl') options=(!libtool) install=$pkgname.install source=(http://download.gnome.org/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz) -sha256sums=('b53e1429930294872b64987bf18e8f2cf07adaac5b1a8c9c15d2fb95ea1e8b2b') +sha256sums=('549c210c358fd05598a00cb7a8d8f5b0fd6e18f7cb321c3c1641fb18f1312234') build() { cd "$srcdir/$pkgname-$pkgver" |