diff options
author | root <root@rshg054.dnsready.net> | 2011-09-09 23:14:45 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-09-09 23:14:45 +0000 |
commit | 42db4a0cf3a829fcd1bc2150669c6aa3c2984815 (patch) | |
tree | 91bdb63fa6802146ab19b3fbf8f6fc5ab78e23c2 /gnome-unstable/gnome-contacts/PKGBUILD | |
parent | a7b0a0b362d0535cd86b575a45ec70cc2332fa62 (diff) |
Fri Sep 9 23:14:45 UTC 2011
Diffstat (limited to 'gnome-unstable/gnome-contacts/PKGBUILD')
-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 81aae1ef1..df964f0b7 100644 --- a/gnome-unstable/gnome-contacts/PKGBUILD +++ b/gnome-unstable/gnome-contacts/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 136955 2011-09-03 20:21:17Z ibiru $ +# $Id: PKGBUILD 137516 2011-09-08 13:39:42Z ibiru $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=gnome-contacts -pkgver=0.1.3 +pkgver=0.1.4.1 pkgrel=1 pkgdesc="Contacts Manager for GNOME" arch=(i686 x86_64) url="http://www.gnome.org" license=('GPL2') groups=(gnome-extra) -depends=('gtk3' 'folks' 'libnotify') +depends=('gtk3' 'folks' 'libnotify' 'gnome-desktop') makedepends=('intltool' 'vala') install= source=(http://download.gnome.org/sources/$pkgname/0.1/$pkgname-$pkgver.tar.xz) -sha256sums=('3de2987af8bad5dce9d165bc07be1080ef2922f68ab0f93157c28fb7ad9af778') +sha256sums=('66dfb898df93b70f40cf9ff290ab8db1bea08d69e637dfba5266de58fa5be367') build() { cd "$srcdir/$pkgname-$pkgver" |