[arch-commits] Commit in gstreamer/trunk (PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Thu Sep 16 16:37:30 UTC 2021


    Date: Thursday, September 16, 2021 @ 16:37:29
  Author: heftig
Revision: 424228

1.18.5-1

Modified:
  gstreamer/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-16 16:35:22 UTC (rev 424227)
+++ PKGBUILD	2021-09-16 16:37:29 UTC (rev 424228)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gstreamer
-pkgver=1.18.4
+pkgver=1.18.5
 pkgrel=1
 pkgdesc="Multimedia graph framework - core"
 url="https://gstreamer.freedesktop.org/"
@@ -10,7 +10,7 @@
 license=(LGPL)
 depends=(libxml2 glib2 libunwind libcap libelf python)
 makedepends=(gobject-introspection git valgrind bash-completion meson gmp gsl gtk3)
-_commit=eacb7aa8d12f66a3ff1970c149210972f6079b56  # tags/1.18.4^0
+_commit=71c213f99ad5c8fc8f36a26238483f2bdf7d846a  # tags/1.18.5^0
 install=gstreamer.install
 source=("git+https://gitlab.freedesktop.org/gstreamer/gstreamer.git#commit=$_commit")
 sha256sums=('SKIP')
@@ -40,5 +40,5 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
 }



More information about the arch-commits mailing list