aboutsummaryrefslogtreecommitdiffstats
path: root/main/automake
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-03-22 01:59:01 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-03-22 05:59:00 +0000
commit341f7e39077d504e53bae0dccdc1ed5514115478 (patch)
tree943b7031c7e3b64fab7d9e0b177dc9fbcdee546e /main/automake
parentbd625915db856dc422cc868b9978914546d2170a (diff)
downloadaports-341f7e39077d504e53bae0dccdc1ed5514115478.tar.bz2
aports-341f7e39077d504e53bae0dccdc1ed5514115478.tar.xz
main/automake: upgrade to 1.16.2
Diffstat (limited to 'main/automake')
-rw-r--r--main/automake/APKBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/main/automake/APKBUILD b/main/automake/APKBUILD
index 1ab444ddeb..ef74ec563e 100644
--- a/main/automake/APKBUILD
+++ b/main/automake/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=automake
-pkgver=1.16.1
+pkgver=1.16.2
pkgrel=0
pkgdesc="A GNU tool for automatically creating Makefiles"
url="https://www.gnu.org/software/automake"
@@ -9,13 +9,12 @@ license="GPL-2.0-or-later MIT Public-Domain"
depends="perl"
makedepends="autoconf"
subpackages="$pkgname-doc"
-source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz"
+source="https://ftp.gnu.org/gnu/automake/automake-$pkgver.tar.gz"
# many tests have bashisms
options="!check"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -24,13 +23,11 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make DESTDIR=$pkgdir install
}
-sha512sums="47b0120a59e3e020529a6ce750297d7de1156fd2be38db5d101e50120f11b40c28741ecd5eacf2790a9e25386713dcf7717339cfa5d7943d0dbf47c417383448 automake-1.16.1.tar.gz"
+sha512sums="8bd5b1d698eeb1d969ca0a32184ad46014b3ec334e3b8a0caf0e462ea5e100fe4ccaa7dcc2224c5db6c87e215d594593db0bf4431649186afb821b0a711c1a82 automake-1.16.2.tar.gz"