summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabian Bornschein2021-02-20 22:00:45 +0100
committerFabian Bornschein2021-02-20 22:00:45 +0100
commitbd8e0a03aef4bd92254b1fdce3ad64fa55550d15 (patch)
tree3358ef310e985682a4c81489e07f05fa4e867520 /PKGBUILD
parentc72d5f89c22aac4caf6eae3383629f11d69bccd1 (diff)
downloadaur-bd8e0a03aef4bd92254b1fdce3ad64fa55550d15.tar.gz
Change the name of the downloaded zip, so AUR helpers wont report them as checksum-mismatch because the old file is still in the cache
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b567073d9821..a9632b85255a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,9 @@
pkgname=pokemon-revolution-online-bin
__LIN_DESKTOP_ASSET_VER=0.3.2
-pkgver=20210215+${__LIN_DESKTOP_ASSET_VER}
-pkgrel=1
+__PROCLIENT_VER=20210215
+pkgver=${__PROCLIENT_VER}+${__LIN_DESKTOP_ASSET_VER}
+pkgrel=2
pkgdesc="A free-to-play, fan-made, MMO game that is predicated around the official Pokémon games."
arch=('x86_64')
url="https://pokemonrevolution.net"
@@ -14,7 +15,7 @@ optdepends=('gtk2: required for the Unity ScreenSelector plugin')
conflicts=('pokemon-revolution-online')
install="archlinux.install"
source=("git+https://gitlab.com/fabis_cafe/pro_assets_lin_desktop.git#tag=${__LIN_DESKTOP_ASSET_VER}"
- "PROClient_linux.zip::https://ddl.pokemonrevolution.net/PROClient_linux.zip"
+ "PROClient_linux-${__PROCLIENT_VER}.zip::https://ddl.pokemonrevolution.net/PROClient_linux.zip"
)
sha256sums=('SKIP'
'eb68484c94b929beb438ea78feee83566d7c8c204d83eec83facef4a75cf66b5')