summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdriĆ  Arrufat2020-04-20 11:11:46 +0900
committerAdriĆ  Arrufat2020-04-20 11:11:46 +0900
commit0aa5429e4f81df1d337fd7d339ed0c2f7b7764b8 (patch)
tree9c435a9151059b05793a818308583cf19e1e79df /PKGBUILD
parentfd889e3d76bca2ceb2224c87c40921e661eea1b8 (diff)
downloadaur-0aa5429e4f81df1d337fd7d339ed0c2f7b7764b8.tar.gz
update to v2.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fa327eff88a5..eb2a726ab6f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Adria Arrufat <swiftscythe at gmail dot com>
pkgname=ugrep
-pkgver=2.0
-pkgrel=2
+pkgver=2.0.1
+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"
depends=(pcre2 zlib bzip2 xz)
source=("https://github.com/Genivia/ugrep/archive/v${pkgver}.tar.gz")
-sha256sums=('4e973ef72759927db1f0b3a567027a29639150636c52c2ee99fa39b6edbf9b8d')
+sha256sums=('0a04f2ba8f234609c82d08008aa39ca4da62c248e565e41a858e0a352bf52769')
build() {
cd ${pkgname}-${pkgver}