[arch-commits] Commit in sysprof/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Thu May 13 20:10:01 UTC 2021


    Date: Thursday, May 13, 2021 @ 20:10:00
  Author: heftig
Revision: 415478

3.40.1-2: gcc 11

Modified:
  sysprof/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-13 20:03:16 UTC (rev 415477)
+++ PKGBUILD	2021-05-13 20:10:00 UTC (rev 415478)
@@ -7,7 +7,7 @@
 
 pkgname=sysprof
 pkgver=3.40.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Kernel based performance profiler"
 url="https://wiki.gnome.org/Apps/Sysprof"
 license=(GPL)
@@ -19,7 +19,7 @@
 source=("git+https://gitlab.gnome.org/GNOME/sysprof.git#commit=$_commit")
 sha256sums=('SKIP')
 
-_gccver=10
+_gccver=11
 makedepends+=("gcc>=$_gccver" "gcc<$((_gccver + 1))")
 conflicts+=("gcc<$_gccver" "gcc>=$((_gccver + 1))")
 



More information about the arch-commits mailing list