Search Criteria
Package Details: upkeep-git 0.1.7.r0.gcc8df2a-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/upkeep-git.git (read-only, click to copy) |
|---|---|
| Package Base: | upkeep-git |
| Description: | TUI for managing Arch Linux updates, packages, and system maintenance |
| Upstream URL: | https://github.com/jakeb-grant/upkeep |
| Licenses: | MIT |
| Conflicts: | upkeep |
| Provides: | upkeep |
| Submitter: | jakeb-grant |
| Maintainer: | jakeb-grant |
| Last Packager: | jakeb-grant |
| Votes: | 1 |
| Popularity: | 0.50 |
| First Submitted: | 2025-12-27 08:05 (UTC) |
| Last Updated: | 2026-07-10 18:28 (UTC) |
Dependencies (9)
- curl (curl-gitAUR, curl-c-aresAUR)
- pacman (pacman-gitAUR, pacman-fancy-gitAUR, pacman-selinuxAUR)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- pacman-contrib (pacman-contrib-gitAUR) (optional) – update checking (checkupdates) and cache cleanup (paccache)
- paruAUR (paru-binAUR, paru-gitAUR, paru-patchAUR, paru-alpm-binAUR) (optional) – AUR support (alternative helper)
- wl-clipboard (wl-clipboard-rs-gitAUR, wl-clipboard-rsAUR, wl-clipboard-gitAUR) (optional) – clipboard support on Wayland
- xclip (wl-clipboard-x11AUR, xclip-gitAUR) (optional) – clipboard support on X11
- yayAUR (yay-gitAUR, yay-binAUR) (optional) – AUR support (default helper)
Latest Comments
kseistrup commented on 2026-07-10 21:24 (UTC)
@jakeb-grant Looks good, thanks! The changes also reduced compile time and size of executable, that's nice. :)
jakeb-grant commented on 2026-07-10 18:36 (UTC)
@kseistrup Thanks for the report. Fixed as of v0.1.7
optdepends now reference pacman-contrib and wl-clipboard (also added pacman-contrib's checkupdates, which the Updates tab uses).
Rather than adding openssl to depends, I dropped the Rust dependency that linked it — the binary no longer links libcrypto/libssl at all. curl is now in depends as the remaining direct network dependency.
kseistrup commented on 2026-07-10 17:19 (UTC)
Thanks for packaging this!
paccacheis included inextra/pacman-contribwl-copyis included inextra/wl-clipboardso the
optdependsarray should include the latter instead.Also: The binary is linked to
libcrypto.so.3, which is provided byopenssl, so thedependsarray should includeopenssl.jakeb-grant commented on 2026-03-04 18:17 (UTC)
@mdrv Thanks for confirming! Added aarch64 support in v0.1.4. That would have been difficult for me to test on my own.
mdrv commented on 2026-03-04 03:53 (UTC) (edited on 2026-03-04 22:39 (UTC) by mdrv)
May I ask to add
aarch64on PKGBUILDarchproperty? I can confirm it builds and works properly.Update: Thank you, @jakeb-grant. Just updated on ARM device without any issue.