summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/nfs-utils/PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/core/nfs-utils/PKGBUILD b/core/nfs-utils/PKGBUILD
index 1611304e..ebc92540 100644
--- a/core/nfs-utils/PKGBUILD
+++ b/core/nfs-utils/PKGBUILD
@@ -1,6 +1,6 @@
# sprintf format patches: https://marc.info/?l=linux-nfs&m=155854918115682&w=2
source+=(nfs-utils-2.3.4-nfsdcld-sqlite-PRIx.patch)
-sha1sums+=('4c6c2bc5d188d969b48707366aa7d1b8b255ecc4')
+sha256sums+=('0238536da610dbde313d9f2d367c6f2b19039f0bae36175af5c46c4a7d2f36bf')
eval "$(
declare -f prepare | \
sed '
@@ -10,7 +10,7 @@ eval "$(
# linking errors for statdb_dump test program
source+=(nfs-utils-2.3.4-testing-statdb_dump-linking.patch)
-sha1sums+=('2d629464292af5a3224173bb8f055d96e00ba68c')
+sha256sums+=('e92a5a3e537a356c45c071a346ba47f8f15f76a221804b3e82eca13e330238be')
eval "$(
declare -f prepare | \
sed '
@@ -22,10 +22,13 @@ eval "$(
# 'nlm_sm_prog_4' get no prototypes in 'nlm_sm_inter.h' when generated with 'rpcgen'
# (could be a bug in 'rpcsvc-proto')
source+=(nfs-utils-2.3.4-rpcgen-missing-prototype.patch)
-sha1sums+=('ae1c467933547aa71ff4660c953734d2de69e9e0')
+sha256sums+=('dc950cd90fe8bb623b376af12f6181804f165f26714cb547d459f790d9c248bb')
eval "$(
declare -f prepare | \
sed '
/.*autoreconf.*/i patch -p1 < ../nfs-utils-2.3.4-rpcgen-missing-prototype.patch
'
)"
+
+# Why is the toplevel one missing? PKGBUILD (nfs-utils) E: Missing description in PKGBUILD
+pkgdesc="Support programs for Network File Systems"