summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrent s2016-06-17 10:27:34 -0400
committerbrent s2016-06-17 10:28:35 -0400
commit9e93015ff17ee2477e561c1718c51f902b68cc98 (patch)
treebe1ae92efafda88aebd666644830563e450d0ba8
parente8af1266f928a8b483f584ff4db1957ae99b9e93 (diff)
downloadaur-9e93015ff17ee2477e561c1718c51f902b68cc98.tar.gz
bumping for xxd build dep, fixing binary link
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
-rw-r--r--ezquake.launcher7
-rw-r--r--ezquake.launcher.sigbin543 -> 543 bytes
4 files changed, 7 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de968a9542bb..0a26a7d7003d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Apr 7 04:51:10 UTC 2016
+# Fri Jun 17 14:28:35 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 = r4621.4bf8793
- pkgrel = 4
+ pkgrel = 5
url = http://ezquake.sourceforge.net/
install = ezquake.install
arch = any
@@ -13,7 +13,8 @@ pkgbase = ezquake-git
makedepends = libxxf86vm
makedepends = libxext
makedepends = jansson
- makedepends = libxpm
+ makedepends = libxpma
+ makedepends = xxd
depends = libgl
depends = libxxf86dga
depends = zlib
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')
diff --git a/ezquake.launcher b/ezquake.launcher
index 29d7f8b004f4..3bb7546fa1a2 100644
--- a/ezquake.launcher
+++ b/ezquake.launcher
@@ -1,10 +1,5 @@
#!/bin/bash
cd "/opt/quake"
-if [[ "$(uname -m)" == 'x86_64' ]];
-then
- /ezquake-gl_linux-x64.glx +cfg_use_home 1 "$@"
-else
- ./ezquake-linux +cfg_use_home 1 "$@"
-fi
+./ezquake-linux +cfg_use_home 1 "$@"
exit $?
diff --git a/ezquake.launcher.sig b/ezquake.launcher.sig
index de7cc1cdf824..4e925c0c3014 100644
--- a/ezquake.launcher.sig
+++ b/ezquake.launcher.sig
Binary files differ