summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Denizart2020-04-21 11:20:56 +0200
committerHugo Denizart2020-04-21 11:28:07 +0200
commitfe24f2fafa008e502050a50cb2d037534f8090eb (patch)
tree1373897579e30ec46952758992046d06293c0344
parentb8e22674775f7432a2c590d877343fcfd62fc77c (diff)
downloadaur-fe24f2fafa008e502050a50cb2d037534f8090eb.tar.gz
➕Add ninja to makedepends
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2013b779acd9..199f027840f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@ pkgdesc="Bring your stream back to life with modern effects!"
arch=("x86_64")
url="https://github.com/Xaymar/obs-StreamFX"
license=("GPL2")
-# same dependencies as OBS Studio
+# same dependencies as OBS Studio + ninja makedepends
depends=("ffmpeg" "jansson" "libxinerama" "libxkbcommon-x11"
"qt5-x11extras" "curl" "gtk-update-icon-cache"
"obs-studio>=25")
makedepends=("cmake" "git" "libfdk-aac" "libxcomposite" "x264" "jack"
- "vlc" "swig" "luajit" "python")
+ "vlc" "swig" "luajit" "python" "ninja")
provides=("obs-streamfx")
conflicts=("obs-streamfx")
source=("$pkgname::git+https://github.com/Xaymar/obs-StreamFX.git#branch=master")