summaryrefslogtreecommitdiff
path: root/extra/accountsservice/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-12-14 14:20:24 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-12-14 14:20:24 +0100
commit20553d4814291e0960f86db52ff7d939241ff1d7 (patch)
tree8163d4cee334e471830714257e6df81d18a0ad1c /extra/accountsservice/PKGBUILD
parentd51e9b973c5e554869e188fdc65106728c95c0c7 (diff)
parent1b9faba25721b73f30e49f0cea9c7346eedd0f73 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/netsurf/PKGBUILD extra/python/PKGBUILD extra/python2/PKGBUILD
Diffstat (limited to 'extra/accountsservice/PKGBUILD')
-rw-r--r--extra/accountsservice/PKGBUILD14
1 files changed, 6 insertions, 8 deletions
diff --git a/extra/accountsservice/PKGBUILD b/extra/accountsservice/PKGBUILD
index eb8be47cb..b23aea1fe 100644
--- a/extra/accountsservice/PKGBUILD
+++ b/extra/accountsservice/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 172182 2012-12-01 09:02:32Z heftig $
+# $Id: PKGBUILD 173212 2012-12-13 09:39:25Z heftig $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
pkgname=accountsservice
-pkgver=0.6.29
-pkgrel=2
+pkgver=0.6.30
+pkgrel=1
pkgdesc="D-Bus interface for user account query and manipulation"
arch=(i686 x86_64 'mips64el')
url="http://www.freedesktop.org/software/accountsservice/"
@@ -11,15 +11,13 @@ license=('GPL3')
depends=('glib2' 'polkit' 'systemd')
makedepends=('intltool' 'gobject-introspection' 'vala')
options=('!libtool')
-source=($url/$pkgname-$pkgver.tar.xz more-exclusions.patch 32bit-crash.patch)
-md5sums=('396c16f39711e24bb7cc685a170befa3'
- '1d5cf127e5aac407fe7c37b2f4fd503c'
- '2d364b82e7bb1df4aaae70e9ac5be0ba')
+source=($url/$pkgname-$pkgver.tar.xz more-exclusions.patch)
+md5sums=('8955b53b0ac9036b3f6a91202ff954f1'
+ '1d5cf127e5aac407fe7c37b2f4fd503c')
build() {
cd $pkgname-$pkgver
patch -Np1 -i ../more-exclusions.patch
- patch -Np1 -i ../32bit-crash.patch
./configure --prefix=/usr --sysconfdir=/etc \
--libexecdir=/usr/lib/accountsservice \
--with-systemdsystemunitdir=/usr/lib/systemd/system \