summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrent s2016-11-01 04:21:15 -0400
committerbrent s2016-11-01 04:21:15 -0400
commita219b5cf5ca01adce36d12bcf322312321fffe31 (patch)
treee3c38186f98f9c9067b1e8dbe3740cdceba54f4e
parentc9d57f8e3193b1e6c0d9ab10f8e6e2e3306201aa (diff)
downloadaur-a219b5cf5ca01adce36d12bcf322312321fffe31.tar.gz
added nquake as opt depend
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57f3f3dcdad6..c949b2c0ab72 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Nov 1 08:20:22 UTC 2016
+# Tue Nov 1 08:21:15 UTC 2016
pkgbase = ezquake-git
pkgdesc = One of the most Popular QuakeWorld clients for Linux/BSD/OSX/Win32. You need the retail pak files to play. (Git version)
pkgver = r4930.b1e3acb
- pkgrel = 1
+ pkgrel = 2
url = http://ezquake.sourceforge.net/
install = ezquake.install
arch = any
@@ -27,6 +27,7 @@ pkgbase = ezquake-git
depends = tcl
depends = glew
optdepends = quake-qrp-textures: for high-res textures
+ optdepends = nquake: a more user-friendly quake experience
provides = ezquake
provides = quake
provides = fuhquake
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')