Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / 
grep


Commits:
566a4b3b by Daniel Tobias at 2026-01-06T17:53:42+01:00
update PGP info

- - - - -
21644893 by Daniel Tobias at 2026-01-06T17:53:42+01:00
consistent shell variable styling

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -12,7 +12,7 @@ url='https://www.gnu.org/software/grep/'
 depends=('glibc' 'pcre2' 'sh')
 makedepends=('gperf' 'git' 'python' 'texinfo' 'wget')
 checkdepends=('glibc-locales')
-validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000BEEEE') # Jim Meyering
+validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000BEEEE') # Jim Meyering 
<[email protected]>
 source=("git+https://git.savannah.gnu.org/git/grep.git#tag=v${pkgver}?signed";
         "git+https://git.savannah.gnu.org/git/gnulib.git";
         "https://ftp.gnu.org/gnu/grep/grep-${pkgver}.tar.gz"{,.sig})
@@ -22,7 +22,7 @@ 
sha256sums=('9543190d9ca2201ea46fddaeb39031a0acde1f6aa4351a72f33ef3455e6dd41e'
             'SKIP')
 
 prepare() {
-  cd $pkgname
+  cd "${pkgname}"
 
   # Skip downloading unstable po files in bootstrap scripts to avoid 
non-deterministic builds
   export SKIP_PO="1"
@@ -40,7 +40,7 @@ prepare() {
 }
 
 build() {
-  cd $pkgname
+  cd "${pkgname}"
   ./configure --prefix=/usr
   make
 
@@ -52,12 +52,12 @@ build() {
 }
 
 check() {
-  cd $pkgname
+  cd "${pkgname}"
   make check
 }
 
 package() {
-  cd $pkgname
+  cd "${pkgname}"
   make DESTDIR="$pkgdir" install
 
   # Install grep mo files from dist tarball



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/grep/-/compare/e7a24b27b5b9a0d3c25c8e140e7f5ba6b6d80bd0...216448932e052b025b362b0a6cf8f97c1436a59a

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/grep/-/compare/e7a24b27b5b9a0d3c25c8e140e7f5ba6b6d80bd0...216448932e052b025b362b0a6cf8f97c1436a59a
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to