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

Jan Steffens heftig at archlinux.org
Fri May 29 15:59:23 UTC 2020


    Date: Friday, May 29, 2020 @ 15:59:23
  Author: heftig
Revision: 387828

3.36.1-1

Modified:
  gnome-system-monitor/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-29 15:52:53 UTC (rev 387827)
+++ PKGBUILD	2020-05-29 15:59:23 UTC (rev 387828)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-system-monitor
-pkgver=3.36.0
+pkgver=3.36.1
 pkgrel=1
 pkgdesc="View current processes and monitor system state"
 url="https://wiki.gnome.org/Apps/SystemMonitor"
@@ -11,7 +11,7 @@
 depends=(libgtop gtkmm3 librsvg systemd)
 makedepends=(meson yelp-tools git)
 groups=(gnome)
-_commit=ea4f8d2b248cbfd303b62a3bd10a64921d754a59  # tags/3.36.0^0
+_commit=be9e95a98a331ab0f17c1fa27ae3b2e6d9d04f93  # tags/3.36.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-system-monitor.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -26,11 +26,11 @@
 
 build() {
   arch-meson $pkgname build
-  ninja -C build
+  meson compile -C build
 }
 
 check() {
-  meson test -C build
+  meson test -C build --print-errorlogs
 }
 
 package() {



More information about the arch-commits mailing list