summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 476a16cbed78..dd4d594a53b8 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 = 20221217+asset0.5
+ pkgver = 20230201+asset0.5
pkgrel = 1
url = https://pokemonrevolution.net
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = pokemon-revolution-online-bin
conflicts = pokemon-revolution-online
options = debug
source = git+https://gitlab.com/fabiscafe/pro_assets_lin_desktop.git#commit=da21f5467ed5b29d59cc67df3ccdc7686d763406
- source = PROClient_linux-20221217.zip::https://ddl.pokemonrevolution.net/PROClient_linux.zip
+ source = PROClient_linux-20230201.tar.gz::https://ddl.pokemonrevolution.net/PROClient_linux.tar.gz
sha512sums = SKIP
- sha512sums = 1dd46c0b18054e4bb3ee4de7ba5b1295783148b81d0867b11d3541cca4c9995a91f61d5e3671ec2a2b3f8fb603cfaa99d0f1abe261a8db697b45794f90db55c8
+ sha512sums = f5a3004ffd89a199b070fc1b98d9c017950e076d88f05dfaf95e22b9ee12d32812d4eb58224a47fe51ce9c4ce79049038fb19728fe81eaf49164dc7b83096c9e
pkgname = pokemon-revolution-online-bin
diff --git a/PKGBUILD b/PKGBUILD
index edb0cf6f41a7..f0302cb9514c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabian Bornschein <fabiscafe-cat-mailbox-dog-org>
pkgname=pokemon-revolution-online-bin
-pkgver=20221217+asset0.5
+pkgver=20230201+asset0.5
pkgrel=1
pkgdesc="A free-to-play, fan-made, MMO game that is predicated around the official Pokémon games."
arch=('x86_64')
@@ -12,13 +12,13 @@ makedepends=('git')
optdepends=('gtk2: required for the Unity ScreenSelector plugin')
conflicts=('pokemon-revolution-online')
options=(debug)
-__PROCLIENT_VER=20221217
+__PROCLIENT_VER=20230201
__LIN_DESKTOP_ASSET_COMMIT=da21f5467ed5b29d59cc67df3ccdc7686d763406 #tag 0.5
source=("git+https://gitlab.com/fabiscafe/pro_assets_lin_desktop.git#commit=${__LIN_DESKTOP_ASSET_COMMIT}"
- "PROClient_linux-${__PROCLIENT_VER}.zip::https://ddl.pokemonrevolution.net/PROClient_linux.zip"
+ "PROClient_linux-${__PROCLIENT_VER}.tar.gz::https://ddl.pokemonrevolution.net/PROClient_linux.tar.gz"
)
sha512sums=('SKIP'
- '1dd46c0b18054e4bb3ee4de7ba5b1295783148b81d0867b11d3541cca4c9995a91f61d5e3671ec2a2b3f8fb603cfaa99d0f1abe261a8db697b45794f90db55c8')
+ 'f5a3004ffd89a199b070fc1b98d9c017950e076d88f05dfaf95e22b9ee12d32812d4eb58224a47fe51ce9c4ce79049038fb19728fe81eaf49164dc7b83096c9e')
pkgver() {
cd pro_assets_lin_desktop