add pkgconf to the deps #21

Merged
sfrembling merged 1 commits from working/#20 into main 2026-03-23 12:56:43 -06:00
Showing only changes of commit 81f12c20c4 - 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=('gcc')
depends=('gcc' 'pkgconf')
makedepends=('rust' 'cargo')
source=()