summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e2bffda783a4..4ae467f7b0e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
_basename=gst-libav
pkgname="lib32-$_basename"
-pkgver=1.14.1
-pkgrel=2
+pkgver=1.14.2
+pkgrel=1
pkgdesc="GStreamer Multimedia Framework ffmpeg Plugin (32-bit)"
url="https://gstreamer.freedesktop.org/"
arch=(x86_64)
license=(GPL)
-depends=('lib32-gst-plugins-base-libs' 'bzip2')
+depends=('lib32-gst-plugins-base-libs>=1.14.2' 'bzip2')
makedepends=(python autoconf-archive git valgrind-multilib yasm)
provides=("lib32-gst-ffmpeg=$pkgver-$pkgrel")
-_commit=4c3e87fec718c64282f35ab58492771a77147da6 # tags/1.14.1
+_commit=8886a016fce625e1c25a4902be4021196a6784a2 # tags/1.14.2
source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-libav#commit=$_commit"
"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common"
"git+https://git.videolan.org/git/ffmpeg" "git://git.libav.org/gas-preprocessor")