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

Jan Steffens heftig at archlinux.org
Sat Jul 4 13:25:10 UTC 2020


    Date: Saturday, July 4, 2020 @ 13:25:10
  Author: heftig
Revision: 390826

3.36.4-1

Modified:
  gnome-maps/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-04 13:23:01 UTC (rev 390825)
+++ PKGBUILD	2020-07-04 13:25:10 UTC (rev 390826)
@@ -1,8 +1,8 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-maps
-pkgver=3.36.2
+pkgver=3.36.4
 pkgrel=1
 pkgdesc="A simple GNOME 3 maps application"
 url="https://wiki.gnome.org/Apps/Maps"
@@ -11,7 +11,7 @@
 depends=(geocode-glib geoclue gjs libchamplain libgee folks gfbgraph)
 makedepends=(gobject-introspection git meson yelp-tools)
 groups=(gnome)
-_commit=6899226eb01b02c5a31aeeb851c49a335c4fd094  # tags/v3.36.2^0
+_commit=5a17713c5465303dc459cc593171630059fbd139  # tags/v3.36.4^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-maps.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -26,7 +26,7 @@
 
 build() {
   arch-meson $pkgname build
-  ninja -C build
+  meson compile -C build
 }
 
 check() {



More information about the arch-commits mailing list