summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrent s2015-07-28 14:03:54 -0400
committerbrent s2015-07-28 14:03:54 -0400
commitb19828496c26774aa2d18de5cbe91ee46c3022cd (patch)
treefa3a970b7f9129b6f6cb4cedbe2122eb0dd00408
parenta71e4bf87fe307484523c905791718f911f63b7b (diff)
downloadaur-b19828496c26774aa2d18de5cbe91ee46c3022cd.tar.gz
Adding jansson, removing svgalib because it's super broken and probably not needed
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 03dc3b81dca5..1ce72a17e8bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=ezquake-git
pkgver=r4621.4bf8793
-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')
@@ -11,7 +11,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' 'svgalib' 'libxpm')
+makedepends=('glu' 'xf86vidmodeproto' 'libxxf86vm' 'libxext' 'jansson' 'libxpm')
conflicts=('fuhquake')
provides=('ezquake' 'quake' 'fuhquake')
arch=('any')