[arch-commits] Commit in xalan-java/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Thu Dec 8 20:38:45 UTC 2011


    Date: Thursday, December 8, 2011 @ 15:38:45
  Author: andyrtr
Revision: 144868

fix source url, FS#27401

Modified:
  xalan-java/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-12-08 20:35:39 UTC (rev 144867)
+++ PKGBUILD	2011-12-08 20:38:45 UTC (rev 144868)
@@ -10,10 +10,14 @@
 license=('APACHE')
 url="http://xml.apache.org/xalan-j"
 depends=('xerces2-java')
-source=(http://www.apache.org/dist/xml/xalan-j/xalan-j_${pkgver//./_}-bin-2jars.tar.gz)
+source=(http://mirror.softaculous.com/apache//xml/xalan-j/xalan-j_${pkgver//./_}-bin-2jars.tar.gz)
 md5sums=('3ccda39bcd08b780436dfd2f22fb23d5')
 
 build() {
+  /bin/true
+}
+
+package() {
   cd ${srcdir}/xalan-j_${pkgver//./_}
   install -m755 -d ${pkgdir}/usr/share/java
   install -m644 xalan.jar ${pkgdir}/usr/share/java/ || return 1




More information about the arch-commits mailing list