summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHurricanePootis2022-01-06 10:32:04 -0600
committerHurricanePootis2022-01-06 10:32:04 -0600
commit6a300bea6e506a15553f1d40a3181e27adfb25d0 (patch)
tree614fb211a0b0454076e24ebb218be125ddf739d3
parent0ea778f35ab78bfcbac1f7cfd9724c756bacd315 (diff)
downloadaur-6a300bea6e506a15553f1d40a3181e27adfb25d0.tar.gz
Added gcc and make to makedepends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 802e9f9b146d..2d6b7c72cb19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,8 @@ pkgbase = vkquake
arch = x86_64
license = GPL2
makedepends = vulkan-validation-layers
+ makedepends = gcc
+ makedepends = make
depends = flac
depends = glibc
depends = libgl
diff --git a/PKGBUILD b/PKGBUILD
index 2ae0af2d2140..13eab5042bd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,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')
+makedepends=('vulkan-validation-layers' 'gcc' 'make')
install=$pkgname.install
source=("https://github.com/Novum/vkQuake/archive/${pkgver}.tar.gz"
'vkquake.desktop'