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

Jan Steffens heftig at archlinux.org
Fri May 15 17:00:58 UTC 2020


    Date: Friday, May 15, 2020 @ 17:00:57
  Author: heftig
Revision: 383703

Try to constrain the GCC version

Modified:
  sysprof/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-15 16:50:41 UTC (rev 383702)
+++ PKGBUILD	2020-05-15 17:00:57 UTC (rev 383703)
@@ -19,6 +19,10 @@
 source=("git+https://gitlab.gnome.org/GNOME/sysprof.git#commit=$_commit")
 sha256sums=('SKIP')
 
+_gccver=10
+makedepends+=("gcc>=$_gccver" "gcc<$((_gccver + 1))")
+conflicts+=("gcc<$_gccver" "gcc>=$((_gccver + 1))")
+
 pkgver() {
   cd $pkgname
   git describe --tags | sed 's/^sysprof-//;s/-/+/g'



More information about the arch-commits mailing list