Package Details: dude 0.1.1-1

Git Clone URL: https://aur.archlinux.org/dude.git (read-only, click to copy)
Package Base: dude
Description: A single-binary helper that discovers, previews and removes pacman orphans
Upstream URL: https://github.com/seeyebe/dude
Licenses: MIT, Apache
Submitter: seeyebe
Maintainer: seeyebe
Last Packager: seeyebe
Votes: 0
Popularity: 0.000000
First Submitted: 2025-08-04 19:55 (UTC)
Last Updated: 2025-08-06 09:03 (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

seeyebe 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

seeyebe 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

seeyebe 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