summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrent s2016-11-01 03:34:11 -0400
committerbrent s2016-11-01 03:34:11 -0400
commitfc2e249fdb2330b1a34c6f67652126dc6c502aab (patch)
tree423cd1e46a2ded8b96d6451a953e0d950cee2348
parent6c96b6d75fb4dc9acfb8bb8b1fca854998dba79c (diff)
downloadaur-fc2e249fdb2330b1a34c6f67652126dc6c502aab.tar.gz
tweaking some things...
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
-rw-r--r--ezquake.install5
3 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc0ef457a6d4..a8a0a640c367 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Jun 25 21:26:45 UTC 2016
+# Tue Nov 1 07:34:11 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 = r4858.62be229
- pkgrel = 2
+ pkgver = r4930.b1e3acb
+ pkgrel = 1
url = http://ezquake.sourceforge.net/
install = ezquake.install
arch = any
@@ -26,6 +26,7 @@ pkgbase = ezquake-git
depends = sdl2
depends = tcl
depends = glew
+ optdepends = quake-qrp-textures: for high-res textures
provides = ezquake
provides = quake
provides = fuhquake
diff --git a/PKGBUILD b/PKGBUILD
index 9bdfa4eefa2b..c707a4ce14fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@ validpgpkeys=('748231EBCBD808A14F5E85D28C004C2F93481F6B')
# thanks to Slash <demodevil5[at]yahoo[dot]com> for the original no-git package
pkgname=ezquake-git
-pkgver=r4858.62be229
-pkgrel=2
+pkgver=r4930.b1e3acb
+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/"
license=('GPL')
@@ -15,6 +15,7 @@ license=('GPL')
# 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')
+optdepends=('quake-qrp-textures: for high-res textures')
conflicts=('fuhquake')
provides=('ezquake' 'quake' 'fuhquake')
arch=('any')
diff --git a/ezquake.install b/ezquake.install
index 447135015ed4..f66bf1e9e15b 100644
--- a/ezquake.install
+++ b/ezquake.install
@@ -1,10 +1,7 @@
post_install() {
echo ">>> You need the retail pak0.pak and pak1.pak in order to play."
- echo ">>> Copy or symlink them to /opt/quake/id1/"
- echo ">>>"
- echo ">>> For high resolution textures and skins, install the"
- echo ">>> 'quake-qrp-textures' package from the AUR."
+ echo ">>> Copy or symlink them into /opt/quake/id1/"
}
post_upgrade() {