just voted for this package, hope it finds its way into official repo its flawless
Search Criteria
Package Details: arch-update 3.19.2-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/arch-update.git (read-only, click to copy) |
|---|---|
| Package Base: | arch-update |
| Description: | An interactive update notifier & applier that assists you with important pre / post update tasks |
| Upstream URL: | https://github.com/Antiz96/arch-update |
| Keywords: | applet aur check icon notification notify pacman paru pikaur systray update yay |
| Licenses: | GPL-3.0-or-later |
| Submitter: | Antiz |
| Maintainer: | Antiz |
| Last Packager: | Antiz |
| Votes: | 47 |
| Popularity: | 5.58 |
| First Submitted: | 2022-03-30 19:53 (UTC) |
| Last Updated: | 2026-04-13 23:39 (UTC) |
Dependencies (28)
- archlinux-contrib
- bash (bash-gitAUR, bash-devel-gitAUR)
- curl (curl-gitAUR, curl-c-aresAUR)
- diffutils
- fakeroot (fakeroot-gitAUR, fakeroot-tcpAUR)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- htmlq
- pacman (pacman-gitAUR, pacman-fancy-gitAUR)
- pacman-contrib (pacman-contrib-gitAUR)
- python
- python-pyqt6 (python-pyqt6-pre-releaseAUR)
- qt6-svg
- systemd (systemd-gitAUR, systemd-selinuxAUR, unshitted-systemdAUR, systemd-liberated-gitAUR)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, openerAUR, mimejs-gitAUR, xdg-utils-mimeoAUR)
- scdoc (scdoc-gitAUR) (make)
- bats (check)
- alhp-utilsAUR (optional) – Check for ALHP build queue or outdated mirrors
- flatpak (flatpak-gitAUR, flatpak-local-gitAUR) (optional) – Flatpak Packages support
- libnotify (libnotify-gitAUR) (optional) – Desktop notifications support on new available updates
- Show 8 more dependencies...
Required by (0)
Sources (1)
Latest Comments
danyuri86 commented on 2026-03-27 20:53 (UTC)
niluzz commented on 2026-02-27 18:04 (UTC)
Gnome is slow to respond. It's also not possible to move the icon in the system tray to your desired location
Antiz commented on 2024-05-10 21:29 (UTC) (edited on 2025-12-25 10:56 (UTC) by Antiz)
Don't forget to enable the systemd timer to get notified of available updates automatically and periodically:
systemctl --user enable --now arch-update.timer
Don't forget as well to start the systray applet:
arch-update --tray --enable
If your desktop environment doesn't support XDG Autostart, you can enable the associated systemd service instead: systemctl --user enable --now arch-update-tray.service
If you're using a standalone window manager or a Wayland compositor, you can add the following command to your configuration file instead: arch-update --tray
See this link for more details.
Pinned Comments
Antiz commented on 2024-05-10 21:29 (UTC) (edited on 2025-12-25 10:56 (UTC) by Antiz)
Don't forget to enable the systemd timer to get notified of available updates automatically and periodically:
Don't forget as well to start the systray applet:
If your desktop environment doesn't support XDG Autostart, you can enable the associated systemd service instead:
systemctl --user enable --now arch-update-tray.serviceIf you're using a standalone window manager or a Wayland compositor, you can add the following command to your configuration file instead:
arch-update --traySee this link for more details.