summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlice Gaudon2021-09-16 20:05:53 +0200
committerAlice Gaudon2021-09-16 20:05:53 +0200
commit835e729df190c5fb1dc4120e29a9593131dcac09 (patch)
tree5f07f10b1075153c67d5eff47bc69c64d046d73d /PKGBUILD
parent8e16470f6da645e36928deb77fb166e67af33f1a (diff)
downloadaur-835e729df190c5fb1dc4120e29a9593131dcac09.tar.gz
Restrict cef-minimal version to <89.0.0
This is intended to be used with the cef-minimal-obs-studio-browser package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8e902a8b4ae1..c58146551a0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=obs-studio-browser
pkgver=27.0.1
-pkgrel=5
+pkgrel=6
pkgdesc="Free and open source software for video recording and live streaming. Built with browser, vst plugins."
arch=("i686" "x86_64")
url="https://github.com/obsproject/obs-studio"
@@ -15,7 +15,7 @@ depends=("ffmpeg" "jack" "jansson" "libxinerama" "libxkbcommon-x11"
"qt5-svg" "qt5-x11extras" "curl" "gtk-update-icon-cache" "mbedtls"
"pipewire" "libxcomposite")
makedepends=("cmake" "git" "libfdk-aac" "x264"
- "vlc-luajit" "swig" "luajit" "python" "cef-minimal>=87.0.0"
+ "vlc-luajit" "swig" "luajit" "python" "cef-minimal>=87.0.0" "cef-minimal<89.0.0"
"wayland" "qt5-wayland" "sndio")
optdepends=("libfdk-aac: FDK AAC codec support"
"libva-intel-driver: Hardware encoding"