Package Details: cronboard 0.4.1-1

Git Clone URL: https://aur.archlinux.org/cronboard.git (read-only, click to copy)
Package Base: cronboard
Description: A terminal-based dashboard for managing cron jobs
Upstream URL: https://github.com/antoniorodr/Cronboard
Keywords: cli, cron
Licenses: MIT
Submitter: antoniorodr
Maintainer: antoniorodr
Last Packager: antoniorodr
Votes: 1
Popularity: 0.086514
First Submitted: 2025-10-14 13:51 (UTC)
Last Updated: 2026-02-10 08:32 (UTC)

Latest Comments

antoniorodr commented on 2026-02-12 11:04 (UTC)

It should be fixed now @micwoj92

Thanks for reporting this!

micwoj92 commented on 2026-02-09 20:18 (UTC)

This one: https://archlinux.org/packages/extra/x86_64/cronie/

Fails to run without:

│ /usr/lib/python3.14/site-packages/crontab.py:313 in read                                   │
│                                                                                            │
│    310 │   │   │   try:                                                                    │
│    311 │   │   │   │   process = Process(self.cron_command, l='', **self.user_opt).run()   │
│    312 │   │   │   except FileNotFoundError:                                               │
│ ❱  313 │   │   │   │   raise IOError(f"Can't read crontab; No crontab program '{self.cron_ │
│    314 │   │   │   if process.stderr and 'no crontab for' not in process.stderr:           │
│    315 │   │   │   │   raise IOError(f"Read crontab {self.user}: {process.stderr}")        │
│    316 │   │   │   lines = process.stdout.split("\n")                                      │
│                                                                                            │
│ ╭──────── locals ─────────╮                                                                │
│ │ filename = None         │                                                                │
│ │    lines = []           │                                                                │
│ │     self = <My CronTab> │                                                                │
│ ╰─────────────────────────╯                                                                │
╰────────────────────────────────────────────────────────────────────────────────────────────╯
OSError: Can't read crontab; No crontab program '/usr/bin/crontab'

antoniorodr commented on 2026-02-09 12:26 (UTC)

Which cronie @micwoj92?

micwoj92 commented on 2026-02-09 01:11 (UTC)

Needs cronie in deps

antoniorodr commented on 2025-12-23 06:57 (UTC)

Hi @cknoblauch,

Thanks for the heads up, I will check it out.

Merry Christmas!

cknoblauch commented on 2025-12-22 23:16 (UTC)

Build is currently failing, checksum does not match.