summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortqre2020-08-19 20:08:51 +0300
committerNicolas Iooss2020-08-23 20:57:17 +0200
commitb9ff7aaad549f7385891232bf6dcfa819c234a3d (patch)
tree433a194517db7974412109a306d1dfc05733b79c
parentae7cb1ffbd778a1c29707cf7bcfae2976c21ad24 (diff)
downloadaur-b9ff7aaad549f7385891232bf6dcfa819c234a3d.tar.gz
findutils 4.7.0-2 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85ad4e0fe544..e3dd328eb46b 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 = 1
+ pkgrel = 2
url = https://www.gnu.org/software/findutils/
arch = x86_64
groups = selinux
@@ -9,8 +9,8 @@ pkgbase = findutils-selinux
depends = glibc
depends = sh
depends = libselinux
- provides = findutils=4.7.0-1
- provides = selinux-findutils=4.7.0-1
+ provides = findutils=4.7.0-2
+ provides = selinux-findutils=4.7.0-2
conflicts = findutils
conflicts = selinux-findutils
source = https://ftp.gnu.org/pub/gnu/findutils/findutils-4.7.0.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index 12a40e4bf5e8..23fc2a127af7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=findutils-selinux
pkgver=4.7.0
-pkgrel=1
+pkgrel=2
pkgdesc="GNU utilities to locate files with SELinux support"
arch=('x86_64')
license=('GPL3')
@@ -30,6 +30,7 @@ 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