[arch-commits] Commit in totem-pl-parser/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Fri Jun 25 13:36:33 UTC 2021


    Date: Friday, June 25, 2021 @ 13:36:32
  Author: heftig
Revision: 418694

3.26.6-1

Modified:
  totem-pl-parser/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-25 12:44:24 UTC (rev 418693)
+++ PKGBUILD	2021-06-25 13:36:32 UTC (rev 418694)
@@ -1,20 +1,20 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=totem-pl-parser
-pkgver=3.26.5
+pkgver=3.26.6
 pkgrel=1
 pkgdesc="Simple GObject-based library to parse and save a host of playlist formats"
 url="https://gitlab.gnome.org/GNOME/totem-pl-parser"
 license=(LGPL)
 arch=(x86_64)
-depends=(libarchive libquvi libxml2)
+depends=(glib2 libxml2 libarchive libgcrypt)
 makedepends=(gobject-introspection git gtk-doc meson)
 checkdepends=(gvfs)
 provides=("totem-plparser=$pkgver-$pkgrel" libtotem-plparser{,-mini}.so)
 conflicts=(totem-plparser)
 replaces=("totem-plparser<=3.26.3-1")
-_commit=d83c1c2cc1f2c24b150d0dc3b4b4e202041fab7b  # tags/V_3_26_5^0
+_commit=1431f520fb82f98873c3870f2bbe8eba4d0e670a  # tags/V_3_26_6^0
 source=("git+https://gitlab.gnome.org/GNOME/totem-pl-parser.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -29,7 +29,7 @@
 
 build() {
   arch-meson $pkgname build -D enable-gtk-doc=true
-  ninja -C build
+  meson compile -C build
 }
 
 check() {
@@ -37,5 +37,5 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
 }




More information about the arch-commits mailing list