summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90ac41f21d26..239a6689e7d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vkquake
pkgdesc = A modern Quake 1 engine. Forked from Fitzquake. This version contains Vulkan API support.
- pkgver = 0.93
+ pkgver = 0.94
pkgrel = 1
url = https://github.com/Novum/vkquake
install = vkquake.install
@@ -19,9 +19,10 @@ pkgbase = vkquake
depends = opusfile
depends = sdl2
depends = vulkan-validation-layers
+ depends = tslib
provides = vkquake
conflicts = vkquake
- source = git+https://github.com/Novum/vkquake.git#tag=0.93
+ source = git+https://github.com/Novum/vkquake.git#tag=0.94
source = vkquake.desktop
source = vkquake.png
md5sums = SKIP
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}"