summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortytan6522024-01-28 09:51:02 +0100
committertytan6522024-01-28 09:51:02 +0100
commit241d9502a37ba7aef65006c2165c8ca7302c56d0 (patch)
treee24c4093d70b3df1726092fa2832c4b8847f6ab9
parent8f0e450fafbd0e584d4da349893d3d3a6af013f2 (diff)
downloadaur-241d9502a37ba7aef65006c2165c8ca7302c56d0.tar.gz
build: Allow libdatachannel since it got upstreamed
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3928c4e74cf7..97dcdc05936e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = obs-studio-tytan652
pkgdesc = Free and open source software for video recording and live streaming. With everything except service integrations. Plus V4L2 devices by paths, my bind interface PR, and sometimes backported fixes
pkgver = 30.0.2
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/obsproject/obs-studio
arch = x86_64
arch = aarch64
@@ -12,7 +12,7 @@ pkgbase = obs-studio-tytan652
makedepends = git
makedepends = uthash
makedepends = libajantv2
- makedepends = libdatachannel-nice>=0.20
+ makedepends = libdatachannel>=0.20
makedepends = libfdk-aac
makedepends = luajit
makedepends = nlohmann-json
diff --git a/PKGBUILD b/PKGBUILD
index 616206f90799..bf4651ca2d3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=obs-studio-tytan652
pkgver=30.0.2
-pkgrel=4
+pkgrel=5
pkgdesc="Free and open source software for video recording and live streaming. With everything except service integrations. Plus V4L2 devices by paths, my bind interface PR, and sometimes backported fixes"
arch=("x86_64" "aarch64")
url="https://github.com/obsproject/obs-studio"
@@ -65,7 +65,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)