Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
ugrep
Commits:
f161b6d7 by Caleb Maclennan at 2023-12-06T22:50:29+03:00
upgpkg: 4.3.5-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = ugrep
pkgdesc = ultra fast grep with interactive TUI, fuzzy search, boolean
queries, hexdumps and more
- pkgver = 4.3.4
+ pkgver = 4.3.5
pkgrel = 1
url = https://github.com/Genivia/ugrep
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = ugrep
optdepends = libreoffice: to search office documents
optdepends = csvkit: to search spreadsheets
optdepends = openssl: to search certificates and key files
- source =
https://github.com/Genivia/ugrep/archive/v4.3.4/ugrep-4.3.4.tar.gz
- sha256sums =
d206a76b3bc103a0c5187f973943cbd8339995a289f62a237a0e658ecb2d0743
+ source =
https://github.com/Genivia/ugrep/archive/v4.3.5/ugrep-4.3.5.tar.gz
+ sha256sums =
e7ba12da8c1ac4b9a1752e11aecc90067289b149e47d214f5befb0f63a1a7728
pkgname = ugrep
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Adria Arrufat <swiftscythe at gmail dot com>
pkgname=ugrep
-pkgver=4.3.4
+pkgver=4.3.5
pkgrel=1
pkgdesc='ultra fast grep with interactive TUI, fuzzy search, boolean queries,
hexdumps and more'
arch=(x86_64)
@@ -23,7 +23,7 @@ optdepends=('python-pdftotext: to search pdf'
'openssl: to search certificates and key files')
_archive="$pkgname-$pkgver"
source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('d206a76b3bc103a0c5187f973943cbd8339995a289f62a237a0e658ecb2d0743')
+sha256sums=('e7ba12da8c1ac4b9a1752e11aecc90067289b149e47d214f5befb0f63a1a7728')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ugrep/-/commit/f161b6d73f21d3672a73640248da31e2b32b6790
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ugrep/-/commit/f161b6d73f21d3672a73640248da31e2b32b6790
You're receiving this email because of your account on gitlab.archlinux.org.