diff options
author | Ralph Torres | 2025-02-17 08:35:43 +0000 |
---|---|---|
committer | Ralph Torres | 2025-02-17 08:35:43 +0000 |
commit | 0ddb1345d51c773da45524fa07ee807557fcba25 (patch) | |
tree | 0232e63ceec585225ed100173385b6ee276fe555 /PKGBUILD | |
parent | b2e2bacc4d9f5c04c22c74fd2607068f5280cdbb (diff) | |
download | aur-0ddb1345d51c773da45524fa07ee807557fcba25.tar.gz |
add gcc-libs and glibc to depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ license=(MIT) provides=($_pkgname) conflicts=($_pkgname) -depends=(dbus) +depends=(dbus gcc-libs glibc) makedepends=(git cargo) source=(git+$url) sha512sums=(SKIP) |