Search Criteria
Package Details: dude 0.1.1-1
Package Actions
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)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR)
- pacman (pacman-gitAUR, pacman-fancy-gitAUR)
- cargo (rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-gitAUR, rust, rustup) (make)
- libnotify (libnotify-gitAUR) (optional) – desktop notifications
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 properdepends=()
withgcc-libs
,pacman
, andglibc
, added theprepare()
step withcargo fetch
, and regenerated.SRCINFO
after runningupdpkgsums
. 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:I'd suggest installing
pacman-contrib
anddevtools
and runningpkgctl build
, andupdpkgsums
to fix the shasums then regenerate your .SRCINFO before pushing to AURseeyebe 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