[arch-commits] Commit in gnome-system-monitor/trunk (PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Mon Nov 8 20:04:32 UTC 2021
Date: Monday, November 8, 2021 @ 20:04:31
Author: heftig
Revision: 427571
41.0-1
Modified:
gnome-system-monitor/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-08 20:04:05 UTC (rev 427570)
+++ PKGBUILD 2021-11-08 20:04:31 UTC (rev 427571)
@@ -2,7 +2,7 @@
# Contributor: Jan de Groot <jgc at archlinux.org>
pkgname=gnome-system-monitor
-pkgver=40.1
+pkgver=41.0
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 libhandy polkit)
makedepends=(meson yelp-tools git appstream-glib)
groups=(gnome)
-_commit=d486367183e49e226b6989f59bb469c24e203f5e # tags/40.1^0
+_commit=ecf0e38fa5ae5adb4c0f166d10f7ab40067dc155 # tags/41.0^0
source=("git+https://gitlab.gnome.org/GNOME/gnome-system-monitor.git#commit=$_commit")
sha256sums=('SKIP')
@@ -34,5 +34,5 @@
}
package() {
- DESTDIR="$pkgdir" meson install -C build
+ meson install -C build --destdir "$pkgdir"
}
More information about the arch-commits
mailing list