diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-04-20 10:57:49 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-04-20 10:57:49 +0200 |
commit | 742bd5a396f7a4c474e8ffec0686fc7312603cb8 (patch) | |
tree | 4279eed1d5d5c40895c7dcf0025ee62ea81144c1 /community/libuser | |
parent | a51b3c4acfc8b2f659ad0dc6ac655b1381bef757 (diff) | |
parent | 1f9776d421ac40faa59f797893033e99e4f919eb (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/gsynaptics/PKGBUILD
community/xmms2/PKGBUILD
extra/gpsd/PKGBUILD
Diffstat (limited to 'community/libuser')
-rw-r--r-- | community/libuser/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/libuser/PKGBUILD b/community/libuser/PKGBUILD index 6b3a0f420..ff1143354 100644 --- a/community/libuser/PKGBUILD +++ b/community/libuser/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 80627 2012-11-27 13:52:32Z spupykin $ +# $Id: PKGBUILD 88522 2013-04-19 10:31:27Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Thomas Dziedzic < gostrc at gmail > pkgname=libuser -pkgver=0.58 +pkgver=0.59 pkgrel=1 pkgdesc='A standardized interface for manipulating and administering user and group accounts.' arch=('i686' 'x86_64' 'mips64el') @@ -13,7 +13,7 @@ depends=('python2' 'glib2' 'popt') options=('!libtool') backup=('etc/libuser.conf') source=("https://fedorahosted.org/releases/l/i/libuser/libuser-${pkgver}.tar.xz") -md5sums=('1fc3ef3f3a3955b2d78562ff4daed793') +md5sums=('22835cbfec894b1e9491845ed5023244') build() { cd ${pkgname}-${pkgver} |