Skip to content

Commit 4a7880a

Browse files
committed
obs-studio-browser: rebuild
1 parent 27a17e4 commit 4a7880a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

obs-studio-browser/.SRCINFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pkgbase = obs-studio-browser
22
pkgdesc = Free and open source software for video recording and live streaming. With everything except service integration
33
pkgver = 32.2.1
4-
pkgrel = 2
4+
pkgrel = 3
55
url = https://github.com/obsproject/obs-studio
66
arch = x86_64
77
license = GPL-2.0-or-later
@@ -38,7 +38,7 @@ pkgbase = obs-studio-browser
3838
depends = libxcomposite
3939
depends = libxkbcommon
4040
depends = luajit
41-
depends = mbedtls>=3.6.5
41+
depends = mbedtls3>=3.6.7
4242
depends = pciutils
4343
depends = python>=3.14
4444
depends = qrcodegencpp-cmake

obs-studio-browser/PKGBUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
pkgname=obs-studio-browser
99
pkgver=32.2.1
10-
pkgrel=2
10+
pkgrel=3
1111
pkgdesc="Free and open source software for video recording and live streaming. With everything except service integration"
1212
arch=("x86_64")
1313
url="https://github.com/obsproject/obs-studio"
@@ -16,7 +16,7 @@ license=('GPL-2.0-or-later')
1616
_qtver=6.11
1717
_libajantv2ver=17.5.0
1818
_libdatachannelver=0.24
19-
_mbedtlsver=3.6.5
19+
_mbedtlsver=3.6.7
2020
_pythonver=3.14
2121
depends=(
2222
"alsa-lib" # Deps of ALSA plugin and CEF
@@ -43,7 +43,7 @@ depends=(
4343
"libxcomposite" # Deps of the X11 capture plugin
4444
"libxkbcommon" # Deps of libobs, OBS Studio and CEF
4545
"luajit" # Deps of Scripting plugin
46-
"mbedtls>=$_mbedtlsver" # Deps of OBS Studio and Outputs plugin
46+
"mbedtls3>=$_mbedtlsver" # Deps of OBS Studio and Outputs plugin
4747
"pciutils" # Deps of FFmpeg plugin
4848
"python>=$_pythonver" # Deps of Scripting plugin
4949
"qrcodegencpp-cmake" # Deps of Websocket plugin

0 commit comments

Comments
 (0)