aboutsummaryrefslogtreecommitdiffstats
path: root/main/gawk/APKBUILD
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2019-06-18 23:12:01 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2019-06-19 09:37:40 +0000
commitdacc5205857d317823ec3c5d221ed5a910a611de (patch)
tree82eb3580a6ec9a246c0500175525c9264be943df /main/gawk/APKBUILD
parentee517c9da857b5dc4f92b35dde5449b66bda420b (diff)
downloadaports-dacc5205857d317823ec3c5d221ed5a910a611de.tar.bz2
aports-dacc5205857d317823ec3c5d221ed5a910a611de.tar.xz
main/gawk: upgrade to 5.0.1
Diffstat (limited to 'main/gawk/APKBUILD')
-rw-r--r--main/gawk/APKBUILD10
1 files changed, 8 insertions, 2 deletions
diff --git a/main/gawk/APKBUILD b/main/gawk/APKBUILD
index 94dc699fa2..2f89b5c56d 100644
--- a/main/gawk/APKBUILD
+++ b/main/gawk/APKBUILD
@@ -3,12 +3,14 @@
# Contributor: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: TBK <alpine@jjtc.eu>
pkgname=gawk
-pkgver=5.0.0
+pkgver=5.0.1
pkgrel=0
pkgdesc="GNU awk pattern-matching language"
url="https://www.gnu.org/software/gawk/gawk.html"
arch="all"
license="GPL-3.0-or-later"
+options="!check" # failing tests
+checkdepends="coreutils diffutils"
subpackages="$pkgname-doc"
source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"
builddir="$srcdir/$pkgname-$pkgver"
@@ -25,8 +27,12 @@ build() {
make
}
+check() {
+ make check
+}
+
package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="9eb663bbcad53165b7ddb7d72cfb8377252b68004733a9eb8c191b2ddddaff857e48ba811280311384243eb67574fbe7ac9edf4e507f9a82d67b4b2adff8ef6e gawk-5.0.0.tar.xz"
+sha512sums="ff9842a91035f843482d93eac8a35cddf2ce16acaa43a0112c1efff08802aebf705ee70d47eff74a190dca7be330c31f7204ad27cb63bdee65333f9b9c984212 gawk-5.0.1.tar.xz"