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

Jan Steffens heftig at archlinux.org
Sun Sep 27 16:45:21 UTC 2020


    Date: Sunday, September 27, 2020 @ 16:45:20
  Author: heftig
Revision: 396752

3.38.0-1

Modified:
  gnome-robots/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-27 16:45:12 UTC (rev 396751)
+++ PKGBUILD	2020-09-27 16:45:20 UTC (rev 396752)
@@ -1,8 +1,8 @@
-# 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>
 
 pkgname=gnome-robots
-pkgver=3.36.1
+pkgver=3.38.0
 pkgrel=1
 pkgdesc="Avoid the robots and make them crash into each other"
 url="https://wiki.gnome.org/Apps/Robots"
@@ -11,7 +11,7 @@
 depends=(gtk3 gsound librsvg libgnome-games-support)
 makedepends=(meson gobject-introspection yelp-tools appstream-glib git)
 groups=(gnome-extra)
-_commit=bd3fb762f80052036159b53dfd0505277707d337  # tags/3.36.1^0
+_commit=632d67b5a3a01bdddf0c128cda654c292faa96f9  # tags/3.38.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-robots.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