summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1bb7da8dd21a..0aa2300f2180 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = obs-studio-browser
pkgdesc = Free and open source software for video recording and live streaming. Built with browser, vst plugins.
pkgver = 27.0.1
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/obsproject/obs-studio
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 182867f8179c..9178e6a6fc7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=obs-studio-browser
pkgver=27.0.1
-pkgrel=3
+pkgrel=4
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"
@@ -57,8 +57,7 @@ build() {
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_BROWSER=ON \
-DCEF_ROOT_DIR="/opt/cef" \
- -DOBS_VERSION_OVERRIDE=$pkgver \
- -DENABLE_PIPEWIRE=ON ..
+ -DOBS_VERSION_OVERRIDE=$pkgver ..
make
}