summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Bornschein2023-10-03 00:59:45 +0200
committerFabian Bornschein2023-10-03 00:59:45 +0200
commit2e030fb381e11ae9d8b3980a5d64177b12f9f1cb (patch)
tree2c0c61c12c752ff40f19d54d4e317c57a8b8f4dc
parent46ec8866c8d280a9adfb432701def390c043ba42 (diff)
downloadaur-2e030fb381e11ae9d8b3980a5d64177b12f9f1cb.tar.gz
20230928+asset0.5-0.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD12
2 files changed, 8 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7521ee12d259..7e64a7ce85cb 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 = 20230803+asset0.5
+ pkgver = 20230928+asset0.5
pkgrel = 0.1
url = https://pokemonrevolution.net
arch = x86_64
@@ -10,10 +10,9 @@ pkgbase = pokemon-revolution-online-bin
depends = opengl-driver
optdepends = gtk2: required for the Unity ScreenSelector plugin
conflicts = pokemon-revolution-online
- options = debug
source = git+https://gitlab.com/fabiscafe/pro_assets_lin_desktop.git#commit=da21f5467ed5b29d59cc67df3ccdc7686d763406
- source = PROClient_linux-20230803.tar.gz::https://ddl.pokemonrevolution.net/PROClient_linux.tar.gz
+ source = PROClient_linux-20230928.tar.gz::https://ddl.pokemonrevolution.net/PROClient_linux.tar.gz
sha512sums = SKIP
- sha512sums = 4cc30314c1aa5da9a9e0c6a03d90352fac76d10a459bf14e1ab548fdaacd055149f7e8704ed5466b4ec4dc8e8be414b70fe74a6c80ae6d54fa7363a728733309
+ sha512sums = 76321fbb0f1cea2961215373158cd6382e281ee412d41285e489c636ae72fa2cc3c8673217c7fedda990cd7941d0f545542cfcc8d6ebc3667f19b1b8f1fb0026
pkgname = pokemon-revolution-online-bin
diff --git a/PKGBUILD b/PKGBUILD
index c26307664d14..9e3a6d3be70d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Fabian Bornschein <fabiscafe-at-mailbox-dot-org>
+# Maintainer: Fabian Bornschein <fabiscafe@archlinux.org>
pkgname=pokemon-revolution-online-bin
-__PROCLIENT_VER=20230803
-pkgver=20230803+asset0.5
+__PROCLIENT_VER=20230928
+pkgver=20230928+asset0.5
pkgrel=0.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,11 @@ depends=('vulkan-driver' 'opengl-driver')
makedepends=('git')
optdepends=('gtk2: required for the Unity ScreenSelector plugin')
conflicts=('pokemon-revolution-online')
-options=(debug)
__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}.tar.gz::https://ddl.pokemonrevolution.net/PROClient_linux.tar.gz"
-)
+ "PROClient_linux-${__PROCLIENT_VER}.tar.gz::https://ddl.pokemonrevolution.net/PROClient_linux.tar.gz")
sha512sums=('SKIP'
- '4cc30314c1aa5da9a9e0c6a03d90352fac76d10a459bf14e1ab548fdaacd055149f7e8704ed5466b4ec4dc8e8be414b70fe74a6c80ae6d54fa7363a728733309')
+ '76321fbb0f1cea2961215373158cd6382e281ee412d41285e489c636ae72fa2cc3c8673217c7fedda990cd7941d0f545542cfcc8d6ebc3667f19b1b8f1fb0026')
pkgver() {
cd pro_assets_lin_desktop