summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--archlinux.install27
-rw-r--r--install3
4 files changed, 8 insertions, 32 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29167c061563..0614dee30b96 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = pokemon-revolution-online-bin
pkgdesc = A free-to-play, fan-made, MMO game that is predicated around the official Pokémon games.
- pkgver = 20210410+0.4
+ pkgver = 20210410+0.4.1
pkgrel = 1
url = https://pokemonrevolution.net
- install = archlinux.install
+ install = install
arch = x86_64
license = custom
makedepends = git
@@ -11,7 +11,7 @@ pkgbase = pokemon-revolution-online-bin
depends = opengl-driver
optdepends = gtk2: required for the Unity ScreenSelector plugin
conflicts = pokemon-revolution-online
- source = git+https://gitlab.com/fabis_cafe/pro_assets_lin_desktop.git#tag=0.4
+ source = git+https://gitlab.com/fabis_cafe/pro_assets_lin_desktop.git#tag=0.4.1
source = PROClient_linux-20210410.zip::https://ddl.pokemonrevolution.net/PROClient_linux.zip
sha512sums = SKIP
sha512sums = ea82286a33f73b0ef352b5e481689d5d6b18b6e52ac7a70bf78c8f8ddda100b811c6e68a0dba964455f6a397bef0bf5a838e8a9a07b5086fd8704b70c33a2487
diff --git a/PKGBUILD b/PKGBUILD
index bc7396ea3574..d0e606a65929 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabian Bornschein <fabiscafe@mailbox.org>
pkgname=pokemon-revolution-online-bin
-__LIN_DESKTOP_ASSET_VER=0.4
+__LIN_DESKTOP_ASSET_VER=0.4.1
__PROCLIENT_VER=20210410
pkgver=${__PROCLIENT_VER}+${__LIN_DESKTOP_ASSET_VER}
pkgrel=1
@@ -13,7 +13,7 @@ depends=('vulkan-driver' 'opengl-driver')
makedepends=('git')
optdepends=('gtk2: required for the Unity ScreenSelector plugin')
conflicts=('pokemon-revolution-online')
-install="archlinux.install"
+install="install"
source=("git+https://gitlab.com/fabis_cafe/pro_assets_lin_desktop.git#tag=${__LIN_DESKTOP_ASSET_VER}"
"PROClient_linux-${__PROCLIENT_VER}.zip::https://ddl.pokemonrevolution.net/PROClient_linux.zip"
)
diff --git a/archlinux.install b/archlinux.install
deleted file mode 100644
index c623a6253abc..000000000000
--- a/archlinux.install
+++ /dev/null
@@ -1,27 +0,0 @@
-post_install() {
- printf "\n\t GAME NOTES\n"
- printf "\t ´*~##############~*\`\n"
- printf "\t##########################################################\n"
- printf "\t# #\n"
- printf "\t# You need to create an account at #\n"
- printf "\t# https://www.pokemon-revolution-online.net/Register.php #\n"
- printf "\t# #\n"
- printf "\t##########################################################\n"
- if [[ $(/usr/bin/tail -n 1 /usr/lib/os-release | /usr/bin/cut -d= -f2) != "archlinux" ]];
- then
- printf "==>\tUNSUPPORTED DISTRO DETECTED. #https://wiki.archlinux.org/index.php/Archn't\n";
- printf "==>\tTHIS PACKAGE ONLY SUPPORTS Arch Linux.\n";
- printf "==>\tPLEASE DO NOT ASK FOR SUPPORT ON THE AUR, YOU ARE ON YOUR OWN.\n\n";
- fi
-}
-
-post_upgrade() {
- if [[ $(/usr/bin/tail -n 1 /usr/lib/os-release | /usr/bin/cut -d= -f2) != "archlinux" ]];
- then
- printf "==>\tUNSUPPORTED DISTRO DETECTED.\n";
- printf "==>\tTHIS PACKAGE ONLY SUPPORTS Arch Linux.\n";
- printf "==>\tPLEASE DO NOT ASK FOR SUPPORT ON THE AUR, YOU ARE ON YOUR OWN.\n\n";
- fi
-
- printf "\nThanks for still using my pkg :)\n\n"
-}
diff --git a/install b/install
new file mode 100644
index 000000000000..6033724dfb95
--- /dev/null
+++ b/install
@@ -0,0 +1,3 @@
+post_install() {
+ printf " ➜➜➜ You need to create an account at\n ➜➜➜ https://pokemonrevolution.net/register\n\n"
+}