Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
ugrep


Commits:
50fd6a50 by Caleb Maclennan at 2024-05-07T00:06:28+03:00
upgpkg: 6.0.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
 pkgbase = ugrep
        pkgdesc = ultra fast grep with interactive TUI, fuzzy search, boolean 
queries, hexdumps and more
-       pkgver = 5.1.4
+       pkgver = 6.0.0
        pkgrel = 1
        url = https://github.com/Genivia/ugrep
        arch = x86_64
-       license = BSD
+       license = BSD-3-Clause
        depends = bzip2
        depends = lz4
        depends = pcre2
@@ -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/v5.1.4/ugrep-5.1.4.tar.gz
-       sha256sums = 
5b80b527c3c5b4cd8f0ec300d816ac0c1dea11c6de7774d69e9becebf492274d
+       source = 
https://github.com/Genivia/ugrep/archive/v6.0.0/ugrep-6.0.0.tar.gz
+       sha256sums = 
ee155c8561747b1f694e1cf4a064c2e4d504094d0714e908e3f9ea2ac9b7a9aa
 
 pkgname = ugrep


=====================================
PKGBUILD
=====================================
@@ -2,11 +2,11 @@
 # Contributor: Adria Arrufat <swiftscythe at gmail dot com>
 
 pkgname=ugrep
-pkgver=5.1.4
+pkgver=6.0.0
 pkgrel=1
 pkgdesc='ultra fast grep with interactive TUI, fuzzy search, boolean queries, 
hexdumps and more'
 arch=(x86_64)
-license=(BSD)
+license=(BSD-3-Clause)
 url="https://github.com/Genivia/$pkgname";
 depends=(bzip2
          lz4
@@ -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=('5b80b527c3c5b4cd8f0ec300d816ac0c1dea11c6de7774d69e9becebf492274d')
+sha256sums=('ee155c8561747b1f694e1cf4a064c2e4d504094d0714e908e3f9ea2ac9b7a9aa')
 
 build() {
        cd "$_archive"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ugrep/-/commit/50fd6a50c19feb0cb509122718400741dd5a8e3c

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ugrep/-/commit/50fd6a50c19feb0cb509122718400741dd5a8e3c
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to