Date: Tuesday, October 26, 2010 @ 05:12:29 Author: ibiru Revision: 97061
upgpkg: folks 0.2.1-1 update to 0.2.1 Modified: folks/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-10-26 09:10:31 UTC (rev 97060) +++ PKGBUILD 2010-10-26 09:12:29 UTC (rev 97061) @@ -1,23 +1,23 @@ # $Id$ # Maintainer: Ionut Biru <[email protected]> pkgname=folks -pkgver=0.2.0 +pkgver=0.2.1 pkgrel=1 pkgdesc="Library to aggregates people into metacontacts " arch=(i686 x86_64) url="http://telepathy.freedesktop.org/wiki/Folks" license=('LGPL2.1') -depends=('telepathy-glib>=0.11.16' 'libgee>=0.5.3' 'libxml2>=2.7.7') +depends=('telepathy-glib>=0.12.1' 'libgee>=0.6.0' 'libxml2>=2.7.7') makedepends=('gobject-introspection' 'vala') options=('!libtool') source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.2/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('25f4760ba777b2f8a90576ac43c1540c9fd88dd4d39de3d07bc7f2f9ef5fc84f') +sha256sums=('f8eeeb6a6974416d4db1ab6b18187173fb6ff4ec7830bece379dfba9b25f2a29') build() { cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr make - make DESTDIR="$pkgdir/" install + make DESTDIR="$pkgdir" install } # vim:set ts=2 sw=2 et:
