diff options
Diffstat (limited to 'extra/accountsservice/PKGBUILD')
-rw-r--r-- | extra/accountsservice/PKGBUILD | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/extra/accountsservice/PKGBUILD b/extra/accountsservice/PKGBUILD index ab7f8f246..1dfa64b75 100644 --- a/extra/accountsservice/PKGBUILD +++ b/extra/accountsservice/PKGBUILD @@ -1,26 +1,18 @@ -# $Id: PKGBUILD 193628 2013-08-26 09:59:39Z jgc $ +# $Id: PKGBUILD 197848 2013-10-30 11:14:12Z allan $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=accountsservice -pkgver=0.6.34 -pkgrel=2 +pkgver=0.6.35 +pkgrel=1 pkgdesc="D-Bus interface for user account query and manipulation" arch=(i686 x86_64 'mips64el') url="http://www.freedesktop.org/software/accountsservice/" license=('GPL3') depends=('glib2' 'polkit' 'systemd') -makedepends=('intltool' 'gobject-introspection' 'vala') -options=('!libtool') -source=($url/$pkgname-$pkgver.tar.xz more-exclusions.patch git-fixes.patch) -md5sums=('dbf4323b688a314b4bf76890ad6d5279' - '45ef529fb38d32ec7a1d03005dd20ced' - '5082c3ba917c520b70f3c5089cb02c9c') +makedepends=('intltool' 'gobject-introspection') +source=($url/$pkgname-$pkgver.tar.xz) +md5sums=('3a81133e95faafb603de4475802cb06a') -prepare() { - cd $pkgname-$pkgver - patch -Np1 -i ../git-fixes.patch - patch -Np1 -i ../more-exclusions.patch -} build() { cd $pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc \ |