[arch-commits] Commit in ack/trunk (PKGBUILD)
Florian Pritz
bluewind at archlinux.org
Fri Jul 17 09:04:53 UTC 2020
Date: Friday, July 17, 2020 @ 09:04:52
Author: bluewind
Revision: 664253
upgpkg: ack 3.4.0-1: upstream update
Modified:
ack/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-17 09:03:27 UTC (rev 664252)
+++ PKGBUILD 2020-07-17 09:04:52 UTC (rev 664253)
@@ -3,8 +3,8 @@
# Contributor: Michael S. Walker <barrucadu at localhost>
pkgname=ack
-pkgver=3.3.1
-pkgrel=2
+pkgver=3.4.0
+pkgrel=1
pkgdesc="A Perl-based grep replacement, aimed at programmers with large trees of heterogeneous source code"
arch=('any')
url="http://betterthangrep.com/"
@@ -12,7 +12,7 @@
depends=('perl-file-next')
options=('!emptydirs')
source=("https://cpan.metacpan.org/authors/id/P/PE/PETDANCE/$pkgname-v$pkgver.tar.gz")
-md5sums=('b6fc7c0b9a5508420c7a721c450ff5d4')
+md5sums=('dde6e991b583119cfbf553e9e3975956')
build() {
cd "$srcdir/$pkgname-v$pkgver"
More information about the arch-commits
mailing list