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

Jan Steffens heftig at archlinux.org
Tue Sep 13 20:26:06 UTC 2016


    Date: Tuesday, September 13, 2016 @ 20:26:05
  Author: heftig
Revision: 276266

Depend on Java 8

Modified:
  eclipse/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-13 16:45:13 UTC (rev 276265)
+++ PKGBUILD	2016-09-13 20:26:05 UTC (rev 276266)
@@ -67,7 +67,7 @@
 
 package_eclipse-common() {
   pkgdesc+=" (common files)"
-  depends=(java-environment webkitgtk unzip)
+  depends=("java-environment>=8" webkitgtk unzip)
   install=eclipse.install
 
   install -d "$pkgdir/usr/lib"



More information about the arch-commits mailing list