diff options
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 e450a37b8..7f43c4004 100644 --- a/gnome-unstable/gnome-online-accounts/PKGBUILD +++ b/gnome-unstable/gnome-online-accounts/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 152692 2012-03-08 20:39:45Z ibiru $ +# $Id: PKGBUILD 153828 2012-03-19 19:41:02Z ibiru $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=gnome-online-accounts -pkgver=3.3.0 +pkgver=3.3.92 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%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('c5c0bc70b46f5ed5d6aa734834b2e0ef73fb8eddd9fd20606f0582043efb5d22') +sha256sums=('407e2e4b1a41a404e30cdceaa444c363cb3efefd4bcf613811c8d4071cf4ad23') build() { cd "$pkgname-$pkgver" |