Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / sysprof
Commits:
4a65c783 by Fabian Bornschein at 2024-07-02T14:26:27+02:00
upgpkg: 47alpha-1: gnome-unstable
- - - - -
15aef646 by Fabian Bornschein at 2024-08-08T14:25:39+02:00
upgpkg: 47beta-1: gnome-unstable
- - - - -
cb115e8d by Jan Alexander Steffens (heftig) at 2024-09-14T05:42:18+02:00
47.0-1
- - - - -
16be9ce7 by Jan Alexander Steffens (heftig) at 2024-09-17T02:04:49+02:00
Merge remote-tracking branch 'origin/gnome-unstable'
* origin/gnome-unstable:
47.0-1
upgpkg: 47beta-1: gnome-unstable
upgpkg: 47alpha-1: gnome-unstable
- - - - -
3 changed files:
- .SRCINFO
- .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = sysprof
pkgdesc = Kernel based performance profiler
- pkgver = 46.0
- pkgrel = 4
+ pkgver = 47.0
+ pkgrel = 1
url = https://wiki.gnome.org/Apps/Sysprof
arch = x86_64
license = GPL-3.0-or-later
@@ -24,8 +24,8 @@ pkgbase = sysprof
depends = pango
depends = polkit
depends = systemd-libs
- source = git+https://gitlab.gnome.org/GNOME/sysprof.git#tag=46.0
- b2sums =
d32a2a9f129a121c814b46377b6d0fee306e3d0f87dac73e7fd4ce9de85888e5e980f309faa17ce366006f0a0390475dc83739b92d4e460c2da7293ab97dcd03
+ source = git+https://gitlab.gnome.org/GNOME/sysprof.git#tag=47.0
+ b2sums =
981213c72c1aeaef004b8f981cdf43432dc085bf306f90a302aa52f7bf70b12cd67c1c2927db94724e3033048bb2b10972656173d6353328666247224fd7050b
pkgname = sysprof
groups = gnome-extra
=====================================
.nvchecker.toml
=====================================
@@ -2,3 +2,5 @@
source = "git"
git = "https://gitlab.gnome.org/GNOME/sysprof.git"
include_regex = '\d+(\.\d+)*'
+from_pattern = '\.([a-z])'
+to_pattern = '\1'
=====================================
PKGBUILD
=====================================
@@ -11,8 +11,8 @@ pkgname=(
sysprof
libsysprof-capture
)
-pkgver=46.0
-pkgrel=4
+pkgver=47.0
+pkgrel=1
pkgdesc="Kernel based performance profiler"
url="https://wiki.gnome.org/Apps/Sysprof"
license=(GPL-3.0-or-later)
@@ -43,7 +43,7 @@ makedepends=(
source=(
"git+https://gitlab.gnome.org/GNOME/sysprof.git#tag=${pkgver/[a-z]/.&}"
)
-b2sums=('d32a2a9f129a121c814b46377b6d0fee306e3d0f87dac73e7fd4ce9de85888e5e980f309faa17ce366006f0a0390475dc83739b92d4e460c2da7293ab97dcd03')
+b2sums=('981213c72c1aeaef004b8f981cdf43432dc085bf306f90a302aa52f7bf70b12cd67c1c2927db94724e3033048bb2b10972656173d6353328666247224fd7050b')
prepare() {
cd sysprof
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sysprof/-/compare/5cd8fde2b372c714f253937136ca7051abfa386c...16be9ce74f401949c5bce37a50a4cf5d3fd4d369
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sysprof/-/compare/5cd8fde2b372c714f253937136ca7051abfa386c...16be9ce74f401949c5bce37a50a4cf5d3fd4d369
You're receiving this email because of your account on gitlab.archlinux.org.