diff options
Diffstat (limited to 'extra/gnome-contacts/PKGBUILD')
-rw-r--r-- | extra/gnome-contacts/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/gnome-contacts/PKGBUILD b/extra/gnome-contacts/PKGBUILD index 86453a889..ede10f321 100644 --- a/extra/gnome-contacts/PKGBUILD +++ b/extra/gnome-contacts/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 196056 2013-10-07 11:51:18Z jgc $ +# $Id: PKGBUILD 196595 2013-10-15 14:57:07Z heftig $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=gnome-contacts -pkgver=3.10 +pkgver=3.10.1 pkgrel=1 pkgdesc="Contacts Manager for GNOME" arch=(i686 x86_64 mips64el) @@ -12,8 +12,8 @@ groups=(gnome) depends=('gtk3' 'folks' 'libnotify' 'gnome-desktop' 'dconf' 'gnome-online-accounts' 'libgee' 'telepathy-glib' 'cheese') makedepends=('intltool' 'vala' 'gobject-introspection') install=$pkgname.install -source=(http://download.gnome.org/sources/$pkgname/${pkgver}/$pkgname-$pkgver.tar.xz) -sha256sums=('1cb57d81455ee44e50745452bfefdf74f9ad4e393661199005c665284cda20cf') +source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) +sha256sums=('e119c32bb10136e7190f11f79334fa82ed56468cff5bb7836da0ebf7b572779b') build() { cd $pkgname-$pkgver |