summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWallun2023-02-24 02:04:15 +0100
committerWallun2023-02-24 02:04:15 +0100
commitb3de848a5a83dc6a22116d40c0f19299c639c7f9 (patch)
treec150d98a2fa91e0ba77aa1d459d3661f633f8c27 /PKGBUILD
parent2d112562399eb17da361c87cf595749f22bc7c60 (diff)
downloadaur-nfs4-acl-tools.tar.gz
feat: update to v0.4.2
Change source from bfields to steved
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b2c022ad8065..adaeaf6d9edc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
+# Maintainer: Wallun <wallun AT disroot DOT org>
# Maintainer: Jacek Szafarkiewicz <szafar at linux dot pl>
# Contributor: Michael Seiwald <michael@mseiwald.at>
pkgname=nfs4-acl-tools
-pkgver=0.3.7
+pkgver=0.4.2
pkgrel=1
pkgdesc="commandline ACL utilities for the Linux NFSv4 client"
arch=('i686' 'x86_64')
@@ -12,8 +13,8 @@ license=('custom')
depends=('attr')
makedepends=('autoconf' 'automake')
-source=("$pkgname-$pkgver.tar.gz::https://git.linux-nfs.org/?p=bfields/$pkgname.git;a=snapshot;h=refs/tags/$pkgname-$pkgver;sf=tgz")
-sha256sums=('aab3eb6a60f319c95d7e1abe6ddbd81fdd4a7ec03161d3c59209c82e09e4fd60')
+source=("$pkgname-$pkgver.tar.gz::https://git.linux-nfs.org/?p=steved/$pkgname.git;a=snapshot;h=refs/tags/$pkgname-$pkgver;sf=tgz")
+sha256sums=('327dbc968f1112a0680ca953a88d8f95a5c5697b54a8cafb405953c501d7486b')
build() {
cd "$srcdir/$pkgname-$pkgname-$pkgver"