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

Jan Steffens heftig at archlinux.org
Wed Sep 5 16:50:57 UTC 2018


    Date: Wednesday, September 5, 2018 @ 16:50:57
  Author: heftig
Revision: 333470

3.26.1+2+gb7f36dd-1

Modified:
  totem-plparser/trunk/PKGBUILD	(contents, properties)

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-05 16:50:23 UTC (rev 333469)
+++ PKGBUILD	2018-09-05 16:50:57 UTC (rev 333470)
@@ -1,18 +1,17 @@
-# $Id$
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=totem-plparser
-pkgver=3.26.1
+pkgver=3.26.1+2+gb7f36dd
 pkgrel=1
 pkgdesc="Simple GObject-based library to parse and save a host of playlist formats"
-url="https://git.gnome.org/browse/totem-pl-parser"
+url="https://gitlab.gnome.org/GNOME/totem-pl-parser"
 license=(LGPL)
 arch=(x86_64)
-depends=(gmime3 libarchive libquvi libxml2)
+depends=(libarchive libquvi libxml2)
 makedepends=(gobject-introspection git gtk-doc meson)
 checkdepends=(gvfs)
-_commit=d22b15599ff8554377e0dab493673754f615b49d  # tags/V_3_26_1^0
+_commit=b7f36dd71ee0ddfff04be1e90a654ddf13293d0f  # master
 source=("git+https://gitlab.gnome.org/GNOME/totem-pl-parser.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -31,10 +30,9 @@
 }
 
 check() {
-  cd build
-  meson test
+  meson test -C build
 }
 
 package() {
-  DESTDIR="$pkgdir" ninja -C build install
+  DESTDIR="$pkgdir" meson install -C build
 }


Property changes on: totem-plparser/trunk/PKGBUILD
___________________________________________________________________
Deleted: svn:keywords
## -1 +0,0 ##
-Id
\ No newline at end of property



More information about the arch-commits mailing list