diff options
author | root <root@rshg054.dnsready.net> | 2012-04-20 00:01:59 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-04-20 00:01:59 +0000 |
commit | 68572eac2031955131806e1ab066f5aaac1396e2 (patch) | |
tree | a7ad0bf8988effbf1a55c885f968d10660055cf9 /testing/folks/PKGBUILD | |
parent | 85ca6bfccdec6939881572fb1154f1a07d54937c (diff) |
Fri Apr 20 00:01:59 UTC 2012
Diffstat (limited to 'testing/folks/PKGBUILD')
-rw-r--r-- | testing/folks/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/folks/PKGBUILD b/testing/folks/PKGBUILD index 2ffd19930..9ad3d91b4 100644 --- a/testing/folks/PKGBUILD +++ b/testing/folks/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 156307 2012-04-16 19:48:35Z ibiru $ +# $Id: PKGBUILD 156449 2012-04-18 09:57:54Z heftig $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=folks pkgver=0.6.9 -pkgrel=1 +pkgrel=2 pkgdesc="Library to aggregates people into metacontacts" arch=(i686 x86_64) url="http://telepathy.freedesktop.org/wiki/Folks" @@ -11,7 +11,7 @@ license=('LGPL2.1') depends=('telepathy-glib' 'libgee' 'libxml2' 'evolution-data-server' 'libsocialweb') makedepends=('gobject-introspection' 'intltool') options=('!libtool' '!emptydirs') -source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz) sha256sums=('cb14657f581e3d4b50884ac099ab13c7f9949c99f95806d1b8ad865345d26540') build() { |