Date: Friday, December 6, 2019 @ 20:36:49 Author: heftig Revision: 370494
1.16.2-1 Modified: gst-plugins-ugly/trunk/PKGBUILD ----------+ PKGBUILD | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-12-06 20:35:37 UTC (rev 370493) +++ PKGBUILD 2019-12-06 20:36:49 UTC (rev 370494) @@ -2,8 +2,8 @@ # Contributor: Jan de Groot <[email protected]> pkgname=gst-plugins-ugly -pkgver=1.16.1 -pkgrel=2 +pkgver=1.16.2 +pkgrel=1 pkgdesc="GStreamer open-source multimedia framework ugly plugins" url="https://gstreamer.freedesktop.org/" arch=(x86_64) @@ -11,11 +11,9 @@ depends=(gst-plugins-base-libs libdvdread libmpeg2 a52dec libsidplay libcdio x264 opencore-amr) makedepends=(python gtk-doc git meson) -_commit=34c7d2b37b1ef73206e282e15d6382fae2182137 # tags/1.16.1^0 -source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly.git#commit=$_commit" - "gst-common::git+https://gitlab.freedesktop.org/gstreamer/common.git") -sha256sums=('SKIP' - 'SKIP') +_commit=4b2943ee2788331e4000f0f7e226cd5ce2c135a4 # tags/1.16.2^0 +source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly.git#commit=$_commit") +sha256sums=('SKIP') pkgver() { cd $pkgname @@ -24,10 +22,6 @@ prepare() { cd $pkgname - - git submodule init - git config --local submodule.common.url "$srcdir/gst-common" - git submodule update } build() {
