Date: Friday, July 14, 2017 @ 13:19:47 Author: heftig Revision: 300549
1.12.2-1 Modified: gst-plugins-good/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-07-14 13:06:03 UTC (rev 300548) +++ PKGBUILD 2017-07-14 13:19:47 UTC (rev 300549) @@ -3,7 +3,7 @@ # Contributor: Jan de Groot <[email protected]> pkgname=gst-plugins-good -pkgver=1.12.1 +pkgver=1.12.2 pkgrel=1 pkgdesc="GStreamer Multimedia Framework Good Plugins" url="https://gstreamer.freedesktop.org/" @@ -13,7 +13,8 @@ gdk-pixbuf2 libcaca libavc1394 libiec61883 libxdamage v4l-utils cairo libgudev speex flac libraw1394) makedepends=(python gtk-doc autoconf-archive git) -_commit=687d43c48a7d93fbdced6b991bd886b9c6a89e94 # tags/1.12.1^0 +checkdepends=(gst-plugins-base) +_commit=188ab74da41dc0d0c62e7918327fba7bdabdf314 # tags/1.12.2^0 source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-good#commit=$_commit" "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common" 0001-tests-souphttpsrc-Update-test-cert.pem.patch @@ -53,7 +54,7 @@ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib \ --with-package-name="GStreamer Good Plugins (Arch Linux)" \ - --with-package-origin="http://www.archlinux.org/" \ + --with-package-origin="https://www.archlinux.org/" \ --enable-experimental --enable-gtk-doc --disable-static # https://bugzilla.gnome.org/show_bug.cgi?id=655517
