summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdam2018-08-25 07:36:48 +0800
committerAdam2018-08-25 07:38:07 +0800
commit0560864620592c12ed6847c6b08d419b867dee90 (patch)
tree5745ad248d64a47e5a035977264de81662b145b3 /PKGBUILD
parent916d5f378c4a3d7ed600a8a2358df0800d2bd551 (diff)
downloadaur-0560864620592c12ed6847c6b08d419b867dee90.tar.gz
Update to v1.14.2
Signed-off-by: Adam <adam900710@gmail.com>
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")