[arch-commits] Commit in gst-plugins-good/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Fri Dec 6 20:35:37 UTC 2019


    Date: Friday, December 6, 2019 @ 20:35:37
  Author: heftig
Revision: 370493

1.16.2-1

Modified:
  gst-plugins-good/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-06 20:30:30 UTC (rev 370492)
+++ PKGBUILD	2019-12-06 20:35:37 UTC (rev 370493)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gst-plugins-good
-pkgver=1.16.1
+pkgver=1.16.2
 pkgrel=1
 pkgdesc="GStreamer open-source multimedia framework good plugins"
 url="https://gstreamer.freedesktop.org/"
@@ -13,11 +13,9 @@
          libraw1394 lame mpg123 twolame)
 makedepends=(python gtk-doc git gtk3 qt5-declarative qt5-x11extras qt5-wayland meson jack2)
 checkdepends=(gst-plugins-base)
-_commit=d7d290b64c1282398f3265522a33e093b7233310  # tags/1.16.1^0
-source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-good.git#commit=$_commit"
-        "gst-common::git+https://gitlab.freedesktop.org/gstreamer/common.git")
-sha256sums=('SKIP'
-            'SKIP')
+_commit=ce0723527aa37d5f4d19ef8021c0b2eb8f83b08d  # tags/1.16.2^0
+source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-good.git#commit=$_commit")
+sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
@@ -26,10 +24,6 @@
 
 prepare() {
   cd $pkgname
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
 }
 
 build() {



More information about the arch-commits mailing list