update PKGBUILD with gcc as dep

This commit is contained in:
2026-03-23 10:56:29 -05:00
parent e52ad0bc24
commit f7794c7886

View File

@@ -6,7 +6,7 @@ pkgdesc="A simple C project manager inspired by Cargo"
arch=('x86_64')
url=""
license=('MIT')
depends=()
depends=('gcc')
makedepends=('rust' 'cargo')
source=()