diff --git a/.SRCINFO b/.SRCINFO index e33f7b7..06bdee1 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index 9b1fab1..c793918 100755 --- a/PKGBUILD +++ b/PKGBUILD @@ -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"