diff options
Diffstat (limited to 'extra/accountsservice/PKGBUILD')
-rw-r--r-- | extra/accountsservice/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/accountsservice/PKGBUILD b/extra/accountsservice/PKGBUILD index 3ca1c1ce8..2e2054f7e 100644 --- a/extra/accountsservice/PKGBUILD +++ b/extra/accountsservice/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 185560 2013-05-15 07:14:20Z heftig $ +# $Id: PKGBUILD 189848 2013-07-09 13:13:14Z heftig $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=accountsservice -pkgver=0.6.32 +pkgver=0.6.34 pkgrel=1 pkgdesc="D-Bus interface for user account query and manipulation" arch=(i686 x86_64 'mips64el') @@ -12,8 +12,8 @@ depends=('glib2' 'polkit' 'systemd') makedepends=('intltool' 'gobject-introspection' 'vala') options=('!libtool') source=($url/$pkgname-$pkgver.tar.xz more-exclusions.patch) -md5sums=('0c2c87f3bf982bdab54be887fed25bc5' - '1d5cf127e5aac407fe7c37b2f4fd503c') +md5sums=('dbf4323b688a314b4bf76890ad6d5279' + '45ef529fb38d32ec7a1d03005dd20ced') build() { cd $pkgname-$pkgver |