diff options
author | root <root@rshg054.dnsready.net> | 2012-09-25 00:23:17 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-09-25 00:23:17 -0700 |
commit | 9ddf3e5a94b0848cdf9e6ffcc586576bb614bc13 (patch) | |
tree | 6b81ad2acdf24efb0e3a131110ebe97d4b9ed599 /gnome-unstable/gnome-online-accounts/PKGBUILD | |
parent | 8f0a971364bf8fee254a13a94adf2bfa9173e804 (diff) |
Tue Sep 25 00:23:14 PDT 2012
Diffstat (limited to 'gnome-unstable/gnome-online-accounts/PKGBUILD')
-rw-r--r-- | gnome-unstable/gnome-online-accounts/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnome-unstable/gnome-online-accounts/PKGBUILD b/gnome-unstable/gnome-online-accounts/PKGBUILD index 1e5d89a04..8f0bc61f9 100644 --- a/gnome-unstable/gnome-online-accounts/PKGBUILD +++ b/gnome-unstable/gnome-online-accounts/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 166817 2012-09-19 15:54:37Z jgc $ +# $Id: PKGBUILD 167051 2012-09-24 20:58:52Z jgc $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=gnome-online-accounts -pkgver=3.5.92 +pkgver=3.6.0 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/${pkgver:0:3}/$pkgname-$pkgver.tar.xz) -sha256sums=('a99aab0aea495970dd6c07d4e62c05a71d47addfa5e53e5aece86af8f1fc1479') +sha256sums=('2a88772873935b1c23e8e6b7a2333d8cfb225755aba22e0977129f13351028f7') build() { cd "$pkgname-$pkgver" |