summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTids2017-01-23 23:42:06 +0100
committerTids2017-01-23 23:42:06 +0100
commitaf8f89dc8ad5c682b0eca97cb55be9dc4f7b02bd (patch)
tree381d4749cdd06a5942be97c3ecd7f02f1bd44fe6
parent70c96b3179c504c537392dc3cf16a5e96ce4e5ac (diff)
downloadaur-af8f89dc8ad5c682b0eca97cb55be9dc4f7b02bd.tar.gz
switch to -force-glcore for better GL support
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--pokemonrevolution7
3 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0af61fb34674..fc632f218a71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pokemon-revolution-online-bin
pkgdesc = A free-to-play, fan-made, MMO game that is predicated around the official Pokémon games.
pkgver = 0.95.9.20170123
- pkgrel = 1
+ pkgrel = 2
url = http://pokemon-revolution-online.net
install = INSTALL
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = pokemon-revolution-online-bin
source = copyright
source = pokemonrevolution.svg
md5sums = 3215173b6f1673d868e71f1d953ed9d2
- md5sums = 1b667f450341675b6b2c1750e034516c
+ md5sums = 468427350f89449698740c8d2aae581e
md5sums = 0efcd0393015ff149217f9ced4670513
md5sums = 8446ead3097e1b87e3a63b667d956569
diff --git a/PKGBUILD b/PKGBUILD
index 2e003a0940cc..4ac806148b58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabian <plusfabi[AT+thegoogleadress]>
pkgname=pokemon-revolution-online-bin
pkgver=0.95.9.20170123
-pkgrel=1
+pkgrel=2
pkgdesc="A free-to-play, fan-made, MMO game that is predicated around the official Pokémon games."
arch=('x86_64')
url="http://pokemon-revolution-online.net"
@@ -13,7 +13,7 @@ conflicts=('pokemon-revolution-online')
install="INSTALL"
source=('net.pokemon-revolution-online.desktop' 'pokemonrevolution' 'copyright' 'pokemonrevolution.svg')
md5sums=('3215173b6f1673d868e71f1d953ed9d2'
- '1b667f450341675b6b2c1750e034516c'
+ '468427350f89449698740c8d2aae581e'
'0efcd0393015ff149217f9ced4670513'
'8446ead3097e1b87e3a63b667d956569')
diff --git a/pokemonrevolution b/pokemonrevolution
index 4105fd137028..bba2bd5d9df5 100644
--- a/pokemonrevolution
+++ b/pokemonrevolution
@@ -3,8 +3,9 @@
GAMEDIR="GAMEDIRNAMESETBYPKGBUILD"
GAMEBINARY="GAMEBINARYNAMESETBYPKGBUILD"
-## enforce opengl to workaround a bug that makes the game start in direct3d mode on linux -> "-force-opengl"
-OPTIONS="-force-opengl"
+## enforce opengl to workaround a bug that makes the game start in direct3d mode on linux -> "-force-glcore"
+## https://docs.unity3d.com/Manual/OpenGLCoreDetails.html
+OPTIONS="-force-glcore"
echo -e "--> \"${GAMEDIR}/${GAMEBINARY}\" ${OPTIONS} ${@}"
echo -e "..."
@@ -15,4 +16,4 @@ cd "${GAMEDIR}"
## start the game!
"${GAMEDIR}/${GAMEBINARY}" ${OPTIONS} ${@}
-exit \ No newline at end of file
+exit