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

Lukas Fleischer lfleischer at archlinux.org
Thu May 18 17:36:36 UTC 2017


    Date: Thursday, May 18, 2017 @ 17:36:35
  Author: lfleischer
Revision: 228482

upgpkg: fop 2.2-1

Upstream update.

Modified:
  fop/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-18 15:08:21 UTC (rev 228481)
+++ PKGBUILD	2017-05-18 17:36:35 UTC (rev 228482)
@@ -3,7 +3,7 @@
 # Contributor: Simon Lipp <sloonz+aur at gmail.com>
 
 pkgname=fop
-pkgver=2.1
+pkgver=2.2
 pkgrel=1
 pkgdesc='XSL-FO implementation in Java.'
 arch=('any')
@@ -14,19 +14,19 @@
 makedepends=('apache-ant' 'java-environment')
 source=("https://ftp-stud.hs-esslingen.de/pub/Mirrors/ftp.apache.org/dist/xmlgraphics/$pkgname/source/$pkgname-$pkgver-src.tar.gz"
         'fop.conf')
-md5sums=('13b5b497dfb0ba8a01093dfc1a89d106'
+md5sums=('6d2388bd8851b4883d3258c0afc96895'
          '3dc3325bf77afc787024f33e7d6ab99e')
 backup=('etc/fop.conf')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-  ant package 
+  ant -f "$pkgname"/build.xml package
 }
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"
 
-  install -Dm0644 "build/fop.jar" "$pkgdir/usr/share/java/fop/fop.jar"
+  install -Dm0644 "$pkgname/build/fop.jar" "$pkgdir/usr/share/java/fop/fop.jar"
   install -Dm0644 "../fop.conf" "$pkgdir/etc/fop.conf"
-  install -Dm0755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -Dm0755 "$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
 }



More information about the arch-commits mailing list