summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbrent s2016-11-01 04:21:15 -0400
committerbrent s2016-11-01 04:21:15 -0400
commita219b5cf5ca01adce36d12bcf322312321fffe31 (patch)
treee3c38186f98f9c9067b1e8dbe3740cdceba54f4e /PKGBUILD
parentc9d57f8e3193b1e6c0d9ab10f8e6e2e3306201aa (diff)
downloadaur-a219b5cf5ca01adce36d12bcf322312321fffe31.tar.gz
added nquake as opt depend
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c707a4ce14fd..7e48a5b6ba98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ validpgpkeys=('748231EBCBD808A14F5E85D28C004C2F93481F6B')
pkgname=ezquake-git
pkgver=r4930.b1e3acb
-pkgrel=1
+pkgrel=2
pkgdesc="One of the most Popular QuakeWorld clients for Linux/BSD/OSX/Win32. You need the retail pak files to play. (Git version)"
url="http://ezquake.sourceforge.net/"
license=('GPL')
@@ -15,7 +15,8 @@ license=('GPL')
# NOTE: "libgl" is a virtual provides, of sorts. can be either mesa-libgl, nvidia-libgl, etc...
depends=('libgl' 'libxxf86dga' 'zlib' 'libpng' 'minizip' 'libircclient' 'expat' 'pcre' 'sdl2' 'tcl' 'glew')
makedepends=('glu' 'xf86vidmodeproto' 'libxxf86vm' 'libxext' 'jansson' 'libxpm' 'xxd')
-optdepends=('quake-qrp-textures: for high-res textures')
+optdepends=('quake-qrp-textures: for high-res textures'
+ 'nquake: a more user-friendly quake experience')
conflicts=('fuhquake')
provides=('ezquake' 'quake' 'fuhquake')
arch=('any')