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

Jan Steffens heftig at archlinux.org
Sun Oct 6 01:00:08 UTC 2019


    Date: Sunday, October 6, 2019 @ 01:00:08
  Author: heftig
Revision: 363874

0.7.16-1

Modified:
  appstream-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-06 00:59:11 UTC (rev 363873)
+++ PKGBUILD	2019-10-06 01:00:08 UTC (rev 363874)
@@ -1,7 +1,7 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=appstream-glib
-pkgver=0.7.15
+pkgver=0.7.16
 pkgrel=1
 pkgdesc="Objects and methods for reading and writing AppStream metadata"
 url="https://people.freedesktop.org/~hughsient/appstream-glib/"
@@ -8,11 +8,11 @@
 arch=(x86_64)
 license=(LGPL)
 depends=(gtk3 libyaml pacman gcab libsoup libstemmer)
-makedepends=(gobject-introspection gtk-doc autoconf-archive git gperf meson)
+makedepends=(gobject-introspection gtk-doc git gperf meson)
 provides=(appdata-tools)
 conflicts=(appdata-tools)
 replaces=(appdata-tools)
-_commit=0ab28ff96b74eb72ffe3c3a53026aee82cf31782  # tags/appstream_glib_0_7_15^0
+_commit=230e2da082d9754858330c3e262a9d44f816def1  # tags/appstream_glib_0_7_16^0
 source=("git+https://github.com/hughsie/appstream-glib#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -34,7 +34,7 @@
 }
 
 check() {
-  meson test -C build
+  meson test -C build --print-errorlogs
 }
 
 package() {



More information about the arch-commits mailing list