summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2021-02-14 19:51:33 +0100
committerNicolas Iooss2021-02-14 19:51:33 +0100
commitea76bf3828bc3f465e58d6880759d3542c3b3cac (patch)
tree2546fcfa73c010bd8b80532500995fd01d4d9ffb
parentb9ff7aaad549f7385891232bf6dcfa819c234a3d (diff)
downloadaur-ea76bf3828bc3f465e58d6880759d3542c3b3cac.tar.gz
findutils-selinux 4.8.0-1 update
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD7
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3dd328eb46b..0b7a19ad9622 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = findutils-selinux
pkgdesc = GNU utilities to locate files with SELinux support
- pkgver = 4.7.0
- pkgrel = 2
+ pkgver = 4.8.0
+ pkgrel = 1
url = https://www.gnu.org/software/findutils/
arch = x86_64
groups = selinux
@@ -9,14 +9,14 @@ pkgbase = findutils-selinux
depends = glibc
depends = sh
depends = libselinux
- provides = findutils=4.7.0-2
- provides = selinux-findutils=4.7.0-2
+ provides = findutils=4.8.0-1
+ provides = selinux-findutils=4.8.0-1
conflicts = findutils
conflicts = selinux-findutils
- source = https://ftp.gnu.org/pub/gnu/findutils/findutils-4.7.0.tar.xz
- source = https://ftp.gnu.org/pub/gnu/findutils/findutils-4.7.0.tar.xz.sig
+ source = https://ftp.gnu.org/pub/gnu/findutils/findutils-4.8.0.tar.xz
+ source = https://ftp.gnu.org/pub/gnu/findutils/findutils-4.8.0.tar.xz.sig
validpgpkeys = A5189DB69C1164D33002936646502EF796917195
- sha1sums = bd2fae4add80334173e03272aeed5635d4a0fa03
+ sha1sums = b702a37d3a33038102659777ba1fe99835bb19fe
sha1sums = SKIP
pkgname = findutils-selinux
diff --git a/PKGBUILD b/PKGBUILD
index 23fc2a127af7..67cf02a9a209 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@
# If you want to help keep it up to date, please open a Pull Request there.
pkgname=findutils-selinux
-pkgver=4.7.0
-pkgrel=2
+pkgver=4.8.0
+pkgrel=1
pkgdesc="GNU utilities to locate files with SELinux support"
arch=('x86_64')
license=('GPL3')
@@ -19,7 +19,7 @@ provides=("${pkgname/-selinux}=${pkgver}-${pkgrel}"
"selinux-${pkgname/-selinux}=${pkgver}-${pkgrel}")
url='https://www.gnu.org/software/findutils/'
source=("https://ftp.gnu.org/pub/gnu/findutils/${pkgname/-selinux}-${pkgver}.tar.xz"{,.sig})
-sha1sums=('bd2fae4add80334173e03272aeed5635d4a0fa03'
+sha1sums=('b702a37d3a33038102659777ba1fe99835bb19fe'
'SKIP')
validpgpkeys=('A5189DB69C1164D33002936646502EF796917195') # Bernhard Voelker <mail@bernhard-voelker.de>
@@ -30,7 +30,6 @@ build() {
# which is a secure version of locate.
sed -e '/^SUBDIRS/s/locate//' -e 's/frcode locate updatedb//' -i Makefile.in
- autoreconf
./configure --prefix=/usr
# don't build locate, but the docs want a file in there.
make -C locate dblocation.texi