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

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


    Date: Monday, May 9, 2022 @ 07:52:41
  Author: alerque
Revision: 1196328

upgpkg: ugrep 3.7.10-1

Modified:
  ugrep/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-09 07:51:31 UTC (rev 1196327)
+++ PKGBUILD	2022-05-09 07:52:41 UTC (rev 1196328)
@@ -2,12 +2,12 @@
 # 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"
+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/ugrep"
+url="https://github.com/Genivia/$pkgname"
 depends=(bzip2
          lz4
          pcre2
@@ -16,7 +16,7 @@
          zstd)
 _archive="$pkgname-$pkgver"
 source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('016e771756574a2a0b026ec50f7e7f3898d39cb61771ce98bc225c34d86a03be')
+sha256sums=('733503055e309e83898a403481d92357fc3b02d4642acdb51026dd2dd44e0477')
 
 build() {
 	cd "$_archive"



More information about the arch-commits mailing list