summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrent s2020-01-09 18:36:47 -0500
committerbrent s2020-01-09 18:36:47 -0500
commitf1413b8cc1685d92346259107e48be686e079481 (patch)
tree9f1215ac573473e5c7901fbb6264f0b93c1e6ed9
parent2e4df730e7f6f728c16d11296a3e17896738f656 (diff)
downloadaur-ezquake-git.tar.gz
conformance to https://bugs.archlinux.org/task/64892
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2c15b7ec49a..a6a6086a4045 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,20 @@
-# Generated by mksrcinfo v8
-# Tue Nov 1 10:59:57 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 = r4932.ad6618c
+ pkgver = r5247.1aaea9bf
pkgrel = 1
url = http://ezquake.sourceforge.net/
install = ezquake.install
arch = any
license = GPL
makedepends = glu
- makedepends = xf86vidmodeproto
+ makedepends = xorgproto
makedepends = libxxf86vm
makedepends = libxext
makedepends = jansson
makedepends = libxpm
makedepends = xxd
depends = libgl
- depends = libxxf86dga
+ depends = libdrm
depends = zlib
depends = libpng
depends = minizip
@@ -43,6 +41,7 @@ pkgbase = ezquake-git
source = ezquake.launcher.sig
source = ezquake.desktop.sig
source = ezquake.ico.sig
+ validpgpkeys = 748231EBCBD808A14F5E85D28C004C2F93481F6B
sha512sums = SKIP
sha512sums = SKIP
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e5da412040bf..a58a3913f65a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ validpgpkeys=('748231EBCBD808A14F5E85D28C004C2F93481F6B')
# thanks to Slash <demodevil5[at]yahoo[dot]com> for the original no-git package
pkgname=ezquake-git
-pkgver=r4932.ad6618c
+pkgver=r5247.1aaea9bf
pkgrel=1
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/"
@@ -13,8 +13,8 @@ license=('GPL')
# TODO[0]: find out what's needed at runtime and what's needed at compile time. http://ezquake.svn.sourceforge.net/viewvc/ezquake/trunk/ezquake/compiling_on_unix.txt seems to be outdated...
# 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' 'xxd')
+depends=('libgl' 'libdrm' 'zlib' 'libpng' 'minizip' 'libircclient' 'expat' 'pcre' 'sdl2' 'tcl' 'glew')
+makedepends=('glu' 'xorgproto' 'libxxf86vm' 'libxext' 'jansson' 'libxpm' 'xxd')
optdepends=('quake-qrp-textures: for high-res textures'
'nquake: a more user-friendly quake experience')
conflicts=('fuhquake')