summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortytan6522024-01-28 09:50:59 +0100
committertytan6522024-01-28 09:50:59 +0100
commitc315310cd1cc0ffb7616a3d1394f0603dd23c4ce (patch)
tree120bdc809661450600e4d73170441e71420c0c3f /PKGBUILD
parentabd1a3ce45b89a26f2253b6cf5d3f3d93676e2ec (diff)
downloadaur-c315310cd1cc0ffb7616a3d1394f0603dd23c4ce.tar.gz
build: Allow libdatachannel since it got upstreamed
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0cc35b9dbfff..fd2ca18733b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=obs-studio-browser
pkgver=30.0.2
-pkgrel=4
+pkgrel=5
pkgdesc="Free and open source software for video recording and live streaming. With everything except service integration"
arch=("x86_64" "aarch64")
url="https://github.com/obsproject/obs-studio"
@@ -70,7 +70,7 @@ makedepends=(
"git"
"uthash" # Deps of libobs
"libajantv2" # Deps of AJA plugin (static lib)
- "libdatachannel-nice>=$_libdatachannelver" # Deps of WebRTC plugin (NICE variant like the Flatpak)
+ "libdatachannel>=$_libdatachannelver" # Deps of WebRTC plugin (NICE variant like the Flatpak)
"libfdk-aac" # Deps of FDK AAC plugin
"luajit" # Deps of Scripting plugin
"nlohmann-json" # Deps of Websocket plugin (headers-only lib)