diff options
author | root <root@rshg054.dnsready.net> | 2012-11-13 01:32:19 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-11-13 01:32:19 -0800 |
commit | a29329c38e50afd28d28c3a99e35d8774b9b19f8 (patch) | |
tree | 42f4b2e44d0f2fcce6dff4f44ba48e623437b16e /extra/gnome-contacts | |
parent | b863c91c6c9218e2ad9458231b24385be177ed08 (diff) |
Tue Nov 13 01:32:13 PST 2012
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 6b7f71f00..865985478 100644 --- a/extra/gnome-contacts/PKGBUILD +++ b/extra/gnome-contacts/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 169891 2012-10-30 22:33:46Z heftig $ +# $Id: PKGBUILD 170834 2012-11-12 13:27:20Z heftig $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=gnome-contacts -pkgver=3.6.1 +pkgver=3.6.2 pkgrel=1 pkgdesc="Contacts Manager for GNOME" arch=(i686 x86_64) @@ -13,7 +13,7 @@ depends=('gtk3' 'folks' 'libnotify' 'gnome-desktop' 'dconf' 'gnome-online-accoun makedepends=('intltool' 'vala') install=$pkgname.install source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('2cc93827511cd28cc854ce4c36924a437350f7d61b6b0b4140a32833be683f95') +sha256sums=('7d1b6a8e395b15bf150062f332348549cf9deb38dfa3aad9994f70e71d8449fa') build() { cd $pkgname-$pkgver |