summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6aa8ef26a68..342529d82f61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ffmpeg-obs
pkgdesc = Complete solution to record, convert and stream audio and video with fixes for OBS Studio. And various options in the PKGBUILD
pkgver = 6.0.r12.ga6dc929
- pkgrel = 2
+ pkgrel = 3
url = https://ffmpeg.org/
arch = i686
arch = x86_64
@@ -48,7 +48,7 @@ pkgbase = ffmpeg-obs
depends = libtheora
depends = libva
depends = libvdpau
- depends = vid.stab=>1.1.1
+ depends = vid.stab>=1.1.1
depends = libvorbis
depends = libvpx>=1.13
depends = libwebp
diff --git a/PKGBUILD b/PKGBUILD
index 7dac946fcef1..43e0b872f1ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -52,7 +52,7 @@ fi
pkgname=ffmpeg-obs
pkgver=6.0.r12.ga6dc929
-pkgrel=2
+pkgrel=3
pkgdesc='Complete solution to record, convert and stream audio and video with fixes for OBS Studio. And various options in the PKGBUILD'
arch=('i686' 'x86_64' 'aarch64')
url=https://ffmpeg.org/
@@ -104,7 +104,7 @@ depends=(
libtheora
libva
libvdpau
- "vid.stab=>$_vidstabver"
+ "vid.stab>=$_vidstabver"
libvorbis
"libvpx>=$_libvpxver"
libwebp