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

Guillaume Alaux guillaume at nymeria.archlinux.org
Tue Jul 23 19:20:48 UTC 2013


    Date: Tuesday, July 23, 2013 @ 21:20:48
  Author: guillaume
Revision: 191354

Removed unnecessary jar maven-artifact-ant-2.0.4-dep

Modified:
  apache-ant/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-23 18:28:28 UTC (rev 191353)
+++ PKGBUILD	2013-07-23 19:20:48 UTC (rev 191354)
@@ -4,7 +4,7 @@
 # Contributor: Paul Mattal <paul at archlinux.org>
 pkgname=apache-ant
 pkgver=1.9.2
-pkgrel=1
+pkgrel=2
 pkgdesc='A java-based build tool'
 arch=('any')
 url='http://ant.apache.org/'
@@ -74,6 +74,9 @@
   rm ${pkgdir}/usr/share/java/${pkgname}/hamcrest-core-1.3.jar
   ln -sf ../hamcrest-core.jar ${pkgdir}/usr/share/java/apache-ant/
 
+  # Should not be in package
+  rm ${pkgdir}/usr/share/java/${pkgname}/maven-artifact-ant-*-dep.jar
+
   # fix python2 path
   sed -i 's|/usr/bin/python|/usr/bin/python2|' ${pkgdir}${_ant_home}/bin/runant.py
 




More information about the arch-commits mailing list