diff options
author | root <root@rshg054.dnsready.net> | 2012-07-01 00:03:50 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-07-01 00:03:50 +0000 |
commit | 55f2d1ab0ab1bd2f7c8c7c5cefeb45f7c457a5d9 (patch) | |
tree | 2225c1ac4218dd287787d4a4c8ec8ceaced09067 /extra/accountsservice | |
parent | 3025740c981e5acc29f25b400bc93046776d7008 (diff) |
Sun Jul 1 00:03:50 UTC 2012
Diffstat (limited to 'extra/accountsservice')
-rw-r--r-- | extra/accountsservice/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/accountsservice/PKGBUILD b/extra/accountsservice/PKGBUILD index 6f3006ddc..fbda66e3b 100644 --- a/extra/accountsservice/PKGBUILD +++ b/extra/accountsservice/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 159201 2012-05-17 21:37:52Z heftig $ +# $Id: PKGBUILD 162754 2012-06-29 15:28:24Z ibiru $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=accountsservice -pkgver=0.6.21 +pkgver=0.6.22 pkgrel=1 pkgdesc="D-Bus interface for user account query and manipulation" arch=(i686 x86_64) @@ -12,7 +12,7 @@ depends=('glib2' 'polkit' 'libsystemd') makedepends=('intltool' 'gobject-introspection' 'vala') options=('!libtool') source=(http://cgit.freedesktop.org/accountsservice/snapshot/${pkgname}-${pkgver}.tar.xz) -md5sums=('b501d48963b70983170983258c19cc2c') +md5sums=('6159898955b4c7079a8ae64cd7aa5bf1') build() { cd $pkgname-$pkgver |