Switch gcc dependenency to gcc-libs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user