summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Denizart2020-04-21 11:21:00 +0200
committerHugo Denizart2020-04-21 11:27:52 +0200
commitdfacd74cad137d4ad1978b4fd043fdeb4957af46 (patch)
treeae674bf40a2d1dfc09b166a321031aed6c352993
parent7233edfc789b6fd67230e507a14609c7ccbb4e38 (diff)
downloadaur-dfacd74cad137d4ad1978b4fd043fdeb4957af46.tar.gz
➕Add ninja to makedepends
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1119f243338e..976287906ecf 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")
source=("$pkgname::git+https://github.com/Xaymar/obs-StreamFX.git#tag="$pkgver)
md5sums=("SKIP")