diff options
Diffstat (limited to 'extra/folks/PKGBUILD')
-rw-r--r-- | extra/folks/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/folks/PKGBUILD b/extra/folks/PKGBUILD index 759e81b4b..2c01d9111 100644 --- a/extra/folks/PKGBUILD +++ b/extra/folks/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 183356 2013-04-21 22:09:07Z heftig $ +# $Id: PKGBUILD 188065 2013-06-08 08:06:46Z heftig $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=folks -pkgver=0.9.1 -pkgrel=3 +pkgver=0.9.2 +pkgrel=1 pkgdesc="Library to aggregates people into metacontacts" arch=(i686 x86_64) url="http://telepathy.freedesktop.org/wiki/Folks" @@ -13,7 +13,7 @@ makedepends=(gobject-introspection intltool) install=folks.install options=('!libtool' '!emptydirs') source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('102b1867355d16e73a837871a058dda13c74fa385908ddda1623893ab0baee4a') +sha256sums=('4b034ffe83928acd8a7d607edab60f36eb13801a9d3fcc34ccc7c34a16747818') build() { cd "$pkgname-$pkgver" |