diff options
author | root <root@rshg054.dnsready.net> | 2011-10-21 23:14:54 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-10-21 23:14:54 +0000 |
commit | d3d0811e23787b5c66edf94b3351a1555eb5010f (patch) | |
tree | 5fb14b5a2d0bd5b526a58d27e6fb81f04977855a /extra/gnome-contacts | |
parent | 1b21445a8e9097b0bb0542ed847fbb1eb832848f (diff) |
Fri Oct 21 23:14:53 UTC 2011
Diffstat (limited to 'extra/gnome-contacts')
-rw-r--r-- | extra/gnome-contacts/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/gnome-contacts/PKGBUILD b/extra/gnome-contacts/PKGBUILD index c9bcbfa68..5a0fee8ec 100644 --- a/extra/gnome-contacts/PKGBUILD +++ b/extra/gnome-contacts/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 139288 2011-10-01 18:57:32Z ibiru $ +# $Id: PKGBUILD 140885 2011-10-20 05:42:32Z ibiru $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=gnome-contacts -pkgver=3.2.0.1 +pkgver=3.2.1 pkgrel=1 pkgdesc="Contacts Manager for GNOME" arch=(i686 x86_64) @@ -13,7 +13,7 @@ depends=('gtk3' 'folks' 'libnotify' 'gnome-desktop') makedepends=('intltool' 'vala') install= source=(http://download.gnome.org/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz) -sha256sums=('2d8e2a325ecc661805f6e7c6339b3876e766c1e227ff084dc02a7535e5983641') +sha256sums=('31c277a3db145c2353fffe33e613fb634e76fa5caf382e8f307a05e74a6a6eb9') build() { cd "$srcdir/$pkgname-$pkgver" |