[arch-commits] Commit in findutils/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Wed Feb 3 04:51:39 UTC 2021


    Date: Wednesday, February 3, 2021 @ 04:51:39
  Author: allan
Revision: 407117

upstream update

Modified:
  findutils/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-03 04:44:36 UTC (rev 407116)
+++ PKGBUILD	2021-02-03 04:51:39 UTC (rev 407117)
@@ -1,8 +1,8 @@
 # Maintainer:
 
 pkgname=findutils
-pkgver=4.7.0
-pkgrel=2
+pkgver=4.8.0
+pkgrel=1
 pkgdesc="GNU utilities to locate files"
 arch=('x86_64')
 license=('GPL3')
@@ -10,7 +10,7 @@
 depends=('glibc' 'sh')
 url='https://www.gnu.org/software/findutils/'
 source=("https://ftp.gnu.org/pub/gnu/findutils/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha1sums=('bd2fae4add80334173e03272aeed5635d4a0fa03'
+sha1sums=('b702a37d3a33038102659777ba1fe99835bb19fe'
           'SKIP')
 validpgpkeys=('A5189DB69C1164D33002936646502EF796917195') # Bernhard Voelker <mail at bernhard-voelker.de>
 
@@ -21,7 +21,6 @@
   # 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



More information about the arch-commits mailing list