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

Jan Steffens heftig at archlinux.org
Fri Sep 13 09:43:01 UTC 2019


    Date: Friday, September 13, 2019 @ 09:43:01
  Author: heftig
Revision: 362470

3.34.0-1

Modified:
  devhelp/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-13 09:41:31 UTC (rev 362469)
+++ PKGBUILD	2019-09-13 09:43:01 UTC (rev 362470)
@@ -3,7 +3,7 @@
 # Contributor: Link Dupont <link at subpop.net>
 
 pkgname=devhelp
-pkgver=3.32.0
+pkgver=3.34.0
 pkgrel=1
 pkgdesc="API documentation browser for GNOME"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=(webkit2gtk amtk)
 makedepends=(gtk-doc git appstream-glib gobject-introspection meson yelp-tools)
 groups=(gnome-extra)
-_commit=65bcc7ffe377cf2abf5d6a7963cb3f16743dbaf9  # tags/3.32.0^0
+_commit=aedf9f41d7b1f273488bf69da2e773fdbff1e699  # tags/3.34.0^0
 source=("git+https://gitlab.gnome.org/GNOME/devhelp.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -31,7 +31,7 @@
 }
 
 check() {
-  meson test -C build
+  meson test -C build --print-errorlogs
 }
 
 package() {



More information about the arch-commits mailing list