Switch gcc dependenency to gcc-libs

This commit is contained in:
2025-08-24 11:51:08 +03:00
parent da20e60067
commit 0a759871db
+2 -1
View File
@@ -1,8 +1,9 @@
name: btop
description: Resource monitor that shows usage and stats for processor, memory, disks, network and processes
version: 1.3.2
revision: 2
url: https://github.com/aristocratos/btop
license: Apache2.0
architecture: any
depends: ["gcc","glibc"]
depends: ["gcc-libs", "glibc"]
type: source