Skip to content
Snippets Groups Projects
Verified Commit 485a380d authored by Fabian Bornschein's avatar Fabian Bornschein
Browse files

upgpkg: 48alpha-1

parent 1f2b846b
No related branches found
No related tags found
No related merge requests found
pkgbase = gnome-system-monitor
pkgdesc = View current processes and monitor system state
pkgver = 47.0
pkgrel = 3
pkgver = 48alpha
pkgrel = 1
url = https://apps.gnome.org/SystemMonitor
arch = x86_64
groups = gnome
......@@ -30,7 +30,7 @@ pkgbase = gnome-system-monitor
depends = polkit
depends = systemd
depends = systemd-libs
source = git+https://gitlab.gnome.org/GNOME/gnome-system-monitor.git#tag=47.0
b2sums = 39ab0f7ce6c924f333610ad7469701cb8bea75ff2ff11e25f8ca79c9e77cbc852f04a4c53bd49e0aebbd5be376b09f946c73404b24ee91afbd2d8e9359e5cda9
source = git+https://gitlab.gnome.org/GNOME/gnome-system-monitor.git#tag=48.alpha
b2sums = 02220e2228f3f1750c50b2275afad70ad94892ec689628ef6b32ea4dea46882cc45940bc98e1a74d402b01fbdb6529001be454dc477543009fd0733484a1cc90
pkgname = gnome-system-monitor
[gnome-system-monitor]
source = "git"
git = "https://gitlab.gnome.org/GNOME/gnome-system-monitor.git"
include_regex = '\d+(\.\d+)*'
# include_regex = '\d+(\.\d+)*'
from_pattern = '\.([a-z])'
to_pattern = '\1'
......@@ -3,8 +3,8 @@
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=gnome-system-monitor
pkgver=47.0
pkgrel=3
pkgver=48alpha
pkgrel=1
pkgdesc="View current processes and monitor system state"
url="https://apps.gnome.org/SystemMonitor"
arch=(x86_64)
......@@ -39,14 +39,10 @@ makedepends=(
)
groups=(gnome)
source=("git+https://gitlab.gnome.org/GNOME/gnome-system-monitor.git#tag=${pkgver/[a-z]/.&}")
b2sums=('39ab0f7ce6c924f333610ad7469701cb8bea75ff2ff11e25f8ca79c9e77cbc852f04a4c53bd49e0aebbd5be376b09f946c73404b24ee91afbd2d8e9359e5cda9')
b2sums=('02220e2228f3f1750c50b2275afad70ad94892ec689628ef6b32ea4dea46882cc45940bc98e1a74d402b01fbdb6529001be454dc477543009fd0733484a1cc90')
prepare() {
cd $pkgname
# Fix resuming from suspended state
# https://gitlab.gnome.org/GNOME/gnome-system-monitor/-/merge_requests/166
git cherry-pick -n 714faa9fad2a41f6353a242d48e5cb59b6ecdaac
}
build() {
......
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