Date: Thursday, January 5, 2023 @ 06:12:27
Author: alerque
Revision: 1378243
archrelease: copy trunk to community-x86_64
Added:
ugrep/repos/community-x86_64/PKGBUILD
(from rev 1378242, ugrep/trunk/PKGBUILD)
Deleted:
ugrep/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-05 06:12:18 UTC (rev 1378242)
+++ PKGBUILD 2023-01-05 06:12:27 UTC (rev 1378243)
@@ -1,31 +0,0 @@
-# Maintainer: Caleb Maclennan <[email protected]>
-# Contributor: Adria Arrufat <swiftscythe at gmail dot com>
-
-pkgname=ugrep
-pkgver=3.9.3
-pkgrel=2
-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)
-options=(debug)
-_archive="$pkgname-$pkgver"
-source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('d0b6d772cfe75ef28e15932ddd4d177c897625be45da20fd3b27658bb0cf1194')
-
-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 1378242,
ugrep/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-05 06:12:27 UTC (rev 1378243)
@@ -0,0 +1,31 @@
+# Maintainer: Caleb Maclennan <[email protected]>
+# Contributor: Adria Arrufat <swiftscythe at gmail dot com>
+
+pkgname=ugrep
+pkgver=3.9.4
+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)
+options=(debug)
+_archive="$pkgname-$pkgver"
+source=("$url/archive/v$pkgver/$_archive.tar.gz")
+sha256sums=('4e2fed4b347a0cd84709dc6629f77cab4e389337b015346ca250b1bc95689382')
+
+build() {
+ cd "$_archive"
+ ./configure --prefix /usr
+}
+
+package() {
+ cd "$_archive"
+ make DESTDIR="$pkgdir" install
+ install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE.txt
+}