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

Jan Steffens heftig at archlinux.org
Tue Sep 8 15:30:21 UTC 2020


    Date: Tuesday, September 8, 2020 @ 15:30:21
  Author: heftig
Revision: 395570

0.7.18-1

Modified:
  appstream-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-08 15:29:01 UTC (rev 395569)
+++ PKGBUILD	2020-09-08 15:30:21 UTC (rev 395570)
@@ -1,7 +1,8 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=appstream-glib
-pkgver=0.7.17
+pkgver=0.7.18
 pkgrel=1
 pkgdesc="Objects and methods for reading and writing AppStream metadata"
 url="https://people.freedesktop.org/~hughsient/appstream-glib/"
@@ -12,7 +13,7 @@
 provides=(appdata-tools libappstream-glib.so)
 conflicts=(appdata-tools)
 replaces=(appdata-tools)
-_commit=93f614add2377465bc7bd24a9a99c8ae28e2342f  # tags/appstream_glib_0_7_17^0
+_commit=705e8e2061e9c9ef741792b1de56c6529fb57082  # tags/appstream_glib_0_7_18^0
 source=("git+https://github.com/hughsie/appstream-glib#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -30,7 +31,7 @@
     -D alpm=true \
     -D gtk-doc=true \
     -D rpm=false
-  ninja -C build
+  meson compile -C build
 }
 
 check() {



More information about the arch-commits mailing list