summaryrefslogtreecommitdiff
path: root/nfs-utils/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'nfs-utils/Pkgfile')
-rw-r--r--nfs-utils/Pkgfile9
1 files changed, 3 insertions, 6 deletions
diff --git a/nfs-utils/Pkgfile b/nfs-utils/Pkgfile
index ef6d08f50..80b98202e 100644
--- a/nfs-utils/Pkgfile
+++ b/nfs-utils/Pkgfile
@@ -4,18 +4,15 @@
# Depends on: libdevmapper util-linux libcap rpcbind libevent keyutils sqlite3 python3
name=nfs-utils
-version=2.5.1
-release=2
+version=2.5.2
+release=1
source=(https://www.kernel.org/pub/linux/utils/$name/$version/$name-$version.tar.xz
exports idmapd.conf
- nfs nfsclient nfsserver rpc.idmapd rpc.statd rpc.mountd rpc.nfsd nfsdcld
- python3.patch)
+ nfs nfsclient nfsserver rpc.idmapd rpc.statd rpc.mountd rpc.nfsd nfsdcld)
build () {
cd $name-$version
- patch -p1 -i $SRC/python3.patch
-
CONFIG_SHELL=/bin/bash \
./configure --prefix=/usr \
--sysconfdir=/etc \

Generated by cgit