summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7be3988b39a2..abb8e59ac653 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 = 20220702+asset0.5
+ pkgver = 20221002+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-20220702.zip::https://ddl.pokemonrevolution.net/PROClient_linux.zip
+ source = PROClient_linux-20221002.zip::https://ddl.pokemonrevolution.net/PROClient_linux.zip
sha512sums = SKIP
- sha512sums = fd05069ae7c288bcf7f30678e8d8731578bc39136a220c355444623e1ffff9c42fb8e76800045f2f13af332ab11984ccd30deea6b4cd7c44ff5bad565f47c286
+ sha512sums = f22454eb8a98529eb3750189603c528aba54a957a19fc992971556e8ff71aa3678982977fcd9f0e236ebc5c01ced1f19c8c2c8b627ef7b4bd98c869a7c3eb24c
pkgname = pokemon-revolution-online-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0c7cca2e6a90..00ac68ad686b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabian Bornschein <fabiscafe-cat-mailbox-dog-org>
pkgname=pokemon-revolution-online-bin
-pkgver=20220702+asset0.5
+pkgver=20221002+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=20220702
+__PROCLIENT_VER=20221002
__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"
)
sha512sums=('SKIP'
- 'fd05069ae7c288bcf7f30678e8d8731578bc39136a220c355444623e1ffff9c42fb8e76800045f2f13af332ab11984ccd30deea6b4cd7c44ff5bad565f47c286')
+ 'f22454eb8a98529eb3750189603c528aba54a957a19fc992971556e8ff71aa3678982977fcd9f0e236ebc5c01ced1f19c8c2c8b627ef7b4bd98c869a7c3eb24c')
pkgver() {
cd pro_assets_lin_desktop