summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlice Gaudon2022-03-15 16:44:13 +0100
committerAlice Gaudon2022-03-15 16:44:13 +0100
commit36e86beb301cc2d966238d47c3758abdcf9336f6 (patch)
tree0205caff7fc66bda33255441824d85f752062561 /PKGBUILD
parente012c2512241a7b484e2ff1391aefb473ba57753 (diff)
downloadaur-36e86beb301cc2d966238d47c3758abdcf9336f6.tar.gz
Remove already satisfied dependencies, add pciutils dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1d07c3a4ffd4..aeb5488191db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@
pkgname=obs-studio-browser
pkgver=27.2.3
-pkgrel=1
+pkgrel=2
pkgdesc="Free and open source software for video recording and live streaming. Built with browser, vst plugins."
arch=("i686" "x86_64")
url="https://github.com/obsproject/obs-studio"
license=("GPL2")
-depends=("ffmpeg" "jack" "jansson" "libxinerama" "libxkbcommon-x11"
+depends=("ffmpeg" "pciutils" "jansson" "libxinerama"
"qt5-svg" "qt5-x11extras" "curl" "gtk-update-icon-cache" "mbedtls"
"pipewire" "libxcomposite")
makedepends=("cmake" "git" "libfdk-aac" "x264"