summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbenklett2023-10-03 21:37:47 +0200
committerbenklett2023-10-03 21:37:47 +0200
commit5b4ae213883c4417db9acc2721c4e677ee1aeb90 (patch)
tree43f9fb9b6ac252df8bfc965d5b66033db95d6768 /PKGBUILD
parent10cb93ba3e0685092e545aad8dc06c0ed4fe51f7 (diff)
downloadaur-5b4ae213883c4417db9acc2721c4e677ee1aeb90.tar.gz
Add mbedtls2 dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 36391dedcf93..74663cde93a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Free and open source software for video recording and live streaming."
arch=("i686" "x86_64")
url="https://github.com/obsproject/obs-studio"
license=("GPL2")
-depends=("ffmpeg" "jansson" "libxinerama" "libxkbcommon-x11" "mbedtls"
+depends=("ffmpeg" "jansson" "libxinerama" "libxkbcommon-x11" "mbedtls2"
"qt6-svg" "curl" "jack" "gtk-update-icon-cache"
"speexdsp" "pciutils" "libajantv2" "librist" "onevpl"
"libdatachannel" "qrcodegencpp-cmake")