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

Sébastien Luttringer seblu at gemini.archlinux.org
Thu Aug 19 22:34:41 UTC 2021


    Date: Thursday, August 19, 2021 @ 22:34:40
  Author: seblu
Revision: 422388

upgpkg: grep 3.7-1

Modified:
  grep/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-19 22:13:17 UTC (rev 422387)
+++ PKGBUILD	2021-08-19 22:34:40 UTC (rev 422388)
@@ -3,7 +3,7 @@
 # Contributor: judd <jvinet at zeroflux.org>
 
 pkgname=grep
-pkgver=3.6
+pkgver=3.7
 pkgrel=1
 pkgdesc='A string search utility'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('texinfo')
 validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000BEEEE') # Jim Meyering
 source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('667e15e8afe189e93f9f21a7cd3a7b3f776202f417330b248c2ad4f997d9373e'
+sha256sums=('5c10da312460aec721984d5d83246d24520ec438dd48d7ab5a05dbc0d6d6823c'
             'SKIP')
 
 prepare() {
@@ -32,7 +32,9 @@
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --without-included-regex
+  # configure option --without-included-regex removed in 3.7
+  # see: https://lists.gnu.org/archive/html/bug-grep/2021-08/msg00028.html
+  ./configure --prefix=/usr
   make
 }
 



More information about the arch-commits mailing list