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

Jelle van der Waa jelle at archlinux.org
Sat Jun 27 19:45:58 UTC 2020


    Date: Saturday, June 27, 2020 @ 19:45:58
  Author: jelle
Revision: 655052

Remove gcc9 from base-devel

Modified:
  gcc9/trunk/PKGBUILD

----------+
 PKGBUILD |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-27 19:42:40 UTC (rev 655051)
+++ PKGBUILD	2020-06-27 19:45:58 UTC (rev 655052)
@@ -8,7 +8,7 @@
 pkgver=9.3.0
 _majorver=${pkgver:0:1}
 _islver=0.21
-pkgrel=2
+pkgrel=3
 pkgdesc='The GNU Compiler Collection'
 arch=(x86_64)
 license=(GPL LGPL FDL custom)
@@ -150,7 +150,6 @@
 package_gcc9() {
   pkgdesc="The GNU Compiler Collection - C and C++ frontends (9.x.x)"
   depends=("${pkgbase}-libs=$pkgver-$pkgrel" 'binutils>=2.28' libmpc)
-  groups=('base-devel')
   options+=(staticlibs)
 
   cd gcc-build



More information about the arch-commits mailing list