summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2023-10-29 22:41:02 +0100
committerFabioLolix2023-10-29 22:41:02 +0100
commit5e326ee3555e779fdf8b7b1a6516df4ec193503c (patch)
tree55c528a5fb50a2d05480a62e61cc42e3128c727d
parentad33e2d1b8a4f5aa22e8730a8e6844cfc9eccf95 (diff)
downloadaur-5e326ee3555e779fdf8b7b1a6516df4ec193503c.tar.gz
v5.6
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e45fa6009381..e60e1de1ff4e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nfs-ganesha
pkgdesc = NFS and 9P protocols in user mode.
- pkgver = 5.5.3
+ pkgver = 5.6
pkgrel = 1
url = http://nfs-ganesha.github.io/
arch = x86_64
@@ -11,9 +11,6 @@ pkgbase = nfs-ganesha
makedepends = cmake
makedepends = git
makedepends = lsb-release
- makedepends = doxygen
- makedepends = python-sphinx
- makedepends = graphviz
depends = glibc
depends = nfsidmap
depends = libcap
@@ -29,7 +26,7 @@ pkgbase = nfs-ganesha
depends = btrfs-progs
options = !emptydirs
backup = etc/ganesha/ganesha.conf
- source = git+https://github.com/nfs-ganesha/nfs-ganesha.git#tag=V5.5.3
+ source = git+https://github.com/nfs-ganesha/nfs-ganesha.git#tag=V5.6
source = git+https://github.com/nfs-ganesha/ntirpc.git
source = nfs-ganesha-libntirpc-assert.h-fix.patch::https://github.com/nfs-ganesha/ntirpc/pull/279/commits/1f9bb775d02b8b894f12d8408e35275e329b2da6.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 25e56ce34c5f..30e80c2c62b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: Wes Jackson <icebal dot 7 at gmail dot com>
pkgname=nfs-ganesha
-pkgver=5.5.3
+pkgver=5.6
pkgrel=1
pkgdesc="NFS and 9P protocols in user mode."
arch=(x86_64 i686 armv7h aarch64)
url="http://nfs-ganesha.github.io/"
license=(GPL3)
depends=(glibc nfsidmap libcap krb5 util-linux-libs e2fsprogs xfsprogs dbus libwbclient jemalloc liburcu acl btrfs-progs)
-makedepends=(cmake git lsb-release doxygen python-sphinx graphviz)
+makedepends=(cmake git lsb-release) # doxygen python-sphinx graphviz
options=(!emptydirs)
source=("git+https://github.com/nfs-ganesha/nfs-ganesha.git#tag=V${pkgver}"
"git+https://github.com/nfs-ganesha/ntirpc.git"