summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbenklett2020-12-27 15:42:45 +0100
committerbenklett2020-12-27 15:42:45 +0100
commitdad56c2c896de4b70f726ec8f9db9f05328f23c8 (patch)
treeaf8d96954f6cf42f7d3410a38c19ca5379fa6216
parentbda9903adafe06ee4f7096ce7180b2ddf068a426 (diff)
downloadaur-dad56c2c896de4b70f726ec8f9db9f05328f23c8.tar.gz
add v4l2loopback-dkms as optdepends
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4592bf301f0e..590bc363ba55 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=25.0.7.r302.gc21fd6f27
+pkgver=26.1.0.r20.g20fb235b8
pkgrel=1
pkgdesc="Free and open source software for video recording and live streaming."
arch=("i686" "x86_64")
@@ -19,7 +19,8 @@ optdepends=("libfdk-aac: FDK AAC codec support"
"vlc: VLC Media Source"
"swig: Scripting"
"luajit: Lua scripting"
- "python: Python scripting")
+ "python: Python scripting"
+ "v4l2loopback-dkms: Virtual webcam")
provides=("obs-studio=$pkgver")
conflicts=("obs-studio")
source=("$pkgname::git+https://github.com/obsproject/obs-studio.git#branch=master"