summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabian Bornschein2020-09-25 16:18:34 +0200
committerFabian Bornschein2020-09-25 16:18:34 +0200
commit51e10cfc870d926ece9d91038990adff77cfb813 (patch)
tree4cf3d1cadbb365e7e65208f0119296d144439499 /PKGBUILD
parent5ff1e4f29a30e10f036abec9d5bb481d12599718 (diff)
downloadaur-51e10cfc870d926ece9d91038990adff77cfb813.tar.gz
add git as makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 12c797c96361..7086d88715fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,13 @@ pkgname=pokemon-revolution-online-bin
__LIN_DESKTOP_ASSET_VER=0.3.2
__PROCLIENT_VER=0.98.5
pkgver=20200821+${__LIN_DESKTOP_ASSET_VER}+${__PROCLIENT_VER}
-pkgrel=1
+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"
license=('custom')
depends=('vulkan-driver' 'opengl-driver')
+makedepends=('git')
optdepends=('gtk2: required for the Unity ScreenSelector plugin')
conflicts=('pokemon-revolution-online')
install="$(/usr/bin/tail -n 1 /usr/lib/os-release | /usr/bin/cut -d= -f2).install"