diff options
author | root <root@rshg054.dnsready.net> | 2013-10-31 01:12:24 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-31 01:12:24 -0700 |
commit | b2a6f1b28b7fa31088cab9a90b0f5ab97948534d (patch) | |
tree | afa7b467e44b704b69c66862852a8c3118b8e308 /core/nfsidmap | |
parent | 7c151ac5589d3dbef5972f69a62b847ecf565bfa (diff) |
Thu Oct 31 01:09:50 PDT 2013
Diffstat (limited to 'core/nfsidmap')
-rw-r--r-- | core/nfsidmap/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/core/nfsidmap/PKGBUILD b/core/nfsidmap/PKGBUILD index da237370d..285865fd5 100644 --- a/core/nfsidmap/PKGBUILD +++ b/core/nfsidmap/PKGBUILD @@ -1,16 +1,15 @@ -# $Id: PKGBUILD 167157 2012-09-26 16:38:02Z tpowa $ +# $Id: PKGBUILD 197833 2013-10-30 11:06:02Z allan $ # Maintainer: # Contributor: Judd <jvinet@zeroflux.org> pkgname=nfsidmap pkgver=0.25 -pkgrel=1 +pkgrel=2 pkgdesc="Library to help mapping IDs, mainly for NFSv4" arch=('i686' 'x86_64') url="http://www.citi.umich.edu/projects/nfsv4/linux/" depends=('glibc' 'libldap>=2.4.18') license=('custom:nfsidmap') -options=(!libtool) source=(http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/libnfsidmap-$pkgver.tar.gz) build() { |