MULTIMC: BUILD: FIXUP bad jdk versions? Force jdk8.

This commit is contained in:
Taylor Smock 2017-05-29 17:47:04 -06:00
parent fe750cc01c
commit 53b867e0d9
2 changed files with 5 additions and 5 deletions

View file

@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
# Mon May 29 23:42:06 UTC 2017
# Mon May 29 23:46:30 UTC 2017
pkgbase = multimc5
pkgdesc = Minecraft launcher with ability to manage multiple instances.
pkgver = 0.5.1
pkgrel = 2
pkgrel = 3
url = http://multimc.org/
arch = i686
arch = x86_64
@ -13,7 +13,7 @@ pkgbase = multimc5
makedepends = cmake
makedepends = qt5-tools
makedepends = qt5-x11extras
makedepends = java-environment
makedepends = java-environment>=8
depends = zlib
depends = libgl
depends = qt5-base

View file

@ -3,7 +3,7 @@
pkgname=multimc5
pkgver=0.5.1
pkgrel=2
pkgrel=3
__pkgver_libnbtplusplus=multimc-0.5.0
__install_dir="/usr/lib/multimc5"
pkgdesc="Minecraft launcher with ability to manage multiple instances."
@ -11,7 +11,7 @@ arch=('i686' 'x86_64')
url="http://multimc.org/"
license=('Apache')
depends=('zlib' 'libgl' 'qt5-base' 'qt5-x11extras' 'java-runtime' 'qt5-svg')
makedepends=('git' 'patch' 'cmake' 'qt5-tools' 'qt5-x11extras' 'java-environment')
makedepends=('git' 'patch' 'cmake' 'qt5-tools' 'qt5-x11extras' 'java-environment>=8')
optdepends=('mcedit: Allows editing of minecraft worlds')
conflicts=('multimc5-git')
source=("https://github.com/MultiMC/MultiMC5/archive/${pkgver}.tar.gz"