Skip to content
Snippets Groups Projects
Commit adcaaf7c authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

3.36.1-1

parent caeb76ca
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# Contributor: Jan de Groot <jgc@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 @@ license=(GPL)
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 @@ prepare() {
build() {
arch-meson $pkgname build
ninja -C build
meson compile -C build
}
check() {
meson test -C build
meson test -C build --print-errorlogs
}
package() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment