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

Jan Steffens heftig at archlinux.org
Sat Sep 26 21:23:21 UTC 2020


    Date: Saturday, September 26, 2020 @ 21:23:21
  Author: heftig
Revision: 396639

3.38.0-1

Modified:
  devhelp/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-26 21:21:37 UTC (rev 396638)
+++ PKGBUILD	2020-09-26 21:23:21 UTC (rev 396639)
@@ -1,9 +1,9 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
 # Contributor: Jan de Groot <jgc at archlinux.org>
 # Contributor: Link Dupont <link at subpop.net>
 
 pkgname=devhelp
-pkgver=3.36.2
+pkgver=3.38.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=70d627f397de9b557f572b2e58cd630650769737  # tags/3.36.2^0
+_commit=7307a810be192300d50c9f1510b53fbb96c9ee8e  # tags/3.38.0^0
 source=("git+https://gitlab.gnome.org/GNOME/devhelp.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -27,7 +27,7 @@
 
 build() {
   arch-meson $pkgname build -D gtk_doc=true
-  ninja -C build
+  meson compile -C build
 }
 
 check() {



More information about the arch-commits mailing list