automake: update to 1.13.2.

This commit is contained in:
Juan RP 2013-05-16 16:18:23 +02:00
parent 1bad085d7f
commit 303f576b70
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Template build file for 'automake'.
pkgname=automake
version=1.13.1
revision=3
version=1.13.2
revision=1
build_style=gnu-configure
hostmakedepends="perl autoconf>=2.60"
short_desc="GNU Standards-compliant Makefile generator"
@ -9,12 +9,12 @@ maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
homepage="http://www.gnu.org/software/automake"
distfiles="http://ftp.gnu.org/gnu/automake/${pkgname}-${version}.tar.xz"
checksum=6ecd6cf682e78e833361264263f0f9496949bfbae7f8366bc327de38ff0ad18b
checksum=80692147333399def4116ac1967e92fea9dd26f28670a36600efc2755648a646
automake_package() {
depends="perl autoconf>=2.60"
noarch=yes
pkg_install() {
vmove usr
vmove all
}
}