summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHurricanePootis2022-12-06 16:21:31 -0600
committerHurricanePootis2022-12-06 16:21:31 -0600
commit516a2e322f0e4099972e8b701c36d86df79ee142 (patch)
treee57d0ae025d4764f80f17949a3d10412b16fc0fe
parentd9a571899f905eda0c71b979cc866af1db0ebf48 (diff)
downloadaur-516a2e322f0e4099972e8b701c36d86df79ee142.tar.gz
micwoj complaints
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e022b1982d29..f2c1a4505f32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vkquake
pkgdesc = A modern Quake 1 engine. Forked from Fitzquake. This version contains Vulkan API support.
pkgver = 1.22.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Novum/vkquake
install = vkquake.install
arch = x86_64
@@ -10,6 +10,9 @@ pkgbase = vkquake
makedepends = meson
makedepends = vulkan-headers
makedepends = zopfli
+ makedepends = glslang
+ makedepends = spirv-tools
+ makedepends = git
depends = flac
depends = glibc
depends = libgl
diff --git a/PKGBUILD b/PKGBUILD
index a30ba4de1a20..8795e68345e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,12 @@
# Maintainer: HurricanePootis <hurricanepootis@protonmail.com>
-# Ex-Maintainer: Michal Wojdyla < micwoj9292 at gmail dot com >
-# Contributor: HurricanePootis <hurricanepootis@protonmail.com>
+# Contributor: Michal Wojdyla < micwoj9292 at gmail dot com >
# Contributor: Michael DeGuzis <mdeguzis@gmail.com>
# Please note you must have a Vulkan-capable GPU
_quake=vkQuake
pkgname=vkquake
pkgver=1.22.1
-pkgrel=1
+pkgrel=2
pkgdesc="A modern Quake 1 engine. Forked from Fitzquake. This version contains Vulkan API support."
arch=('x86_64')
provides=('vkquake')
@@ -15,7 +14,7 @@ url="https://github.com/Novum/vkquake"
license=('GPL2')
depends=('flac' 'glibc' 'libgl' 'libmad' 'libmikmod'
'libvorbis' 'libx11' 'opusfile' 'sdl2')
-makedepends=('vulkan-validation-layers' 'meson' 'vulkan-headers' 'zopfli')
+makedepends=('vulkan-validation-layers' 'meson' 'vulkan-headers' 'zopfli' 'glslang' 'spirv-tools' 'git')
install=$pkgname.install
source=("https://github.com/Novum/vkQuake/archive/${pkgver}.tar.gz"
'vkquake.desktop'