Package Details: upkeep-git 0.1.7.r0.gcc8df2a-1

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)

Required by (0)

Sources (1)

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!

  • paccache is included in extra/pacman-contrib
  • wl-copy is included in extra/wl-clipboard

so the optdepends array should include the latter instead.

Also: The binary is linked to libcrypto.so.3, which is provided by openssl, so the depends array should include openssl.

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 aarch64 on PKGBUILD arch property? I can confirm it builds and works properly.

Update: Thank you, @jakeb-grant. Just updated on ARM device without any issue.