Package Details: cronboard 0.5.4-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.012006
First Submitted: 2025-10-14 13:51 (UTC)
Last Updated: 2026-05-04 10:46 (UTC)

Latest Comments

1 2 Next › Last »

antoniorodr commented on 2026-04-24 12:05 (UTC)

No problem!

I have no Linux machine so this is a little bit cumbersome for me, but I try :)

kseistrup commented on 2026-04-24 12:04 (UTC)

Thanks for your swift action!

antoniorodr commented on 2026-04-24 11:53 (UTC)

Thank you for letting me know!

The reason is because I copied the wrong sha256.....it should be fixed now.

kseistrup commented on 2026-04-24 11:52 (UTC)

PS: There are no binaries in this package, so the package can be installed on any architecture, not just x86_64:

arch=('any')

kseistrup commented on 2026-04-24 11:48 (UTC)

The tarball doesn't seem to pass integrity check:

==> Retrieving sources...
  -> Found cronboard-0.5.2.tar.gz
==> Validating source files with sha256sums...
    cronboard-0.5.2.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!

antoniorodr commented on 2026-02-18 22:12 (UTC)

Thanks @cknoblauch for letting me know!

It should be fixed now. I am sorry

cknoblauch commented on 2026-02-18 22:03 (UTC)

Build is failing, the version was updated in SRCINFO but not in PKGBUILD in the latest update.

==> Making package: cronboard 0.4.1-1 (Wed 18 Feb 2026 07:00:47 PM -03)
==> Retrieving sources...
  -> Found cronboard-0.4.2.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    cronboard-0.4.2.tar.gz ... Passed
:: (1/1) Parsing SRCINFO: cronboard
==> Making package: cronboard 0.4.1-1 (Wed 18 Feb 2026 07:00:47 PM -03)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found cronboard-0.4.2.tar.gz
==> Validating source files with sha256sums...
    cronboard-0.4.2.tar.gz ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting cronboard-0.4.2.tar.gz with bsdtar
==> Sources are ready.
==> Making package: cronboard 0.4.1-1 (Wed 18 Feb 2026 07:00:48 PM -03)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Removing existing $pkgdir/ directory...
==> Starting build()...
/home/bla/.cache/yay/cronboard/PKGBUILD: line 18: cd: cronboard-0.4.1: No such file or directory
 -> error making: cronboard-exit status 1
 -> Failed to install the following packages. Manual intervention is required:
cronboard - exit status 1

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?