Package Details: dude 0.1.2-1

Git Clone URL: https://aur.archlinux.org/dude.git (read-only, click to copy)
Package Base: dude
Description: Safe orphan package cleanup for Arch Linux with preview mode and a terminal UI
Upstream URL: https://github.com/marawny/dude
Licenses: MIT, Apache
Submitter: marawny
Maintainer: marawny
Last Packager: marawny
Votes: 0
Popularity: 0.000000
First Submitted: 2025-08-04 19:55 (UTC)
Last Updated: 2026-04-17 23:13 (UTC)

Dependencies (5)

Required by (0)

Sources (1)

Latest Comments

envolution commented on 2025-08-04 20:44 (UTC)

you're welcome mate, good luck with your project

marawny commented on 2025-08-04 20:42 (UTC)

Thanks for the feedback! I’ve updated the PKGBUILD to include the proper depends=() with gcc-libs, pacman, and glibc, added the prepare() step with cargo fetch, and regenerated .SRCINFO after running updpkgsums. Appreciate the helpful tips!

envolution commented on 2025-08-04 20:32 (UTC) (edited on 2025-08-04 20:37 (UTC) by envolution)

you can add the following to depends=(gcc-libs pacman glibc) and a prepare step like:

prepare() {
  cd "$pkgname-$pkgver"
    export RUSTUP_TOOLCHAIN=stable
    cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
}

I'd suggest installing pacman-contrib and devtools and running pkgctl build, and updpkgsums to fix the shasums then regenerate your .SRCINFO before pushing to AUR

marawny commented on 2025-08-04 20:21 (UTC)

it's v0.1.0 not v0.1.1, i updated it

envolution commented on 2025-08-04 20:21 (UTC)

Yes the repo is live now, but release tag v0.1.1 is not yet there

marawny commented on 2025-08-04 20:19 (UTC)

@envolution how about now? it should exist i assume

envolution commented on 2025-08-04 20:07 (UTC)

@seeyebe upstream repo doesn't seem to exist