Date: Friday, June 21, 2013 @ 14:58:54 Author: allan Revision: 188804
upgpkg: automake 1.14-1 upstream update Modified: automake/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-06-21 12:38:37 UTC (rev 188803) +++ PKGBUILD 2013-06-21 12:58:54 UTC (rev 188804) @@ -3,7 +3,7 @@ # Contributor: judd <[email protected]> pkgname=automake -pkgver=1.13.4 +pkgver=1.14 pkgrel=1 pkgdesc="A GNU tool for automatically creating Makefiles" arch=('any') @@ -15,7 +15,7 @@ checkdepends=('dejagnu' 'python2' 'java-environment' 'vala' 'emacs' 'cscope') install=automake.install source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}) -md5sums=('71b03c1bc4f587add12604587d9276d1' +md5sums=('cb3fba6d631cddf12e230fd0cc1890df' 'SKIP') build() { @@ -27,7 +27,7 @@ check() { cd ${srcdir}/${pkgname}-${pkgver} - # expect 1 failure due to perl-5.18 incompatibility + # expect 2 failures due to perl-5.18 incompatibility make -k check || true }
