summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbrent s2016-06-17 10:27:34 -0400
committerbrent s2016-06-17 10:28:35 -0400
commit9e93015ff17ee2477e561c1718c51f902b68cc98 (patch)
treebe1ae92efafda88aebd666644830563e450d0ba8 /PKGBUILD
parente8af1266f928a8b483f584ff4db1957ae99b9e93 (diff)
downloadaur-9e93015ff17ee2477e561c1718c51f902b68cc98.tar.gz
bumping for xxd build dep, fixing binary link
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 925ec5c44658..a1cbd09490e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ validpgpkeys=('748231EBCBD808A14F5E85D28C004C2F93481F6B')
pkgname=ezquake-git
pkgver=r4621.4bf8793
-pkgrel=4
+pkgrel=5
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')
@@ -12,7 +12,7 @@ license=('GPL')
# Note that if a package is required at both build and runtime, it can be just included in depends array.
# 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')
+makedepends=('glu' 'xf86vidmodeproto' 'libxxf86vm' 'libxext' 'jansson' 'libxpma' 'xxd')
conflicts=('fuhquake')
provides=('ezquake' 'quake' 'fuhquake')
arch=('any')