main/automake: upgrade to 1.16.1

This commit is contained in:
TBK 2018-04-06 02:56:29 +02:00 committed by Timo Teräs
parent 0cd1b8cc91
commit 06d7f2f8eb

View File

@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=automake pkgname=automake
pkgver=1.15.1 pkgver=1.16.1
pkgrel=1 pkgrel=0
pkgdesc="A GNU tool for automatically creating Makefiles" pkgdesc="A GNU tool for automatically creating Makefiles"
url="https://www.gnu.org/software/automake" url="https://www.gnu.org/software/automake"
arch="noarch" arch="noarch"
@ -10,8 +10,7 @@ depends="perl"
makedepends="autoconf" makedepends="autoconf"
checkdepends="bash gzip coreutils diffutils" checkdepends="bash gzip coreutils diffutils"
subpackages="$pkgname-doc" subpackages="$pkgname-doc"
source="ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz" source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"
# many tests have bashisms # many tests have bashisms
options="!check" options="!check"
@ -35,4 +34,4 @@ package() {
make DESTDIR=$pkgdir install make DESTDIR=$pkgdir install
} }
sha512sums="f0d4717ebe2c76cec5d487de090f6e1c0f784b0d382fd964ffa846287e2a364a52531a26ab98b7033ac04ed302a247b3b114299def54819a03439bfc962ff61b automake-1.15.1.tar.gz" sha512sums="47b0120a59e3e020529a6ce750297d7de1156fd2be38db5d101e50120f11b40c28741ecd5eacf2790a9e25386713dcf7717339cfa5d7943d0dbf47c417383448 automake-1.16.1.tar.gz"