summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorprofessorkaos642017-01-22 20:17:09 -0500
committerprofessorkaos642017-01-22 20:17:09 -0500
commit52af1ef5b96fc5f50810a65cd028992f40f21c8c (patch)
tree96af0504edb669974f0cfee0482546b6f89be75a /PKGBUILD
parenta479c2d5997e7ecc5412f075cab8045c5890aeba (diff)
downloadaur-52af1ef5b96fc5f50810a65cd028992f40f21c8c.tar.gz
tslib required
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7c3674b72c6e..e602825a20bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Please note you must have a Vulkan-capable GPU
pkgname=vkquake
-pkgver=0.93
+pkgver=0.94
pkgrel=1
pkgdesc="A modern Quake 1 engine. Forked from Fitzquake. This version contains Vulkan API support."
arch=('i686' 'x86_64')
@@ -11,8 +11,9 @@ provides=('vkquake')
url="https://github.com/Novum/vkquake"
license=('GPL2')
depends=(
- 'git' 'flac' 'glibc' 'libgl' 'libmad' 'libmikmod' 'libogg'
-'libvorbis' 'libx11' 'opusfile' 'sdl2' 'vulkan-validation-layers'
+ 'git' 'flac' 'glibc' 'libgl' 'libmad' 'libmikmod' 'libogg'
+ 'libvorbis' 'libx11' 'opusfile' 'sdl2' 'vulkan-validation-layers'
+ 'tslib'
)
install=$pkgname.install
source=("git+https://github.com/Novum/vkquake.git#tag=${pkgver}"