summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortytan6522022-02-17 22:46:40 +0100
committertytan6522022-02-17 22:46:40 +0100
commit949e3fd100f11e98b1b2b8730cfa3ea12f1c8963 (patch)
treebb8b1d6bb42aa7ea5bff2e93ec1c707445db8c31 /PKGBUILD
parent1a4ebe3849c0fcddd7a22f19cd0d31f2bfeb5a95 (diff)
downloadaur-949e3fd100f11e98b1b2b8730cfa3ea12f1c8963.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 cc75b641de7b..d028bb056ca4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,21 +3,21 @@
_pluginname=downstream-keyer
pkgname=obs-$_pluginname
pkgver=0.2.1
-_obsver=27.0.0
-pkgrel=1
+_obsver=27.2.0
+pkgrel=2
pkgdesc="Add a Downstream Keyer dock to OBS studio"
arch=("i686" "x86_64" "aarch64")
url="https://obsproject.com/forum/resources/downstream-keyer.1254/"
license=("GPL2")
depends=("obs-studio>=$_obsver")
-makedepends=("cmake" "git" "libxcomposite")
+makedepends=("cmake" "git" "libxcomposite" "ffmpeg")
source=(
"$pkgname::git+https://github.com/exeldro/$pkgname#commit=f73deed2076ff4359d9d8beb4040393520fd63a7"
"obs-studio-$_obsver.tar.gz::https://github.com/obsproject/obs-studio/archive/$_obsver.tar.gz"
)
sha256sums=(
"SKIP"
- "c7ea5369f4c94203a8a81b73c6372873f08ab9e5b20860691dad2c29f5dda85e"
+ "c52d99cba6c536cb805e3e0f54663c33cfc43a1b7521bec97d241019499f9789"
)
prepare() {