summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdriĆ  Arrufat2020-04-15 22:07:24 +0900
committerAdriĆ  Arrufat2020-04-15 22:07:24 +0900
commit09dc739a4893bd8d8e1c197e74dd80bd9fc80105 (patch)
treef78fd2747574c297b7e0b79e8ba6bce26e89a152 /PKGBUILD
parenta505c260c0958d0e3c8b3461dbdb6b7c2ae0dddf (diff)
downloadaur-09dc739a4893bd8d8e1c197e74dd80bd9fc80105.tar.gz
update to v2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 3 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2ede3c6b17db..aba6231bafe6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,15 @@
# Maintainer: Adria Arrufat <swiftscythe at gmail dot com>
pkgname=ugrep
-pkgver=1.8.1
+pkgver=2.0
pkgrel=1
pkgdesc="Universal grep: ultra fast searcher of file systems, text and binary files, source code, archives, compressed files, documents, and more."
arch=(x86_64)
license=(BSD-3)
url="https://github.com/Genivia/ugrep"
-optdepends=('pcre2: Perl regular expressions support (preferred)'
- 'boost-libs: Perl regular expressions support'
- 'zlib: decompress support'
- 'bzip2: bzip file support'
- 'xz: lzma support')
+depends=(pcre2 zlib bzip2 xz)
source=("https://github.com/Genivia/ugrep/archive/v${pkgver}.tar.gz")
-sha256sums=('4ae24ef866bfbe39f5d6c3da4ca664413d773fd77283bc3ee96530e969053742')
+sha256sums=('924797f60232ce7669e0747d2cf0a00a2b3036aa0e1e7711e127ab5b8540bad4')
build() {
cd ${pkgname}-${pkgver}