aboutsummaryrefslogtreecommitdiff
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
parentee517c9da857b5dc4f92b35dde5449b66bda420b (diff)
downloadalpine_aports-dacc5205857d317823ec3c5d221ed5a910a611de.tar.bz2
alpine_aports-dacc5205857d317823ec3c5d221ed5a910a611de.tar.xz
alpine_aports-dacc5205857d317823ec3c5d221ed5a910a611de.zip
main/gawk: upgrade to 5.0.1
-rw-r--r--main/gawk/APKBUILD10
-rw-r--r--main/gawk/gawk.post-deinstall5
2 files changed, 8 insertions, 7 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 @@
3# Contributor: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> 3# Contributor: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
4# Contributor: TBK <alpine@jjtc.eu> 4# Contributor: TBK <alpine@jjtc.eu>
5pkgname=gawk 5pkgname=gawk
6pkgver=5.0.0 6pkgver=5.0.1
7pkgrel=0 7pkgrel=0
8pkgdesc="GNU awk pattern-matching language" 8pkgdesc="GNU awk pattern-matching language"
9url="https://www.gnu.org/software/gawk/gawk.html" 9url="https://www.gnu.org/software/gawk/gawk.html"
10arch="all" 10arch="all"
11license="GPL-3.0-or-later" 11license="GPL-3.0-or-later"
12options="!check" # failing tests
13checkdepends="coreutils diffutils"
12subpackages="$pkgname-doc" 14subpackages="$pkgname-doc"
13source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz" 15source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"
14builddir="$srcdir/$pkgname-$pkgver" 16builddir="$srcdir/$pkgname-$pkgver"
@@ -25,8 +27,12 @@ build() {
25 make 27 make
26} 28}
27 29
30check() {
31 make check
32}
33
28package() { 34package() {
29 make DESTDIR="$pkgdir" install 35 make DESTDIR="$pkgdir" install
30} 36}
31 37
32sha512sums="9eb663bbcad53165b7ddb7d72cfb8377252b68004733a9eb8c191b2ddddaff857e48ba811280311384243eb67574fbe7ac9edf4e507f9a82d67b4b2adff8ef6e gawk-5.0.0.tar.xz" 38sha512sums="ff9842a91035f843482d93eac8a35cddf2ce16acaa43a0112c1efff08802aebf705ee70d47eff74a190dca7be330c31f7204ad27cb63bdee65333f9b9c984212 gawk-5.0.1.tar.xz"
diff --git a/main/gawk/gawk.post-deinstall b/main/gawk/gawk.post-deinstall
deleted file mode 100644
index 3f80e67c49..0000000000
--- a/main/gawk/gawk.post-deinstall
+++ /dev/null
@@ -1,5 +0,0 @@
1#!/bin/sh
2
3# we need update bb links immediatly since other install scripts might use
4# awk
5exec /bin/busybox --install -s