summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene Dvoretsky2017-07-30 16:42:57 +0300
committerEugene Dvoretsky2017-07-30 16:42:57 +0300
commit4df5887ba56df62ec21ed318e60057900ea3a467 (patch)
tree119e8666ef4c341f9af642c3b9f53703cde23c1b
parentdfdecb79f3b87ade42520e82fa6a8a867781fd14 (diff)
downloadaur-4df5887ba56df62ec21ed318e60057900ea3a467.tar.gz
Java 8 is mandatory now
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1694b6b7fa40..1ba4ff00b817 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Jul 30 12:39:47 UTC 2017
+# Sun Jul 30 13:42:03 UTC 2017
pkgbase = fiji-binary
pkgdesc = ImageJ distribution with a lot of plugins for scientific (especially biology related) image processing.
pkgver = 20170530
@@ -9,7 +9,7 @@ pkgbase = fiji-binary
arch = i686
arch = x86_64
license = GPL
- depends = java-runtime>=6
+ depends = java-runtime>=8
optdepends = java3d: For the 3D viewer plugin.
provides = fiji=20170530
provides = fiji-binary=20170530
diff --git a/PKGBUILD b/PKGBUILD
index 746adf228f06..4dc18c253683 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url='http://fiji.sc/'
license=('GPL')
_licenses_plugins=('GPL' 'AL' 'SPL' 'LGPL' 'EPL' 'GPL2' 'PD' 'BIG' 'imagescience' 'BSD' 'AGPL' 'MPL1.1' 'CPL' 'PSF2' 'JSF2.1' 'JPSL' 'BSD-like' 'CPL1.0' 'BSDR' 'Citationware') ## Each component has it's individual license, but the AUR does not allow such a big license array ("Error - Package license cannot be greater than 40 characters"), so they are listed in this variable just for information purposes. (The PKGBUILD does not deal with that variable at all.)
-depends=('java-runtime>=6')
+depends=('java-runtime>=8')
optdepends=('java3d: For the 3D viewer plugin.')
provides=("fiji=${pkgver}" "fiji-binary=${pkgver}")
replaces=("fiji<=${pkgver}" "fiji-binary<=${pkgver}")