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

Sébastien Luttringer seblu at gemini.archlinux.org
Sun Sep 4 14:39:16 UTC 2022


    Date: Sunday, September 4, 2022 @ 14:39:15
  Author: seblu
Revision: 455030

upgpkg: grep 3.8-2

- implement FS#75791

Modified:
  grep/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-04 14:05:40 UTC (rev 455029)
+++ PKGBUILD	2022-09-04 14:39:15 UTC (rev 455030)
@@ -4,13 +4,13 @@
 
 pkgname=grep
 pkgver=3.8
-pkgrel=1
+pkgrel=2
 pkgdesc='A string search utility'
 arch=('x86_64')
 license=('GPL3')
 url='https://www.gnu.org/software/grep/'
 groups=('base-devel')
-depends=('glibc' 'pcre')
+depends=('glibc' 'pcre2')
 makedepends=('texinfo')
 validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000BEEEE') # Jim Meyering
 source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})



More information about the arch-commits mailing list