summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristophe Robin2017-12-01 16:55:21 +0900
committerChristophe Robin2017-12-01 16:55:48 +0900
commitbd0f92a9be6a9c93285b77f68d157a31eda083f6 (patch)
tree649d86db927d4d703676a1e115a1020106b8ea19 /PKGBUILD
parent369083162a2dc8f0fdfb91a3e3f4361cdfc07716 (diff)
downloadaur-bd0f92a9be6a9c93285b77f68d157a31eda083f6.tar.gz
Set java-runtime to accept Java 9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 92b2dabb9d74..04aa2ec0bce4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# CVS for PKGBUILD is available at https://github.com/christopherobin/pkgbuilds/tree/master/minecraft
pkgname=minecraft
pkgver=latest
-pkgrel=28
+pkgrel=29
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=8' 'xorg-xrandr' 'ttf-font' 'libxtst')
+depends=('java-runtime>=8' '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)
@@ -15,7 +15,7 @@ md5sums=('34440b7ad94c02762b9cbf78c7a1e23e'
'85273e24404cc6865805f951487b8a1e'
'ecb1bd9b6e6305987b6fb5832ab0b468'
'dfecf76f9db4497399f4b7c171150c89'
- '30f8fd3deb598757bb21bac3c1c55110'
+ 'acb5828c7b9136f66c4aa6fe44950e0f'
'6e1dc1629eb95fd813ebe1bf632d6f2d')
install='minecraft.install'