diff options
author | root <root@rshg054.dnsready.net> | 2011-09-28 23:14:32 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-09-28 23:14:32 +0000 |
commit | f8db5d1487e8e0ceeb97a396e357c1540a047ed8 (patch) | |
tree | 7ad8dee5bda1fe535c9139770dc7316f9b780818 /gnome-unstable/gnome-contacts | |
parent | ccb9d72bbf1ee4f7a54113eac76a16b0b5014869 (diff) |
Wed Sep 28 23:14:32 UTC 2011
Diffstat (limited to 'gnome-unstable/gnome-contacts')
-rw-r--r-- | gnome-unstable/gnome-contacts/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnome-unstable/gnome-contacts/PKGBUILD b/gnome-unstable/gnome-contacts/PKGBUILD index 36541fdfc..3839a2f10 100644 --- a/gnome-unstable/gnome-contacts/PKGBUILD +++ b/gnome-unstable/gnome-contacts/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 138346 2011-09-20 11:23:36Z ibiru $ +# $Id: PKGBUILD 138703 2011-09-27 17:00:41Z ibiru $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=gnome-contacts -pkgver=0.1.5.2 +pkgver=3.2.0.1 pkgrel=1 pkgdesc="Contacts Manager for GNOME" arch=(i686 x86_64) @@ -12,8 +12,8 @@ groups=(gnome-extra) depends=('gtk3' 'folks' 'libnotify' 'gnome-desktop') makedepends=('intltool' 'vala') install= -source=(http://download.gnome.org/sources/$pkgname/0.1/$pkgname-$pkgver.tar.xz) -sha256sums=('0a6f534a4f0dea48552a47791ea4d4b495e869480222932d9ff4b21503b2428a') +source=(http://download.gnome.org/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz) +sha256sums=('2d8e2a325ecc661805f6e7c6339b3876e766c1e227ff084dc02a7535e5983641') build() { cd "$srcdir/$pkgname-$pkgver" |