[arch-commits] Commit in link-grammar/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Fri Oct 25 19:15:39 UTC 2019
Date: Friday, October 25, 2019 @ 19:15:38
Author: foutrelis
Revision: 365693
Use java-environment=11 for building; newer versions fail
Modified:
link-grammar/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-25 18:29:14 UTC (rev 365692)
+++ PKGBUILD 2019-10-25 19:15:38 UTC (rev 365693)
@@ -9,7 +9,7 @@
url="https://www.abisource.com/projects/link-grammar/"
license=('LGPL')
depends=('hunspell' 'sqlite' 'libedit')
-makedepends=('python' 'python2' 'swig' 'apache-ant')
+makedepends=('python' 'python2' 'swig' 'apache-ant' 'java-environment=11')
options=('!makeflags')
source=(https://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
validpgpkeys=('6407453C98BECC19ADB03D82EB6AA534E0C0651C')
More information about the arch-commits
mailing list