diff --git a/srcpkgs/apache-fop/files/fop.conf b/srcpkgs/apache-fop/files/fop.conf index 7d9194ddb83..1377ef0d8aa 100644 --- a/srcpkgs/apache-fop/files/fop.conf +++ b/srcpkgs/apache-fop/files/fop.conf @@ -1,2 +1,2 @@ -FOP_OPTS="-Xmx512m" +FOP_OPTS="-Xmx2g" FOP_HOME="/usr/share/fop" diff --git a/srcpkgs/apache-fop/template b/srcpkgs/apache-fop/template index d8b6808a93e..96ab59bce8b 100644 --- a/srcpkgs/apache-fop/template +++ b/srcpkgs/apache-fop/template @@ -1,7 +1,7 @@ # Template file for 'apache-fop' pkgname=apache-fop version=2.5 -revision=1 +revision=2 wrksrc="fop-${version}" build_wrksrc="fop" hostmakedepends="openjdk8 apache-ant"