summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGhostNaN2021-01-11 16:01:05 -0500
committerGhostNaN2021-01-11 16:01:05 -0500
commit6a85e373dfb1ab9a30233e2ef23a38f8e6d757a7 (patch)
treec7b9a7358da0a0d160d2dec7e88ab93ddaa58444
parent41880bee7c5a77a0f595107a2a73c5e22243e7a1 (diff)
downloadaur-6a85e373dfb1ab9a30233e2ef23a38f8e6d757a7.tar.gz
Add qt5-base as a dep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e924871828b..fa7e3001c463 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,6 +15,7 @@ pkgbase = recidia-audio-visualizer
depends = ncurses
depends = libconfig
depends = shaderc
+ depends = qt5-base
depends = vulkan-driver
optdepends = pulseaudio: Audio data collection - PICK ONE/BOTH
optdepends = portaudio: Audio data collection (Input Only) - PICK ONE/BOTH
diff --git a/PKGBUILD b/PKGBUILD
index 5a98815a53b7..f0c5340d4147 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="A highly customizable real time audio visualizer"
arch=('i686' 'x86_64')
url="https://github.com/GhostNaN/$_gitname"
license=('GPL3')
-depends=('gsl' 'glm' 'fftw' 'ncurses' 'libconfig' 'shaderc' 'vulkan-driver')
+depends=('gsl' 'glm' 'fftw' 'ncurses' 'libconfig' 'shaderc' 'qt5-base' 'vulkan-driver')
makedepends=('meson' 'ninja' 'vulkan-headers')
optdepends=('pulseaudio: Audio data collection - PICK ONE/BOTH'
'portaudio: Audio data collection (Input Only) - PICK ONE/BOTH')