summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12024-03-08 20:07:29 +0800
committerChocobo12024-03-08 20:07:29 +0800
commitaebc91962ea9d3c8609907931b8a0c0dad137702 (patch)
tree6396c88d4e76efa0aa120030cb9cec391916de48
parent8223089f8582ed33c97ae5a9be1ef59952c180b3 (diff)
downloadaur-attr-git.tar.gz
upgpkg: attr-git 2.5.2.r2.g943c776-1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d8e7966f430..e5d3581ad36a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,19 @@
pkgbase = attr-git
pkgdesc = Commands for manipulating filesystem extended attributes
- pkgver = 2.5.1.r22.g2af4dd8
+ pkgver = 2.5.2.r2.g943c776
pkgrel = 1
url = https://savannah.nongnu.org/projects/attr
arch = i686
arch = x86_64
- license = GPL
- license = LGPL
+ license = GPL-2.0-or-later
+ license = LGPL-2.1-or-later
makedepends = git
makedepends = gettext
depends = glibc
- provides = attr=2.5.1.r22.g2af4dd8
+ provides = attr=2.5.2.r2.g943c776
provides = xfsattr
conflicts = attr
conflicts = xfsattr
- replaces = xfsattr
options = staticlibs
source = git+https://git.savannah.gnu.org/git/attr.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 4085b081b649..1f3ed5ace7bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,16 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=attr-git
-pkgver=2.5.1.r22.g2af4dd8
+pkgver=2.5.2.r2.g943c776
pkgrel=1
pkgdesc="Commands for manipulating filesystem extended attributes"
arch=('i686' 'x86_64')
url="https://savannah.nongnu.org/projects/attr"
-license=('GPL' 'LGPL')
+license=('GPL-2.0-or-later' 'LGPL-2.1-or-later')
depends=('glibc')
makedepends=('git' 'gettext')
provides=("attr=$pkgver" 'xfsattr')
conflicts=('attr' 'xfsattr')
-replaces=('xfsattr')
options=('staticlibs')
source=("git+https://git.savannah.gnu.org/git/attr.git")
sha256sums=('SKIP')