[arch-commits] Commit in ugrep/repos/community-x86_64 (PKGBUILD PKGBUILD)

Caleb Maclennan alerque at gemini.archlinux.org
Mon May 9 07:52:49 UTC 2022


    Date: Monday, May 9, 2022 @ 07:52:49
  Author: alerque
Revision: 1196329

archrelease: copy trunk to community-x86_64

Added:
  ugrep/repos/community-x86_64/PKGBUILD
    (from rev 1196328, ugrep/trunk/PKGBUILD)
Deleted:
  ugrep/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-09 07:52:41 UTC (rev 1196328)
+++ PKGBUILD	2022-05-09 07:52:49 UTC (rev 1196329)
@@ -1,30 +0,0 @@
-# Maintainer: Caleb Maclennan <caleb at alerque.com>
-# Contributor: Adria Arrufat <swiftscythe at gmail dot com>
-
-pkgname=ugrep
-pkgver=3.7.9
-pkgrel=2
-pkgdesc="ultra fast grep with interactive TUI, fuzzy search, boolean queries, hexdumps and more"
-arch=(x86_64)
-license=(BSD)
-url="https://github.com/Genivia/ugrep"
-depends=(bzip2
-         lz4
-         pcre2
-         xz
-         zlib
-         zstd)
-_archive="$pkgname-$pkgver"
-source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('016e771756574a2a0b026ec50f7e7f3898d39cb61771ce98bc225c34d86a03be')
-
-build() {
-	cd "$_archive"
-	./configure --prefix /usr
-}
-
-package() {
-	cd "$_archive"
-	make DESTDIR="$pkgdir" install
-	install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE.txt
-}

Copied: ugrep/repos/community-x86_64/PKGBUILD (from rev 1196328, ugrep/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-09 07:52:49 UTC (rev 1196329)
@@ -0,0 +1,30 @@
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
+# Contributor: Adria Arrufat <swiftscythe at gmail dot com>
+
+pkgname=ugrep
+pkgver=3.7.10
+pkgrel=1
+pkgdesc='ultra fast grep with interactive TUI, fuzzy search, boolean queries, hexdumps and more'
+arch=(x86_64)
+license=(BSD)
+url="https://github.com/Genivia/$pkgname"
+depends=(bzip2
+         lz4
+         pcre2
+         xz
+         zlib
+         zstd)
+_archive="$pkgname-$pkgver"
+source=("$url/archive/v$pkgver/$_archive.tar.gz")
+sha256sums=('733503055e309e83898a403481d92357fc3b02d4642acdb51026dd2dd44e0477')
+
+build() {
+	cd "$_archive"
+	./configure --prefix /usr
+}
+
+package() {
+	cd "$_archive"
+	make DESTDIR="$pkgdir" install
+	install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE.txt
+}



More information about the arch-commits mailing list