summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbenklett2024-04-01 17:47:05 +0200
committerbenklett2024-04-01 17:47:05 +0200
commit87f6d4e1640d51042cb92acbb3512d0469b1ef5b (patch)
tree53a2d8d38c8d7c7930550a7800a5a589dbf42aea /PKGBUILD
parent249dfec97c57144958df9c42b0b63ac5f887c522 (diff)
downloadaur-obs-studio-git.tar.gz
fix: add makepepends on ffnvcodec-headers
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 13549f604c01..ef81e3517d66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: ArcticVanguard <LideEmily at gmail dot com>
# Contributor: ledti <antergist at gmail dot com>
pkgname=obs-studio-git
-pkgver=30.1.1.r18.gc4ef7c3
+pkgver=30.1.1.r33.g3a10355
pkgrel=1
pkgdesc="Free and open source software for video recording and live streaming."
arch=("i686" "x86_64")
@@ -28,6 +28,7 @@ depends=("curl"
makedepends=("asio"
"cef-minimal-obs-bin"
"cmake"
+ "ffnvcodec-headers"
"git"
"libfdk-aac"
"libxcomposite"