summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristophe Robin2017-11-30 17:47:58 +0900
committerChristophe Robin2017-11-30 17:47:58 +0900
commitf0e5cb059170188db151ad0eecb07d0de876b9be (patch)
treede8db5ae2b1bb8ec30d60441a58f286f0e1a01d1 /PKGBUILD
parent29acd4fce0667fc0210b6385875a20958a984a86 (diff)
downloadaur-f0e5cb059170188db151ad0eecb07d0de876b9be.tar.gz
Change java-runtime to JDK8, force binary to use it
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 46407b06c502..3d1e30297dfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# CVS for PKGBUILD is available at https://github.com/christopherobin/pkgbuilds/tree/master/minecraft
pkgname=minecraft
pkgver=latest
-pkgrel=26
+pkgrel=27
pkgdesc="An open-world game whose gameplay revolves around breaking and placing blocks"
arch=(any)
license=('custom')
url="http://www.minecraft.net/"
-depends=('java-runtime' 'xorg-xrandr' 'ttf-font' 'libxtst')
+depends=('jre8-openjdk' 'xorg-xrandr' 'ttf-font' 'libxtst')
noextract=('minecraft.jar')
source=(minecraft http://s3.amazonaws.com/Minecraft.Download/launcher/Minecraft.jar
minecraft.desktop minecraft.png minecraft.install LICENSE)
-md5sums=('b0795db46de753b74b44bed380b2cf94'
+md5sums=('45a068cb13e31824c941ceb3851630e5'
'85273e24404cc6865805f951487b8a1e'
'ecb1bd9b6e6305987b6fb5832ab0b468'
'dfecf76f9db4497399f4b7c171150c89'