summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTids2017-05-04 22:44:23 +0200
committerTids2017-05-04 22:44:23 +0200
commit3f96dc9c146d7f086297284d4846fac031776c4c (patch)
treee8be89850e8c005fc8b91e8b8bad179ed78c8328
parent08052edfb2771b1f4707b61c37a046593b202cf2 (diff)
downloadaur-3f96dc9c146d7f086297284d4846fac031776c4c.tar.gz
upstream update, + set -screen-fullscreen 0 to workaround a bug: https://pokemon-revolution-online.net/Forum/viewtopic.php?f=83&t=65968
-rw-r--r--.SRCINFO6
-rw-r--r--INSTALL8
-rw-r--r--PKGBUILD10
-rw-r--r--pokemonrevolution2
4 files changed, 9 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a50b5eb472af..d28a3268f0ff 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.97.super.fearow.20170416
- pkgrel = 2
+ pkgver = 0.97.2.raging.gyarados
+ pkgrel = 1
url = https://pokemon-revolution-online.net
install = INSTALL
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = pokemon-revolution-online-bin
source = copyright
source = pokemonrevolution.svg
sha256sums = 8cd4510ef3c788984b5c6ce97c64d850a57ab2bf4a5133c212a77a84c1913e7e
- sha256sums = 90fd58143a8a201ec8708eda00bb332f57c0fc751c2da68aa633540a15ecf270
+ sha256sums = 4f3964f11bf6379df123eae488948c0d93f8432a6e546318b6c609085226c4e2
sha256sums = df736901de54dce3b191bd9744732f7b9970ab3cbdece8d7fbd7122e69ce32d5
sha256sums = 54b5f40a5385eba58385c49b7ba6a4485d531acdb6289c3cb97dcf6825750956
diff --git a/INSTALL b/INSTALL
index 99cbc524edea..39120aae42de 100644
--- a/INSTALL
+++ b/INSTALL
@@ -11,20 +11,12 @@ post_install() {
echo -e "\t##########################################################"
echo
echo
- if [ $(date +%Y%m%d) = "20170416" ] || [ $(date +%Y%m%d) = "20170417" ]
- then
- echo "Happy Easter!"
- fi
}
post_upgrade() {
echo
echo "Thanks for using my pkg :)"
echo
- if [ $(date +%Y%m%d) = "20170416" ] || [ $(date +%Y%m%d) = "20170417" ]
- then
- echo "Happy Easter!"
- fi
}
diff --git a/PKGBUILD b/PKGBUILD
index be7784efab06..25fefdfa5e6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Fabian <plusfabi[AT+thegoogleadress]>
pkgname=pokemon-revolution-online-bin
-pkgver=0.97.super.fearow.20170416
-pkgrel=2
+pkgver=0.97.2.raging.gyarados
+pkgrel=1
pkgdesc="A free-to-play, fan-made, MMO game that is predicated around the official Pokémon games."
arch=('x86_64')
url="https://pokemon-revolution-online.net"
@@ -14,7 +14,7 @@ conflicts=('pokemon-revolution-online')
install="INSTALL"
source=('net.pokemon-revolution-online.desktop' 'pokemonrevolution' 'copyright' 'pokemonrevolution.svg')
sha256sums=('8cd4510ef3c788984b5c6ce97c64d850a57ab2bf4a5133c212a77a84c1913e7e'
- '90fd58143a8a201ec8708eda00bb332f57c0fc751c2da68aa633540a15ecf270'
+ '4f3964f11bf6379df123eae488948c0d93f8432a6e546318b6c609085226c4e2'
'df736901de54dce3b191bd9744732f7b9970ab3cbdece8d7fbd7122e69ce32d5'
'54b5f40a5385eba58385c49b7ba6a4485d531acdb6289c3cb97dcf6825750956')
@@ -28,8 +28,8 @@ package() {
__DLDIR=$(xdg-user-dir DOWNLOAD) ##downloaddirectory
__DDLA="https://tiny.cc/PROLinux" ##download link
- __DDLFN="PROLinux.zip" ##filename
- __DDLFSHA256="c4eb575628be8b38be33c6f7ee9a7d0af242eae70bf751dc7969beebf430e56a" #sha256sum
+ __DDLFN="PROLinuxRage.zip" ##filename
+ __DDLFSHA256="67bb1363d18018ba318c6ee0c82527addfcf1591d736a4e5bb5f39383d7b81b1" #sha256sum
## "Something's missing"? -> No One Cares - Atreyu c;
if [ ! -f ${__DLDIR}/${__DDLFN} ]; then
diff --git a/pokemonrevolution b/pokemonrevolution
index bba2bd5d9df5..18716170e4f8 100644
--- a/pokemonrevolution
+++ b/pokemonrevolution
@@ -5,7 +5,7 @@ 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"
+OPTIONS="-force-glcore -screen-fullscreen 0"
echo -e "--> \"${GAMEDIR}/${GAMEBINARY}\" ${OPTIONS} ${@}"
echo -e "..."