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

Caleb Maclennan alerque at gemini.archlinux.org
Sat Jun 11 05:44:10 UTC 2022


    Date: Saturday, June 11, 2022 @ 05:44:09
  Author: alerque
Revision: 1231923

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-11 05:44:00 UTC (rev 1231922)
+++ PKGBUILD	2022-06-11 05:44:09 UTC (rev 1231923)
@@ -1,30 +0,0 @@
-# Maintainer: Caleb Maclennan <caleb at alerque.com>
-# Contributor: Adria Arrufat <swiftscythe at gmail dot com>
-
-pkgname=ugrep
-pkgver=3.8.1
-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=('0d1485554a4ea2bd887c7df365f9138adf185812bd65cce1293fc6959d71767b')
-
-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 1231922, ugrep/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-11 05:44:09 UTC (rev 1231923)
@@ -0,0 +1,30 @@
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
+# Contributor: Adria Arrufat <swiftscythe at gmail dot com>
+
+pkgname=ugrep
+pkgver=3.8.2
+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=('a5f9bf2ab204b05f34f752321ad96ab950a86a955737d313886614742e9c5fbe')
+
+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