diff options
Diffstat (limited to 'core/nfsidmap/PKGBUILD')
-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() { |