George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
dust


Commits:
445be264 by Zhou Qiankang at 2025-07-30T10:59:58+08:00
Fix the makedepends, replace `cargo` with `rust`

This project cannot be built using rustup.
If use `cargo`, rustup will be selected when rustup is in testing, causing the 
build to fail.

Signed-off-by: Zhou Qiankang <[email protected]>

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -10,7 +10,7 @@ arch=('x86_64')
 url='https://github.com/bootandy/dust'
 license=('Apache-2.0')
 depends=('gcc-libs' 'glibc')
-makedepends=('cargo' 'git')
+makedepends=('rust' 'git')
 source=("$pkgname::git+$url#tag=v$pkgver")
 sha256sums=('40cfdffcff40b894db7fc597f102ae02120974c582150bcd18acb95288907f32')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dust/-/commit/445be264007469bf8330e01300b94d1ce5948e4b

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dust/-/commit/445be264007469bf8330e01300b94d1ce5948e4b
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to