summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabian Bornschein2021-05-05 09:12:23 +0200
committerFabian Bornschein2021-05-05 09:12:23 +0200
commitcfc1e9fccb5d268b5f113594c8a428ed55fdcf55 (patch)
treedcf350bd5add9373d767544ddaac293c3840e42d /PKGBUILD
parente0aa14365c21183ce1c8634361cd5dd26c9652c7 (diff)
downloadaur-cfc1e9fccb5d268b5f113594c8a428ed55fdcf55.tar.gz
slim down install file, new upstream release on DATA files
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bc7396ea3574..d0e606a65929 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabian Bornschein <fabiscafe@mailbox.org>
pkgname=pokemon-revolution-online-bin
-__LIN_DESKTOP_ASSET_VER=0.4
+__LIN_DESKTOP_ASSET_VER=0.4.1
__PROCLIENT_VER=20210410
pkgver=${__PROCLIENT_VER}+${__LIN_DESKTOP_ASSET_VER}
pkgrel=1
@@ -13,7 +13,7 @@ depends=('vulkan-driver' 'opengl-driver')
makedepends=('git')
optdepends=('gtk2: required for the Unity ScreenSelector plugin')
conflicts=('pokemon-revolution-online')
-install="archlinux.install"
+install="install"
source=("git+https://gitlab.com/fabis_cafe/pro_assets_lin_desktop.git#tag=${__LIN_DESKTOP_ASSET_VER}"
"PROClient_linux-${__PROCLIENT_VER}.zip::https://ddl.pokemonrevolution.net/PROClient_linux.zip"
)