summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortytan6522022-02-17 22:47:05 +0100
committertytan6522022-02-17 22:47:05 +0100
commitf719de232a7186def1b55bf5ce064023653c5d00 (patch)
treeb4878d3b4ab6ec02018292952735f97d769b7953 /PKGBUILD
parent60bd4c12ee3dc3c881c7b54922c829dd74ff65d9 (diff)
downloadaur-f719de232a7186def1b55bf5ce064023653c5d00.tar.gz
build: Fix build issue with ffmpeg4.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 326da8f94cab..5161c1c8cf92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,21 +3,21 @@
_pluginname=virtual-cam-filter
pkgname=obs-$_pluginname
pkgver=0.0.5
-_obsver=27.0.0
-pkgrel=1
+_obsver=27.2.0
+pkgrel=2
pkgdesc="Adds a filter to output a source or scene to the build in virtual camera"
arch=("i686" "x86_64" "aarch64")
url="https://obsproject.com/forum/resources/virtual-cam-filter.1142/"
license=("GPL2")
depends=("obs-studio>=$_obsver")
-makedepends=("cmake" "git" "libxcomposite")
+makedepends=("cmake" "git" "libxcomposite" "ffmpeg")
source=(
"$pkgname::git+https://github.com/exeldro/$pkgname#commit=a66b808dd412910d3d2b1a698311c8b4759f87e9"
"obs-studio-$_obsver.tar.gz::https://github.com/obsproject/obs-studio/archive/$_obsver.tar.gz"
)
sha256sums=(
"SKIP"
- "c7ea5369f4c94203a8a81b73c6372873f08ab9e5b20860691dad2c29f5dda85e"
+ "c52d99cba6c536cb805e3e0f54663c33cfc43a1b7521bec97d241019499f9789"
)
prepare() {