summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Robin2017-12-01 16:55:21 +0900
committerChristophe Robin2017-12-01 16:55:48 +0900
commitbd0f92a9be6a9c93285b77f68d157a31eda083f6 (patch)
tree649d86db927d4d703676a1e115a1020106b8ea19
parent369083162a2dc8f0fdfb91a3e3f4361cdfc07716 (diff)
downloadaur-bd0f92a9be6a9c93285b77f68d157a31eda083f6.tar.gz
Set java-runtime to accept Java 9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--minecraft.install20
3 files changed, 19 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a469a5177665..b9a4bc9364e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Thu Nov 30 08:55:43 UTC 2017
+# Fri Dec 1 07:54:52 UTC 2017
pkgbase = minecraft
pkgdesc = An open-world game whose gameplay revolves around breaking and placing blocks
pkgver = latest
- pkgrel = 28
+ pkgrel = 29
url = http://www.minecraft.net/
install = minecraft.install
arch = any
license = custom
- depends = java-runtime=8
+ depends = java-runtime>=8
depends = xorg-xrandr
depends = ttf-font
depends = libxtst
@@ -23,7 +23,7 @@ pkgbase = minecraft
md5sums = 85273e24404cc6865805f951487b8a1e
md5sums = ecb1bd9b6e6305987b6fb5832ab0b468
md5sums = dfecf76f9db4497399f4b7c171150c89
- md5sums = 30f8fd3deb598757bb21bac3c1c55110
+ md5sums = acb5828c7b9136f66c4aa6fe44950e0f
md5sums = 6e1dc1629eb95fd813ebe1bf632d6f2d
pkgname = minecraft
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'
diff --git a/minecraft.install b/minecraft.install
index fe4968325489..8322f294baf5 100644
--- a/minecraft.install
+++ b/minecraft.install
@@ -4,14 +4,18 @@
## arg 1: the new package version
post_install() {
- echo ">>> PACKAGES NOTES"
- echo ">>> --------------"
- echo ">>> This is the full version of the game, you need a valid account to play it."
- echo ">>> To create an account, connect to http://www.minecraft.net/ and buy the full"
- echo ">>> game for 19.95€. You should then be able to log in and play."
- echo ">>> --------------"
- echo ">>> The game will auto update and store the updated binary and game configuration"
- echo ">>> in ~/.minecraft"
+ echo "PACKAGES NOTES"
+ echo "--------------"
+ echo ""
+ echo "This is the full version of the game, you need a valid account to play it."
+ echo "To create an account, connect to http://www.minecraft.net/ and buy the full"
+ echo "game from the store. You should then be able to log in and play."
+ echo ""
+ echo "The game will auto update and store the updated binary and game configuration"
+ echo "in ~/.minecraft"
+ echo ""
+ echo "For Java 9 users, please check the following link: http://bit.ly/2BAzKUP for"
+ echo "details about how to run the game properly."
}
# vim:set ts=2 sw=2 et: