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

Jan Steffens heftig at gemini.archlinux.org
Thu Sep 16 16:42:57 UTC 2021


    Date: Thursday, September 16, 2021 @ 16:42:57
  Author: heftig
Revision: 424232

1.18.5-1

Modified:
  gst-plugins-ugly/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-16 16:41:30 UTC (rev 424231)
+++ PKGBUILD	2021-09-16 16:42:57 UTC (rev 424232)
@@ -2,8 +2,8 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gst-plugins-ugly
-pkgver=1.18.4
-pkgrel=2
+pkgver=1.18.5
+pkgrel=1
 pkgdesc="Multimedia graph framework - ugly plugins"
 url="https://gstreamer.freedesktop.org/"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(gst-plugins-base-libs libdvdread libmpeg2 a52dec libsidplay libcdio
          x264 opencore-amr)
 makedepends=(python git meson)
-_commit=bb3f9de20025820fb1c913f96e31cf0a27528bcc  # tags/1.18.4^0
+_commit=bd1dfb44475ab04d42b217acdf90942e0b7893b5  # tags/1.18.5^0
 source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -38,5 +38,5 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
 }



More information about the arch-commits mailing list