summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbenklett2020-03-03 15:53:50 +0100
committerbenklett2020-03-03 15:53:50 +0100
commit060a53264ef16aabdbaf2b358e4331164fff17d1 (patch)
tree8eda6bfd7e9ea233399eee92084300e77b94d2b6
parent6e7cfe1dc82af0e39d57b1d970f79f5e4794d4b4 (diff)
downloadaur-060a53264ef16aabdbaf2b358e4331164fff17d1.tar.gz
Remove optional dependency of cef-minimal, it seems like it's not needed
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 44b2cc0b8f74..097b2a8783e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,8 +19,7 @@ optdepends=("libfdk-aac: FDK AAC codec support"
"vlc: VLC Media Source"
"swig: Scripting"
"luajit: Lua scripting"
- "python: Python scripting"
- "cef-minimal: OBS Browser Source")
+ "python: Python scripting")
provides=("obs-studio=$pkgver")
conflicts=("obs-studio")
source=("$pkgname::git+https://github.com/obsproject/obs-studio.git#branch=master"