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


Commits:
be77f0c7 by Caleb Maclennan at 2023-12-19T22:57:37+03:00
upgpkg: 4.4.1-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.4.0
+       pkgver = 4.4.1
        pkgrel = 1
        url = https://github.com/Genivia/ugrep
        arch = x86_64
@@ -18,9 +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.4.0/ugrep-4.4.0.tar.gz
-       source = 
use-destdir.patch::https://patch-diff.githubusercontent.com/raw/Genivia/ugrep/pull/336.patch
-       sha256sums = 
5b8a08743bbf5c8b9d4719211961b8fb427988ffcada6d8c57dfaed9b6d12f7e
-       sha256sums = 
107939c04aec34756f136191a2dcad6d48a12f34eadbfe1f8c70ed0ef5ea8635
+       source = 
https://github.com/Genivia/ugrep/archive/v4.4.1/ugrep-4.4.1.tar.gz
+       sha256sums = 
e134f5080412dec8023ca8d10433c4860e95557c1ac05140285a203b06ebab61
 
 pkgname = ugrep


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 # Contributor: Adria Arrufat <swiftscythe at gmail dot com>
 
 pkgname=ugrep
-pkgver=4.4.0
+pkgver=4.4.1
 pkgrel=1
 pkgdesc='ultra fast grep with interactive TUI, fuzzy search, boolean queries, 
hexdumps and more'
 arch=(x86_64)
@@ -22,17 +22,8 @@ optdepends=('python-pdftotext: to search pdf'
             'csvkit: to search spreadsheets'
             'openssl: to search certificates and key files')
 _archive="$pkgname-$pkgver"
-source=("$url/archive/v$pkgver/$_archive.tar.gz"
-        
"use-destdir.patch::https://patch-diff.githubusercontent.com/raw/Genivia/ugrep/pull/336.patch";)
-sha256sums=('5b8a08743bbf5c8b9d4719211961b8fb427988ffcada6d8c57dfaed9b6d12f7e'
-            '107939c04aec34756f136191a2dcad6d48a12f34eadbfe1f8c70ed0ef5ea8635')
-
-prepare() {
-       cd "$_archive"
-       # https://github.com/Genivia/ugrep/issues/335
-       patch -p1 -i ../use-destdir.patch
-       autoreconf -fi
-}
+source=("$url/archive/v$pkgver/$_archive.tar.gz")
+sha256sums=('e134f5080412dec8023ca8d10433c4860e95557c1ac05140285a203b06ebab61')
 
 build() {
        cd "$_archive"



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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ugrep/-/commit/be77f0c73d50443e70aa1f4213f197c4acb69416
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to