Date: Wednesday, April 18, 2012 @ 05:43:28 Author: heftig Revision: 156442
0.7.0 Modified: folks/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-04-18 09:41:32 UTC (rev 156441) +++ PKGBUILD 2012-04-18 09:43:28 UTC (rev 156442) @@ -2,7 +2,7 @@ # Maintainer: Ionut Biru <[email protected]> pkgname=folks -pkgver=0.6.9 +pkgver=0.7.0 pkgrel=1 pkgdesc="Library to aggregates people into metacontacts" arch=(i686 x86_64) @@ -11,8 +11,8 @@ 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) -sha256sums=('cb14657f581e3d4b50884ac099ab13c7f9949c99f95806d1b8ad865345d26540') +source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz) +sha256sums=('861da1007e859e6bad43388a3bee56c31b3e9d003329086a5038fa6b19c6abf7') build() { cd "$pkgname-$pkgver"
