Date: Friday, July 14, 2017 @ 12:17:48 Author: heftig Revision: 300533
1.12.2-1 Modified: gstreamer/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-07-14 12:17:34 UTC (rev 300532) +++ PKGBUILD 2017-07-14 12:17:48 UTC (rev 300533) @@ -3,7 +3,7 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=gstreamer -pkgver=1.12.1 +pkgver=1.12.2 pkgrel=1 pkgdesc="GStreamer open-source multimedia framework core library" url="https://gstreamer.freedesktop.org/" @@ -13,7 +13,7 @@ makedepends=(intltool pkgconfig gtk-doc gobject-introspection autoconf-archive git valgrind bash-completion) checkdepends=(gmp gsl gtk3) -_commit=ab3f333dd036a9aea12c53b74e5b3b03b667c98a # tags/1.12.1^0 +_commit=dca812c58c3cd1467f5aff3088318feb510c334d # tags/1.12.2^0 install=gstreamer.install source=("git+https://anongit.freedesktop.org/git/gstreamer/gstreamer#commit=$_commit" "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common") @@ -39,7 +39,7 @@ cd $pkgname ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib \ --with-package-name="GStreamer (Arch Linux)" \ - --with-package-origin="http://www.archlinux.org/" \ + --with-package-origin="https://www.archlinux.org/" \ --enable-gtk-doc --disable-static # https://bugzilla.gnome.org/show_bug.cgi?id=655517
