core/nfs-utils to 2.5.1-1

This commit is contained in:
Kevin Mihelich 2020-06-28 16:59:01 +00:00
parent b01172a7b7
commit ed4f4f0e41

View file

@ -10,16 +10,16 @@
pkgbase=nfs-utils
pkgname=('nfs-utils' 'nfsidmap')
pkgver=2.4.3
pkgrel=2
pkgver=2.5.1
pkgrel=1
arch=('x86_64')
url='http://nfs.sourceforge.net'
makedepends=('libevent' 'sqlite' 'rpcsvc-proto')
makedepends=('libevent' 'sqlite' 'rpcsvc-proto' 'device-mapper')
# http://git.linux-nfs.org/?p=steved/nfs-utils.git;a=summary
source=(https://www.kernel.org/pub/linux/utils/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.{xz,sign}
exports)
# https://www.kernel.org/pub/linux/utils/nfs-utils/2.1.1/sha256sums.asc
sha256sums=('af65fce5dd8370cff9ead67baac5a6cd69c376dcadfef264dc2c78c904f26599'
# https://www.kernel.org/pub/linux/utils/nfs-utils/2.5.1/sha256sums.asc
sha256sums=('0f1c8170e16a07d9836bbf0836d48d0c842b6f0e0e8b18748f099751851d30c4'
'SKIP'
'610715ed3daedc43b2536f541c7c57e138fb31eab5d837d9a6187a7403e30154')
validpgpkeys=('E1B71E339E20A10A676F7CB69AFB1D681A125177') # Steve Dickson
@ -63,7 +63,7 @@ package_nfs-utils() {
var/lib/nfs/{etab,rmtab})
depends=('rpcbind' 'nfsidmap' 'gssproxy' 'libevent' 'device-mapper')
optdepends=('sqlite: for nfsdcltrack usage'
'python: for nfsiostat and mountstats usage')
'python: for nfsiostat, nfsdclnts and mountstats usage')
cd "${pkgbase}"-${pkgver}
make DESTDIR="$pkgdir" install
@ -103,7 +103,7 @@ package_nfsidmap() {
pkgdesc="Library to help mapping IDs, mainly for NFSv4"
license=('GPL2')
backup=(etc/idmapd.conf)
depends=('libldap')
depends=('libldap' 'krb5')
cd "${pkgbase}"-${pkgver}
make -C support DESTDIR="$pkgdir" install