Bert Peters pushed to branch main at Arch Linux / Packaging / Packages /
systemd-bootchart
Commits:
767bbffc by Bert Peters at 2026-02-16T16:16:47+01:00
upgpkg: 235-3: gcc-libs deprecation
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = systemd-bootchart
pkgdesc = Boot performance graphing tool
pkgver = 235
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/systemd/systemd-bootchart
arch = x86_64
license = GPL-2.0-only
@@ -11,7 +11,7 @@ pkgbase = systemd-bootchart
makedepends = docbook-xsl
depends = systemd-libs
depends = glibc
- depends = gcc-libs
+ depends = libgcc
source =
systemd-bootchart-235.tar.gz::https://github.com/systemd/systemd-bootchart/archive/refs/tags/v235.tar.gz
sha256sums =
42aa55fe1d3054ba3c119a4479929913445c48768eb1d36b13db8c6ad1889b81
=====================================
PKGBUILD
=====================================
@@ -1,12 +1,12 @@
# Maintainer: Bert Peters <[email protected]>
pkgname=systemd-bootchart
pkgver=235
-pkgrel=2
+pkgrel=3
pkgdesc="Boot performance graphing tool"
arch=("x86_64")
url="https://github.com/systemd/systemd-bootchart"
license=("GPL-2.0-only" "LGPL-2.1-only")
-depends=(systemd-libs glibc gcc-libs)
+depends=(systemd-libs glibc libgcc)
makedepends=(intltool libxslt docbook-xsl)
source=("$pkgname-$pkgver.tar.gz::https://github.com/systemd/$pkgname/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('42aa55fe1d3054ba3c119a4479929913445c48768eb1d36b13db8c6ad1889b81')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/systemd-bootchart/-/commit/767bbffc2b312739196899c11448c005f872881f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/systemd-bootchart/-/commit/767bbffc2b312739196899c11448c005f872881f
You're receiving this email because of your account on gitlab.archlinux.org.