update PKGBUILD with gcc as dep #5

Merged
sfrembling merged 1 commits from working/#3 into main 2026-03-23 09:57:14 -06:00
Showing only changes of commit f7794c7886 - Show all commits

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=()