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

Jan Steffens heftig at archlinux.org
Thu Sep 3 17:55:52 UTC 2020


    Date: Thursday, September 3, 2020 @ 17:55:51
  Author: heftig
Revision: 395398

0.3.12-1

Modified:
  grilo-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-03 17:48:05 UTC (rev 395397)
+++ PKGBUILD	2020-09-03 17:55:51 UTC (rev 395398)
@@ -1,7 +1,7 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
 
 pkgname=grilo-plugins
-pkgver=0.3.11+4+g11cc1f8e
+pkgver=0.3.12
 pkgrel=1
 epoch=1
 pkgdesc="A collection of plugins for the Grilo framework"
@@ -15,7 +15,7 @@
 optdepends=('dleyna-server: DLNA plugin'
             'tracker-miners: Tracker plugin')
 groups=(gnome)
-_commit=11cc1f8e32562bb7bd75eec348c209e848ba77e6  # master
+_commit=2e8a97e73aed257ef3cbb09340d22478c4cd25e2  # tags/grilo-plugins-0.3.12^0
 source=("git+https://gitlab.gnome.org/GNOME/grilo-plugins.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -30,7 +30,7 @@
 
 build() {
   arch-meson $pkgname build
-  ninja -C build
+  meson compile -C build
 }
 
 check() {



More information about the arch-commits mailing list