summaryrefslogtreecommitdiff
path: root/extra/folks/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/folks/PKGBUILD')
-rw-r--r--extra/folks/PKGBUILD15
1 files changed, 7 insertions, 8 deletions
diff --git a/extra/folks/PKGBUILD b/extra/folks/PKGBUILD
index ff17fe991..e06f098fa 100644
--- a/extra/folks/PKGBUILD
+++ b/extra/folks/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 145054 2011-12-15 21:54:15Z ibiru $
+# $Id: PKGBUILD 156766 2012-04-23 09:05:06Z ibiru $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
pkgname=folks
-pkgver=0.6.6
-pkgrel=1
+pkgver=0.6.9
+pkgrel=2
pkgdesc="Library to aggregates people into metacontacts"
arch=(i686 x86_64)
url="http://telepathy.freedesktop.org/wiki/Folks"
@@ -11,18 +11,17 @@ 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/0.6/$pkgname-$pkgver.tar.xz)
-sha256sums=('3dd6a2983969a6369c6b0e25f28ec92415b5570dd6c89b25385807ecc4aeb0a8')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('cb14657f581e3d4b50884ac099ab13c7f9949c99f95806d1b8ad865345d26540')
build() {
- cd "$srcdir/$pkgname-$pkgver"
-
+ cd "$pkgname-$pkgver"
./configure --prefix=/usr
make
}
package() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd "$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
}