summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12024-03-08 20:02:51 +0800
committerChocobo12024-03-08 20:04:57 +0800
commit0ab77ab670d4de33e5ef9b28846364d7f503421a (patch)
tree59236678b5903aeb3312fdcb29d3e9c0580ce616
parent6ad9993b1657a8ffb95e66164bcfcd4a080d0d85 (diff)
downloadaur-0ab77ab670d4de33e5ef9b28846364d7f503421a.tar.gz
upgpkg: acl-git 2.3.2.r7.g714d74b-1
-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')