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

Jan Steffens heftig at archlinux.org
Thu Sep 3 17:48:05 UTC 2020


    Date: Thursday, September 3, 2020 @ 17:48:05
  Author: heftig
Revision: 395397

0.3.13-1

Modified:
  grilo/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-03 17:44:15 UTC (rev 395396)
+++ PKGBUILD	2020-09-03 17:48:05 UTC (rev 395397)
@@ -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
-pkgver=0.3.12
+pkgver=0.3.13
 pkgrel=1
 pkgdesc="Framework that provides access to various sources of multimedia content"
 url="https://wiki.gnome.org/Projects/Grilo"
@@ -12,7 +12,7 @@
 optdepends=('grilo-plugins: Plugins for grilo'
             'gtk3: Test UI')
 provides=(libgr{ilo,lnet,lpls}-0.3.so)
-_commit=cb5a21f9999891ceda53804b83d2583598662c59  # tags/grilo-0.3.12^0
+_commit=b3372233ee509676ab4408f049549c1020cff7a1  # tags/grilo-0.3.13^0
 source=("git+https://gitlab.gnome.org/GNOME/grilo.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -27,7 +27,7 @@
 
 build() {
   arch-meson $pkgname build
-  ninja -C build
+  meson compile -C build
 }
 
 check() {



More information about the arch-commits mailing list