[arch-commits] Commit in grep/repos/testing-x86_64 (PKGBUILD PKGBUILD keys keys)
Sébastien Luttringer
seblu at gemini.archlinux.org
Sun Sep 4 14:39:34 UTC 2022
Date: Sunday, September 4, 2022 @ 14:39:34
Author: seblu
Revision: 455031
archrelease: copy trunk to testing-x86_64
Added:
grep/repos/testing-x86_64/PKGBUILD
(from rev 455030, grep/trunk/PKGBUILD)
grep/repos/testing-x86_64/keys/
Deleted:
grep/repos/testing-x86_64/PKGBUILD
grep/repos/testing-x86_64/keys/
----------+
PKGBUILD | 98 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 49 insertions(+), 49 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-04 14:39:15 UTC (rev 455030)
+++ PKGBUILD 2022-09-04 14:39:34 UTC (rev 455031)
@@ -1,49 +0,0 @@
-# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: judd <jvinet at zeroflux.org>
-
-pkgname=grep
-pkgver=3.8
-pkgrel=1
-pkgdesc='A string search utility'
-arch=('x86_64')
-license=('GPL3')
-url='https://www.gnu.org/software/grep/'
-groups=('base-devel')
-depends=('glibc' 'pcre')
-makedepends=('texinfo')
-validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000BEEEE') # Jim Meyering
-source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('498d7cc1b4fb081904d87343febb73475cf771e424fb7e6141aff66013abc382'
- 'SKIP')
-
-prepare() {
- cd $pkgname-$pkgver
- # apply patch from the source array (should be a pacman feature)
- local src
- for src in "${source[@]}"; do
- src="${src%%::*}"
- src="${src##*/}"
- [[ $src = *.patch ]] || continue
- msg2 "Applying patch $src..."
- patch -Np1 < "../$src"
- done
-}
-
-build() {
- cd $pkgname-$pkgver
- # 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
-}
-
-check() {
- cd $pkgname-$pkgver
- make check
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: grep/repos/testing-x86_64/PKGBUILD (from rev 455030, grep/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-04 14:39:34 UTC (rev 455031)
@@ -0,0 +1,49 @@
+# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: judd <jvinet at zeroflux.org>
+
+pkgname=grep
+pkgver=3.8
+pkgrel=2
+pkgdesc='A string search utility'
+arch=('x86_64')
+license=('GPL3')
+url='https://www.gnu.org/software/grep/'
+groups=('base-devel')
+depends=('glibc' 'pcre2')
+makedepends=('texinfo')
+validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000BEEEE') # Jim Meyering
+source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('498d7cc1b4fb081904d87343febb73475cf771e424fb7e6141aff66013abc382'
+ 'SKIP')
+
+prepare() {
+ cd $pkgname-$pkgver
+ # apply patch from the source array (should be a pacman feature)
+ local src
+ for src in "${source[@]}"; do
+ src="${src%%::*}"
+ src="${src##*/}"
+ [[ $src = *.patch ]] || continue
+ msg2 "Applying patch $src..."
+ patch -Np1 < "../$src"
+ done
+}
+
+build() {
+ cd $pkgname-$pkgver
+ # 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
+}
+
+check() {
+ cd $pkgname-$pkgver
+ make check
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list