summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemiliaForever2017-08-06 21:32:13 +0800
committerRemiliaForever2017-08-06 21:32:13 +0800
commit4518efda25fb8aa20a1e1df52cf4beabf1e162bd (patch)
treef785798d79cfee9c8e198619ecda44b0a0f435bc
parenteb9db4b07d1e999b9b505583be5837b8cf33ede2 (diff)
downloadaur-4518efda25fb8aa20a1e1df52cf4beabf1e162bd.tar.gz
fix java runtime version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63e1fd7130fc..5f9296251003 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = xmind
pkgdesc = Brainstorming and Mind Mapping Software
pkgver = 3.7.2
- pkgrel = 2
+ pkgrel = 3
url = http://www.xmind.net
arch = i686
arch = x86_64
license = EPL
license = LGPL
depends = gtk3
- depends = java-runtime
+ depends = java-runtime=8
optdepends = lame: needed for the feature audio notes
source = http://www.xmind.net/xmind/downloads/xmind-8-update2-linux.zip
source = XMind.ini
diff --git a/PKGBUILD b/PKGBUILD
index c1a21c2da076..028b259e028e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,12 +7,12 @@
pkgname=xmind
pkgver=3.7.2
_filename=$pkgname-8-update2-linux
-pkgrel=2
+pkgrel=3
pkgdesc="Brainstorming and Mind Mapping Software"
arch=('i686' 'x86_64')
url="http://www.xmind.net"
license=('EPL' 'LGPL')
-depends=('gtk3' 'java-runtime')
+depends=('gtk3' 'java-runtime=8')
optdepends=('lame: needed for the feature audio notes')
source=("http://www.xmind.net/xmind/downloads/${_filename}.zip"
"XMind.ini"