summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2020-05-08 12:44:32 +0200
committerPhilip Goto2020-05-08 12:44:32 +0200
commit9c1f9949fe01a3f12e90f248489d50a46f37c168 (patch)
treeed11bdf4c54f9ac31f2d3dcb5224c26d734106d8
parent454f15be1765b2695f0504397c4923722b969cb7 (diff)
downloadaur-gnome-system-monitor-git.tar.gz
Update to latest version
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 833f83e8b80e..55f0199282ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,12 @@
pkgbase = gnome-system-monitor-git
pkgdesc = View current processes and monitor system state
- pkgver = 3.31.3.r5.g56ebc51b
+ pkgver = 3.36.0.r19.g96bceea9
pkgrel = 1
url = https://wiki.gnome.org/Apps/SystemMonitor
+ arch = i686
arch = x86_64
+ arch = armv7h
+ arch = aarch64
license = GPL
makedepends = meson
makedepends = yelp-tools
diff --git a/PKGBUILD b/PKGBUILD
index 6e51b3c29bd5..ace36d198ab6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=gnome-system-monitor-git
-pkgver=3.31.3.r5.g56ebc51b
+pkgver=3.36.0.r19.g96bceea9
pkgrel=1
pkgdesc="View current processes and monitor system state"
url="https://wiki.gnome.org/Apps/SystemMonitor"
-arch=(x86_64)
+arch=(i686 x86_64 armv7h aarch64)
license=(GPL)
depends=(libgtop gtkmm3 librsvg systemd)
makedepends=(meson yelp-tools git)
@@ -27,7 +27,7 @@ build() {
}
check() {
- meson test -C build
+ meson test -C build --print-errorlogs
}
package() {