Update package version to 15.2.0 and split package

This commit is contained in:
2025-08-23 22:45:02 +03:00
parent bf85c179c6
commit cf978b9914
2 changed files with 32 additions and 5 deletions
+10 -3
View File
@@ -1,9 +1,16 @@
name: gcc
description: The GNU C Compiler
version: 15.1.0
version: 15.2.0
url: https://gcc.gnu.org/
license: GPL3-with-GCC-exception
license: GPL3-or-later,LGPL3-or-later,GPL3 with GCC-exception
architecture: any
depends: ["binutils","gcc","mpc","zstd"]
make_depends: ["python3","dejagnu","expect","inetutils","tcl"]
type: source
split_packages:
- name: gcc
license: GPL3-or-later,LGPL3-or-later
depends: ["binutils","gcc-libs","mpc","zstd"]
- name: gcc-libs
description: GCC runtime libraries
license: GPL3 with GCC-exception
depends: ["glibc"]