diff options
-rw-r--r-- | main/automake/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/automake/APKBUILD b/main/automake/APKBUILD index 1164a504b..262d1caaa 100644 --- a/main/automake/APKBUILD +++ b/main/automake/APKBUILD @@ -1,9 +1,9 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=automake -pkgver=1.11 +pkgver=1.11.1 pkgrel=0 pkgdesc="A GNU tool for automatically creating Makefiles" -arch="x86 x86_64" +arch="noarch" license=GPL url="http://www.gnu.org/software/automake" source=ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz @@ -22,4 +22,4 @@ package() { make DESTDIR=$pkgdir install } -md5sums="fab0bd2c3990a6679adaf9eeac0c6d2a automake-1.11.tar.gz" +md5sums="4ee7f0ff5f0e467d58b6bd5da96b1c74 automake-1.11.1.tar.gz" |