Date: Friday, December 6, 2019 @ 20:18:57 Author: heftig Revision: 370488
1.16.2-1 Modified: gst-plugins-base/trunk/PKGBUILD ----------+ PKGBUILD | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-12-06 20:18:41 UTC (rev 370487) +++ PKGBUILD 2019-12-06 20:18:57 UTC (rev 370488) @@ -3,7 +3,7 @@ pkgbase=gst-plugins-base pkgname=(gst-plugins-base-libs gst-plugins-base) -pkgver=1.16.1 +pkgver=1.16.2 pkgrel=1 pkgdesc="GStreamer open-source multimedia framework base plugins" url="https://gstreamer.freedesktop.org/" @@ -14,11 +14,9 @@ gobject-introspection gtk-doc git meson) checkdepends=(gtk3 qt5-base clutter sdl glu xorg-server-xvfb) options=(!emptydirs) -_commit=a88627c237456a048977c1360729dfeb39155419 # tags/1.16.1^0 -source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-base.git#commit=$_commit" - "gst-common::git+https://gitlab.freedesktop.org/gstreamer/common.git") -sha256sums=('SKIP' - 'SKIP') +_commit=9d3581b2e6f12f0b7e790d1ebb63b90cf5b1ef4e # tags/1.16.2^0 +source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-base.git#commit=$_commit") +sha256sums=('SKIP') pkgver() { cd $pkgbase @@ -27,13 +25,6 @@ prepare() { cd $pkgbase - - # https://bugs.archlinux.org/task/62490 - git cherry-pick -n 7095b7c47a84d54e3ea8fec57bac4d7855c4c28c - - git submodule init - git config --local submodule.common.url "$srcdir/gst-common" - git submodule update } build() {
