summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2cb1cdda996a..92bd650b83d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,20 @@
pkgbase = acl-git
pkgdesc = Commands for manipulating POSIX access control lists
- pkgver = 2.3.1.r20.gd26507b
+ pkgver = 2.3.2.r7.g714d74b
pkgrel = 1
url = https://savannah.nongnu.org/projects/acl
arch = i686
arch = x86_64
- license = GPL
- license = LGPL
+ license = GPL-2.0-or-later
+ license = LGPL-2.1-or-later
makedepends = git
depends = glibc
depends = attr
- provides = acl=2.3.1.r20.gd26507b
+ provides = acl=2.3.2.r7.g714d74b
provides = xfsacl
provides = libacl.so
conflicts = acl
conflicts = xfsacl
- replaces = xfsacl
options = staticlibs
source = git+https://git.savannah.gnu.org/git/acl.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 38116f55c774..52fc0cbf8c71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,16 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=acl-git
-pkgver=2.3.1.r20.gd26507b
+pkgver=2.3.2.r7.g714d74b
pkgrel=1
pkgdesc="Commands for manipulating POSIX access control lists"
arch=('i686' 'x86_64')
url="https://savannah.nongnu.org/projects/acl"
-license=('GPL' 'LGPL')
+license=('GPL-2.0-or-later' 'LGPL-2.1-or-later')
depends=('glibc' 'attr')
makedepends=('git')
provides=("acl=$pkgver" 'xfsacl' 'libacl.so')
conflicts=('acl' 'xfsacl')
-replaces=('xfsacl')
options=('staticlibs')
source=("git+https://git.savannah.gnu.org/git/acl.git")
sha256sums=('SKIP')