summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTids2018-02-18 10:56:20 +0100
committerTids2018-02-18 10:56:20 +0100
commit74e9a18127b7a23bad45d2d4602f75d20711da29 (patch)
tree7cf6d4106e5eb44457db2609d33c97d489ddc5f8
parentb9d54843b9e9c551d8f555f9e9fc8aa89b4cda80 (diff)
downloadaur-74e9a18127b7a23bad45d2d4602f75d20711da29.tar.gz
new upstream release
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD12
-rw-r--r--pokemonrevolution3
3 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e68e0c2f5526..fe16ba2624a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.98.4.revolution.2018
+ pkgver = 0.98.4.pokemanz.heartscale
pkgrel = 1
url = https://pokemon-revolution-online.net
install = INSTALL
@@ -17,7 +17,7 @@ pkgbase = pokemon-revolution-online-bin
source = copyright
source = pokemonrevolution.svg
sha256sums = 64b5c6c47cd0705ff743fe3a14a0c71899db29f70f699d94cdf6f54e3fa13d00
- sha256sums = 4f3964f11bf6379df123eae488948c0d93f8432a6e546318b6c609085226c4e2
+ sha256sums = bc75525666fb273d7303e4baaaff386fd927d06c927b02141ee5ba8cac0e426f
sha256sums = df736901de54dce3b191bd9744732f7b9970ab3cbdece8d7fbd7122e69ce32d5
sha256sums = 54b5f40a5385eba58385c49b7ba6a4485d531acdb6289c3cb97dcf6825750956
diff --git a/PKGBUILD b/PKGBUILD
index 27fbe58a4175..9ca97ee1ab49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabian <plusfabi[AT+thegoogleadress]>
pkgname=pokemon-revolution-online-bin
-pkgver=0.98.4.revolution.2018
+pkgver=0.98.4.pokemanz.heartscale
pkgrel=1
pkgdesc="A free-to-play, fan-made, MMO game that is predicated around the official Pokémon games."
arch=('x86_64')
@@ -14,7 +14,7 @@ conflicts=('pokemon-revolution-online')
install="INSTALL"
source=('net.pokemon-revolution-online.desktop' 'pokemonrevolution' 'copyright' 'pokemonrevolution.svg')
sha256sums=('64b5c6c47cd0705ff743fe3a14a0c71899db29f70f699d94cdf6f54e3fa13d00'
- '4f3964f11bf6379df123eae488948c0d93f8432a6e546318b6c609085226c4e2'
+ 'bc75525666fb273d7303e4baaaff386fd927d06c927b02141ee5ba8cac0e426f'
'df736901de54dce3b191bd9744732f7b9970ab3cbdece8d7fbd7122e69ce32d5'
'54b5f40a5385eba58385c49b7ba6a4485d531acdb6289c3cb97dcf6825750956')
@@ -23,13 +23,13 @@ package() {
# Variables
## i know this isn't a good thing and nobody wants to see this on aur, but it'll make things easier for me #Fabian
- ## directory files naming is usually VNAMING_Date, binary VNAMING.x86_64
- __VNAMING="PROLinux" ##like PROLinux95_45_data, PROLinux95_45.x86_64
+ ## directory files naming is usually VNAMING_Data, binary VNAMING.x86_64
+ __VNAMING="PRO" ##like PROLinux95_45_data, PROLinux95_45.x86_64
__DLDIR=$(xdg-user-dir DOWNLOAD) ##downloaddirectory
__DDLA="https://tiny.cc/PROLinux" ##download link
- __DDLFN="PRO2k18Linux.zip" ##filename
- __DDLFSHA256="3f854d1aa54e4e78ba237e4ca119022e15ddada20586d8b44b9e9ef91f082223" #sha256sum
+ __DDLFN="PROLinux.zip" ##filename
+ __DDLFSHA256="e62e263ce49c7dcd6a9a9503207ae68e2e95f43ed7341abb42e91d5cee055a40" #sha256sum
## "Something's missing"? -> No One Cares - Atreyu c;
if [ ! -f ${__DLDIR}/${__DDLFN} ]; then
diff --git a/pokemonrevolution b/pokemonrevolution
index 18716170e4f8..8b49838f134e 100644
--- a/pokemonrevolution
+++ b/pokemonrevolution
@@ -5,7 +5,8 @@ GAMEBINARY="GAMEBINARYNAMESETBYPKGBUILD"
## 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 -screen-fullscreen 0"
+#OPTIONS="-force-glcore -screen-fullscreen 0 -force-wayland"
+OPTIONS=""
echo -e "--> \"${GAMEDIR}/${GAMEBINARY}\" ${OPTIONS} ${@}"
echo -e "..."