summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrent s2016-06-18 20:19:28 -0400
committerbrent s2016-06-18 20:19:28 -0400
commit492de28ba7de309197de69c6dcd0441fc31cbd12 (patch)
tree5266006f7ec79e77112e9c44ac6a96552cf01628
parent9e93015ff17ee2477e561c1718c51f902b68cc98 (diff)
downloadaur-492de28ba7de309197de69c6dcd0441fc31cbd12.tar.gz
fixing typo
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a26a7d7003d..7d9854693762 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Jun 17 14:28:35 UTC 2016
+# Sun Jun 19 00:19:28 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 = 5
+ pkgrel = 6
url = http://ezquake.sourceforge.net/
install = ezquake.install
arch = any
@@ -13,7 +13,7 @@ pkgbase = ezquake-git
makedepends = libxxf86vm
makedepends = libxext
makedepends = jansson
- makedepends = libxpma
+ makedepends = libxpm
makedepends = xxd
depends = libgl
depends = libxxf86dga
diff --git a/PKGBUILD b/PKGBUILD
index a1cbd09490e0..8a2645112730 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ validpgpkeys=('748231EBCBD808A14F5E85D28C004C2F93481F6B')
pkgname=ezquake-git
pkgver=r4621.4bf8793
-pkgrel=5
+pkgrel=6
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' 'libxpma' 'xxd')
+makedepends=('glu' 'xf86vidmodeproto' 'libxxf86vm' 'libxext' 'jansson' 'libxpm' 'xxd')
conflicts=('fuhquake')
provides=('ezquake' 'quake' 'fuhquake')
arch=('any')