Date: Thursday, May 17, 2012 @ 17:36:26 Author: heftig Revision: 159200
0.6.21 Modified: accountsservice/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-05-17 19:03:43 UTC (rev 159199) +++ PKGBUILD 2012-05-17 21:36:26 UTC (rev 159200) @@ -2,7 +2,7 @@ # Maintainer: Ionut Biru <[email protected]> pkgname=accountsservice -pkgver=0.6.20 +pkgver=0.6.21 pkgrel=1 pkgdesc="D-Bus interface for user account query and manipulation" arch=(i686 x86_64) @@ -12,14 +12,14 @@ makedepends=('intltool' 'gobject-introspection' 'vala') options=('!libtool') source=(http://cgit.freedesktop.org/accountsservice/snapshot/${pkgname}-${pkgver}.tar.xz) -md5sums=('0f26a90677e15c5cb38cf28261a3b434') +md5sums=('b501d48963b70983170983258c19cc2c') build() { cd $pkgname-$pkgver ./autogen.sh --prefix=/usr --sysconfdir=/etc \ --libexecdir=/usr/lib/accountsservice \ --with-systemdsystemunitdir=/usr/lib/systemd/system \ - --localstatedir=/var --disable-static + --localstatedir=/var --disable-static --enable-systemd make }
