diff options
author | Fabian Bornschein | 2022-12-02 11:18:53 +0100 |
---|---|---|
committer | Fabian Bornschein | 2022-12-02 11:18:53 +0100 |
commit | b6600b5964e32a4445e09a8364d6402ae53cd9ef (patch) | |
tree | 6365cce22dd5b589eea768b394316893a462fa90 | |
parent | e6cfde02d79faf07c80209264771d8cddc7a621c (diff) | |
download | aur-b6600b5964e32a4445e09a8364d6402ae53cd9ef.tar.gz |
20221128+asset0.5
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -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 @@ -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 |