summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortytan6522023-05-26 09:34:52 +0200
committertytan6522023-05-26 09:34:52 +0200
commit3ace43733ef36b527b248844631dbdf5c094b47e (patch)
tree4b75ee44298f0f128b435e130ec552e9a3d7eefd
parent251d52556208af2f2bbe6b560d71df3bb55d3c79 (diff)
downloadaur-3ace43733ef36b527b248844631dbdf5c094b47e.tar.gz
build: Rebuild against mbedtls 3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f495f42558b4..b73302c26f93 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 = 29.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/obsproject/obs-studio
arch = x86_64
arch = aarch64
@@ -24,7 +24,7 @@ pkgbase = obs-studio-tytan652
depends = rnnoise
depends = pciutils
depends = qt6-svg
- depends = mbedtls>=2.28
+ depends = mbedtls>=3.4
depends = qt6-wayland
depends = libxcomposite
depends = pipewire
diff --git a/PKGBUILD b/PKGBUILD
index cb205166889f..5b9db7bcf35c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=obs-studio-tytan652
pkgver=29.1.1
-pkgrel=1
+pkgrel=2
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"
license=("GPL3")
# To manage dependency rebuild easily, this will prevent you to rebuild OBS on non-updated system
-_mbedtlsver=2.28
+_mbedtlsver=3.4
_pythonver=3.11
depends=(
"jack" "gtk-update-icon-cache" "x264" "rnnoise" "pciutils" "qt6-svg"