Search Criteria
Package Details: aarchup 2.1.7-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/aarchup.git (read-only, click to copy) |
---|---|
Package Base: | aarchup |
Description: | Fork of archup a small and lightweight update-notifier for archlinux. |
Upstream URL: | https://gitlab.com/artafinde/aarchup/ |
Licenses: | GPL3 |
Submitter: | aericson |
Maintainer: | artafinde |
Last Packager: | artafinde |
Votes: | 69 |
Popularity: | 0.000000 |
First Submitted: | 2011-05-16 20:39 (UTC) |
Last Updated: | 2023-05-05 11:53 (UTC) |
Dependencies (6)
- libnotify (libnotify-gitAUR)
- pacman-contrib (pacman-contrib-gitAUR)
- gzip (dxcompress-gitAUR, dxcompressAUR, gzip-gitAUR, busybox-coreutilsAUR) (make)
- meson (meson-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- auracle (auracle-gitAUR) (optional) – AUR support(--aur)
Latest Comments
1 2 3 4 5 6 Next › Last »
dc14 commented on 2020-03-31 11:30 (UTC)
pacman-contrib should be listed as a dependency. /usr/bin/checkupdates was moved to pacman-contrib around two years ago...
artafinde commented on 2020-03-26 10:09 (UTC) (edited on 2020-04-15 09:31 (UTC) by artafinde)
@aericson: I have rewritten it in C++ to refresh my skills but code remains largely the same ;)
aericson commented on 2020-03-26 09:45 (UTC)
Really nice to see this still alive! Thanks artafinde!
artafinde commented on 2020-03-26 09:31 (UTC)
@bidulock: thanks for reporting it - fixed.
bidulock commented on 2020-03-26 03:26 (UTC)
Won't build in clean chroot without git in makedepends.
artafinde commented on 2018-11-06 08:47 (UTC)
Anyone want to test the cpp branch? https://github.com/inglor/aarchup/tree/cpp
stefan.skupin commented on 2018-07-23 13:14 (UTC)
Correcting the service file works. Thansk a lot, and sorry for the delay.
artafinde commented on 2018-07-14 08:02 (UTC) (edited on 2018-07-14 08:04 (UTC) by artafinde)
@stefan.skupin: Try editing the
/usr/lib/systemd/user/aarchup.service
Reload daemon with
systemctl daemon-reload
and start the servicesystemctl --user start aarchup.service
. Let me know of results and I will amend the service file.stefan.skupin commented on 2018-07-05 11:50 (UTC)
with version 1.8.2-1 systemd service is broken. it seems that aarchup.service and aarchup.timer have been moved to usr/lib/systemd/user/, so i activated the timer as a systemd user service. however, the service file fails:
[skupin@archbox ~]$ systemctl --user status aarchup ● aarchup.service - Run aarchup Loaded: loaded (/usr/lib/systemd/user/aarchup.service; static; vendor preset: enabled) Active: inactive (dead) since Thu 2018-07-05 13:31:02 CEST; 16min ago Process: 7318 ExecStart=/usr/share/aarchup/noxaarchup.sh (code=exited, status=0/SUCCESS) Main PID: 7318 (code=exited, status=0/SUCCESS)
Jul 05 13:30:57 archbox systemd[1612]: Started Run aarchup. Jul 05 13:30:57 archbox noxaarchup.sh[7318]: /usr/share/aarchup/noxaarchup.sh: line 5: warning: command substitution: ignored null byte in input Jul 05 13:30:57 archbox noxaarchup.sh[7318]: /usr/share/aarchup/noxaarchup.sh: line 6: warning: command substitution: ignored null byte in input Jul 05 13:30:59 archbox aarchup[7328]: notify_notification_show: assertion 'error == NULL || *error == NULL' failed Jul 05 13:30:59 archbox noxaarchup.sh[7318]: DEBUG(error): It could have been caused by an enviroment restart. Jul 05 13:30:59 archbox noxaarchup.sh[7318]: DEBUG(error): Trying to work around it by reinitin libnotify.
aarchup launched from command line works.
1 2 3 4 5 6 Next › Last »