summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorD3SOX2020-11-12 21:05:50 +0100
committerD3SOX2020-11-12 21:05:50 +0100
commitbd211af829eb17f911a144d25b79442541f75e34 (patch)
tree24ea72d4c2aec7e8366b9505650cacc082597940 /PKGBUILD
parent5ba72775b58a8d38779f4268d1f79e2dc8672f19 (diff)
downloadaur-bd211af829eb17f911a144d25b79442541f75e34.tar.gz
added cmake as make dependency
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d3d0ad79cf2b..cf3847b782c2 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('any')
url="https://github.com/D3SOX/Soundux"
license=('GPL3')
depends=('qt5-base' 'qt5-x11extras')
-makedepends=('qt5-tools' 'git')
+makedepends=('qt5-tools' 'git' 'cmake')
conflicts=('soundux')
provides=('soundux')
source=("git+https://github.com/D3SOX/Soundux.git" "soundux.desktop")