Search Criteria
Package Details: aarchup 2.1.5-3
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: | |
Provides: | |
Submitter: | aericson |
Maintainer: | artafinde |
Last Packager: | artafinde |
Votes: | 67 |
Popularity: | 0.003140 |
First Submitted: | 2011-05-16 20:39 |
Last Updated: | 2020-03-31 11:56 |
Dependencies (9)
- gtk2 (gtk2-patched-gdkwin-nullcheck, gtk2-ubuntu, gtk2-git, gtk2-minimal-git, gtk2-patched-filechooser-icon-view)
- libnotify (libnotify-gtk2, libnotify-id-git, libnotify-id)
- pacman-contrib (pacman-contrib-git)
- git (git-git) (make)
- gzip (gzip-git, gzip-with-pigz-symlinks, dxcompress, dxcompress-git) (make)
- libnotify (libnotify-gtk2, libnotify-id-git, libnotify-id) (make)
- meson (meson-git) (make)
- ninja (ninja-git, ninja-samurai, ninja-mem, ninja-kitware, ninja-bin) (make)
- auracle (auracle-git) (optional) – AUR support(--aur)
Latest Comments
1 2 3 4 5 6 Next › Last »
dc14 commented on 2020-03-31 11:30
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
@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
Really nice to see this still alive! Thanks artafinde!
artafinde commented on 2020-03-26 09:31
@bidulock: thanks for reporting it - fixed.
bidulock commented on 2020-03-26 03:26
Won't build in clean chroot without git in makedepends.
artafinde commented on 2018-11-06 08:47
Anyone want to test the cpp branch? https://github.com/inglor/aarchup/tree/cpp
stefan.skupin commented on 2018-07-23 13:14
Correcting the service file works. Thansk a lot, and sorry for the delay.
artafinde commented on 2018-07-14 08:02
@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
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.
artafinde commented on 2018-07-04 23:30
@ValHue Did some changes and released a new version. I also modified the aur package. I added you as contributor to my repo.