[arch-commits] Commit in ugrep/repos/community-x86_64 (PKGBUILD PKGBUILD)
Caleb Maclennan
alerque at gemini.archlinux.org
Tue May 10 17:00:49 UTC 2022
Date: Tuesday, May 10, 2022 @ 17:00:48
Author: alerque
Revision: 1198214
archrelease: copy trunk to community-x86_64
Added:
ugrep/repos/community-x86_64/PKGBUILD
(from rev 1198213, ugrep/trunk/PKGBUILD)
Deleted:
ugrep/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-05-10 17:00:41 UTC (rev 1198213)
+++ PKGBUILD 2022-05-10 17:00:48 UTC (rev 1198214)
@@ -1,30 +0,0 @@
-# Maintainer: Caleb Maclennan <caleb at alerque.com>
-# Contributor: Adria Arrufat <swiftscythe at gmail dot com>
-
-pkgname=ugrep
-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/$pkgname"
-depends=(bzip2
- lz4
- pcre2
- xz
- zlib
- zstd)
-_archive="$pkgname-$pkgver"
-source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('733503055e309e83898a403481d92357fc3b02d4642acdb51026dd2dd44e0477')
-
-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 1198213, ugrep/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-05-10 17:00:48 UTC (rev 1198214)
@@ -0,0 +1,30 @@
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
+# Contributor: Adria Arrufat <swiftscythe at gmail dot com>
+
+pkgname=ugrep
+pkgver=3.7.11
+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)
+_archive="$pkgname-$pkgver"
+source=("$url/archive/v$pkgver/$_archive.tar.gz")
+sha256sums=('47cf3eee0a6eb759a5ee53b8e0e09d5d1843c5597cfd83e9c88f1b29e6873b2b')
+
+build() {
+ cd "$_archive"
+ ./configure --prefix /usr
+}
+
+package() {
+ cd "$_archive"
+ make DESTDIR="$pkgdir" install
+ install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE.txt
+}
More information about the arch-commits
mailing list