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 d44cde7baf03..a8d30ca8c47d 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 = 20221025+asset0.5
+ pkgver = 20221128+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-20221025.zip::https://ddl.pokemonrevolution.net/PROClient_linux.zip
+ source = PROClient_linux-20221128.zip::https://ddl.pokemonrevolution.net/PROClient_linux.zip
sha512sums = SKIP
- sha512sums = e66e59add5cdbdc59bc6e5c15caf31685ba1a1e403730dd0bd1b2fd4c45fec46c3dd9cb5f659c39cc7e18b4aa9c5a5faf068de631430f5215a1d6a07c7d3acee
+ sha512sums = 45392853e8f1d6fd2c45fce96df7bcb1438926bfca9e9fb90e5809fe98099d551ed7431ec8025c1413e1bf4c0f2ad3abd9ec4b7366fbe29c650ce09f913877bf
pkgname = pokemon-revolution-online-bin
diff --git a/PKGBUILD b/PKGBUILD
index e8609771dd94..fd2d1edabef7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabian Bornschein <fabiscafe-cat-mailbox-dog-org>
pkgname=pokemon-revolution-online-bin
-pkgver=20221025+asset0.5
+pkgver=20221128+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=20221025
+__PROCLIENT_VER=20221128
__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'
- 'e66e59add5cdbdc59bc6e5c15caf31685ba1a1e403730dd0bd1b2fd4c45fec46c3dd9cb5f659c39cc7e18b4aa9c5a5faf068de631430f5215a1d6a07c7d3acee')
+ '45392853e8f1d6fd2c45fce96df7bcb1438926bfca9e9fb90e5809fe98099d551ed7431ec8025c1413e1bf4c0f2ad3abd9ec4b7366fbe29c650ce09f913877bf')
pkgver() {
cd pro_assets_lin_desktop