* update libnfs to 5.0.3-1.1

This commit is contained in:
Alexander Baldeck 2024-10-18 10:34:51 +02:00
parent c488fb7726
commit d24a885532
2 changed files with 18 additions and 1 deletions

17
libnfs/.SRCINFO Normal file
View File

@ -0,0 +1,17 @@
pkgbase = libnfs
pkgdesc = client library for accessing NFS shares
pkgver = 5.0.3
pkgrel = 1.1
url = https://github.com/sahlberg/libnfs
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = GPL
depends = glibc
options = debug
source = https://github.com/sahlberg/libnfs/archive/libnfs-5.0.3.tar.gz
sha512sums = 1581c4a599e7b2a837553df2a4e1e4255a726907cd54ce3e82b0b725c79e2fd15d7ed921dbe9519d73204f5ca735d27b347888d3f1162c4c2144e9d72e327ff1
pkgname = libnfs

View File

@ -3,7 +3,7 @@
pkgname=libnfs
pkgver=5.0.3
pkgrel=1
pkgrel=1.1
pkgdesc="client library for accessing NFS shares"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://github.com/sahlberg/libnfs"