Date: Monday, May 10, 2010 @ 07:56:57 Author: paul Revision: 79998 upgpkg: apache-ant 1.8.1-1 upstream update to 1.8.1
Modified: apache-ant/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-05-10 02:31:22 UTC (rev 79997) +++ PKGBUILD 2010-05-10 11:56:57 UTC (rev 79998) @@ -3,7 +3,7 @@ # Maintainer: Paul Mattal <[email protected]> pkgname=apache-ant -pkgver=1.8.0 +pkgver=1.8.1 pkgrel=1 pkgdesc="A java-based build tool." arch=('i686' 'x86_64') @@ -12,9 +12,11 @@ depends=('java-runtime') optdepends=('junit: to jave junit on the classpath in javac tasks') source=(http://archive.apache.org/dist/ant/binaries/${pkgname}-${pkgver}-bin.tar.bz2 - ${pkgname}.sh) -md5sums=('f0cd9b3cfd1d969656971f055ea2e06f' - '593ee6ebd9b8ec321534a028e686880f') + ${pkgname}.sh + ant_diagnostics.patch) +md5sums=('708cf4d654869146a0ab8410b8ae67fe' + '593ee6ebd9b8ec321534a028e686880f' + 'cbaab423be40a6e63f0fde901b91eb50') build() { # install profile.d script
