mirror of
https://github.com/luzifer-aur/obs-studio-browser.git
synced 2024-12-20 16:21:17 +00:00
Move mbedtls to depends
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
fd728e0c65
commit
014e5caeba
1 changed files with 2 additions and 2 deletions
4
PKGBUILD
4
PKGBUILD
|
@ -7,7 +7,7 @@
|
|||
|
||||
pkgname=obs-studio-browser
|
||||
pkgver=28.0.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Free and open source software for video recording and live streaming. Built with the browser plugin."
|
||||
arch=("i686" "x86_64")
|
||||
url="https://github.com/obsproject/obs-studio"
|
||||
|
@ -20,6 +20,7 @@ depends=(
|
|||
"libajantv2"
|
||||
"libxinerama"
|
||||
"libxkbcommon-x11"
|
||||
"mbedtls"
|
||||
"qt5-x11extras"
|
||||
"pciutils"
|
||||
"pipewire"
|
||||
|
@ -32,7 +33,6 @@ makedepends=(
|
|||
"libfdk-aac"
|
||||
"libxcomposite"
|
||||
"luajit"
|
||||
"mbedtls"
|
||||
"python"
|
||||
"swig"
|
||||
"vlc"
|
||||
|
|
Loading…
Reference in a new issue