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

Jan Steffens heftig at gemini.archlinux.org
Sat Apr 2 23:08:48 UTC 2022


    Date: Saturday, April 2, 2022 @ 23:08:48
  Author: heftig
Revision: 441348

42.0-1

Modified:
  gnome-system-monitor/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-02 23:04:48 UTC (rev 441347)
+++ PKGBUILD	2022-04-02 23:08:48 UTC (rev 441348)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-system-monitor
-pkgver=41.0
+pkgver=42.0
 pkgrel=1
 pkgdesc="View current processes and monitor system state"
 url="https://wiki.gnome.org/Apps/SystemMonitor"
@@ -11,13 +11,14 @@
 depends=(libgtop gtkmm3 librsvg systemd libhandy polkit)
 makedepends=(meson yelp-tools git appstream-glib)
 groups=(gnome)
-_commit=ecf0e38fa5ae5adb4c0f166d10f7ab40067dc155  # tags/41.0^0
+options=(debug)
+_commit=c12390a98881add02d6457e4f84a32ca811685ec  # tags/42.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-system-monitor.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {



More information about the arch-commits mailing list