Package Details: vikunja 2.3.0-1

Git Clone URL: https://aur.archlinux.org/vikunja.git (read-only, click to copy)
Package Base: vikunja
Description: The Todo-app to organize your life - API & frontend
Upstream URL: https://vikunja.io/
Licenses: AGPL3
Submitter: AlD
Maintainer: xenrox
Last Packager: xenrox
Votes: 1
Popularity: 0.28
First Submitted: 2025-03-15 23:55 (UTC)
Last Updated: 2026-04-16 12:47 (UTC)

Dependencies (4)

Required by (0)

Sources (4)

Latest Comments

1 2 Next › Last »

xenrox commented on 2026-03-20 14:20 (UTC)

Offering a more minimal standard config is something that falls more under the area of the vikunja maintainers. vikunja-bin should set conflicts and provides, not this package.

Pulec commented on 2026-02-15 15:07 (UTC) (edited on 2026-02-15 20:42 (UTC) by Pulec)

Could you please figure out a sane config file and set up paths for vikunja user? Some kind of minimal startup config - https://vikunja.io/docs/config-options/ is quite a lot to get through for people who just want to try this out.

Also please add conflict with vikunja-bin.

something like:

service:
  publicurl: "http://localhost:3456"
database:
  type: "sqlite"
  path: "/vikunja/smoketest/vikunja.db"
cors:
enable: false
files:
    basepath: "/vikunja/smoketest/files"

with /vikunja/smoketest being owned by vikunja:vikunja.

xenrox commented on 2025-12-12 10:16 (UTC)

I have increased the pkgrel. Try to build it again.

AlD commented on 2025-12-12 08:56 (UTC) (edited on 2025-12-12 08:56 (UTC) by AlD)

Yeah, looks like upstream broke/changed their Gitea instance. Consider downloading from https://github.com/go-vikunja/vikunja/archive/refs/tags/v0.24.6.tar.gz

The PKGBUILD should probably be using that as well.

timostolz commented on 2025-12-12 08:43 (UTC)

I tried to upgrade Vikunja, checksum failed for v0.24.6.

This is the (german) error message:

==> Überprüfe source Dateien mit sha256sums...
    v0.24.6.tar.gz ... FEHLGESCHLAGEN
    vikunja.service ... Erfolg
    vikunja.sysusers ... Erfolg
    vikunja.tmpfiles ... Erfolg
==> FEHLER: Eine oder mehrere Dateien überstanden nicht die Gültigkeits-Prüfung!
 -> Fehler beim Erstellen: vikunja-exit status 1

rixx commented on 2025-11-22 19:56 (UTC)

Checksum failing: v0.24.6.tar.gz ... FAILED

AlD commented on 2025-05-13 21:21 (UTC)

Works fine for me tbh. I'm not strongly opposed to using the git sources, but it doesn't seem strictly required.

xenrox commented on 2025-05-09 23:09 (UTC)

Hello, thanks for your PKGBUILD. I tried to build it in a chroot with aurutils and ran into some problems. With my modified PKGBUILD it works now - maybe this is helpful for someone else.

AlD commented on 2025-04-10 21:51 (UTC)

@dmcblue yep, you're right, fixed.

dmcblue commented on 2025-04-10 21:29 (UTC)

Getting

==> Validating source files with sha256sums...
    v0.24.6.tar.gz ... Passed
    vikunja.service ... FAILED
    vikunja.sysusers ... Passed
    vikunja.tmpfiles ... FAILED
    config.yml ... Passed

I think the sha256sum's need to be updated