[arch-commits] Commit in apache-ant/trunk (PKGBUILD)

Paul Mattal paul at archlinux.org
Mon Jan 12 21:42:27 UTC 2009


    Date: Monday, January 12, 2009 @ 16:42:27
  Author: paul
Revision: 24081

upgpkg: apache-ant 1.7.1-1
    update to 1.7.1

Modified:
  apache-ant/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-01-12 21:18:39 UTC (rev 24080)
+++ PKGBUILD	2009-01-12 21:42:27 UTC (rev 24081)
@@ -3,19 +3,23 @@
 # Maintainer: Paul Mattal <paul at archlinux.org>
 
 pkgname=apache-ant
-pkgver=1.7.0
-pkgrel=2
+pkgver=1.7.1
+pkgrel=1
 pkgdesc="Ant is a java-based build tool."
 arch=(i686 x86_64)
 license=('APACHE')
 url="http://ant.apache.org/"
 depends=('java-runtime')
 makedepends=('java-environment')
+noextract=('junit3.8.1.zip')
 source=(http://archive.apache.org/dist/ant/source/${pkgname}-${pkgver}-src.tar.bz2
         http://heanet.dl.sourceforge.net/sourceforge/junit/junit3.8.1.zip)
-md5sums=('22b378e27ab300e4d73bf09d91c7e2a6' '5110326e4b7f7497dfa60ede4b626751')
+md5sums=('0d68db4a1ada5c91bcbf53cefd0c2fd7' '5110326e4b7f7497dfa60ede4b626751')
 
 build() {
+  cd ${startdir}/src || return 1
+  unzip junit3.8.1.zip || return 1
+
   cd ${startdir}/src/${pkgname}-${pkgver}
   if [ -f /etc/profile.d/java-gcj-compat.sh ]; then
     . /etc/profile.d/java-gcj-compat.sh




More information about the arch-commits mailing list