summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorprofessorkaos642017-01-22 20:18:35 -0500
committerprofessorkaos642017-01-22 20:18:35 -0500
commitb95dcd95a85f879ec0e876a772931c5ab6839f90 (patch)
treed858b2568f3b4d1d7e8983ddd42d3d10c857d84d
parent528cc67166da28b8cc87b17d2257bcdb732bb934 (diff)
downloadaur-b95dcd95a85f879ec0e876a772931c5ab6839f90.tar.gz
requires tslib
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 843d35f0e190..969f73e41446 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vkquake-git
pkgdesc = A modern Quake 1 engine. Forked from Fitzquake. This version contains Vulkan API support (git-latest).
- pkgver = 0.93.r0.g8b6332c
+ pkgver = 0.94.r2.g75acd70
pkgrel = 1
url = https://github.com/Novum/vkquake
install = vkquake-git.install
@@ -19,6 +19,7 @@ pkgbase = vkquake-git
depends = opusfile
depends = sdl2
depends = vulkan-validation-layers
+ depends = tslib
provides = vkquake
conflicts = vkquake
source = git+https://github.com/Novum/vkquake.git
diff --git a/PKGBUILD b/PKGBUILD
index adbc76524d5e..2b3d164a0403 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=vkquake-git
_gitname=vkquake
-pkgver=0.93.r0.g8b6332c
+pkgver=0.94.r2.g75acd70
pkgrel=1
pkgdesc="A modern Quake 1 engine. Forked from Fitzquake. This version contains Vulkan API support (git-latest)."
arch=('i686' 'x86_64')
@@ -12,8 +12,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'