diff options
Diffstat (limited to 'gnome-unstable/accountsservice/PKGBUILD')
-rw-r--r-- | gnome-unstable/accountsservice/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnome-unstable/accountsservice/PKGBUILD b/gnome-unstable/accountsservice/PKGBUILD index 8f40e7405..237c3ca39 100644 --- a/gnome-unstable/accountsservice/PKGBUILD +++ b/gnome-unstable/accountsservice/PKGBUILD @@ -1,7 +1,7 @@ -# $Id: PKGBUILD 115733 2011-03-20 21:02:51Z ibiru $ +# $Id: PKGBUILD 118186 2011-04-05 19:20:06Z ibiru $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=accountsservice -pkgver=0.6.6 +pkgver=0.6.8 pkgrel=1 pkgdesc="D-Bus interface for user account query and manipulation" arch=(i686 x86_64) @@ -11,13 +11,14 @@ depends=('dbus-glib' 'polkit') makedepends=('intltool' 'gobject-introspection') options=('!libtool') source=(http://cgit.freedesktop.org/accountsservice/snapshot/${pkgname}-${pkgver}.tar.bz2) -md5sums=('15ce9d4f6157d0bc4e4b4565b1deddca') +md5sums=('beeece0cb3a0eb88f551ad5e37accf8f') build() { cd "$srcdir/$pkgname-$pkgver" ./autogen.sh ./configure --prefix=/usr --sysconfdir=/etc \ --libexecdir=/usr/lib/accountsservice \ + --with-systemdsystemunitdir=/lib/systemd/system \ --localstatedir=/var --disable-static make } |