Package Details: komelia 0.18.5-1

Git Clone URL: https://aur.archlinux.org/komelia.git (read-only, click to copy)
Package Base: komelia
Description: Komga media client
Upstream URL: https://github.com/Snd-R/Komelia
Licenses: Apache-2.0
Submitter: snd
Maintainer: snd
Last Packager: snd
Votes: 0
Popularity: 0.000000
First Submitted: 2024-11-06 17:02 (UTC)
Last Updated: 2026-08-15 08:33 (UTC)

Dependencies (11)

Required by (0)

Sources (4)

Latest Comments

urrpurr commented on 2026-07-23 03:52 (UTC)

Doesn't build on current Arch (2026-07); also stale at 0.18.2. Fixes to build 0.18.5:

  1. System gradle 9.6.1 breaks AGP 8.13.2 (uses an API removed in 9.6.0). Build with the project wrapper: ./gradlew, not system gradle.
  2. npm >=12 blocks git deps (EALLOWGIT). Set NPM_CONFIG_ALLOW_GIT=all + NPM_CONFIG_ALLOW_REMOTE=all, and rewrite ssh->https so no key is needed.
  3. Build JVM must be JDK 21: atomicfu needs a dep compiled to JDK21 bytecode (>=21), ProGuard 7.8 can't read class files newer than JDK25 (<=25). Compile toolchain needs jdk17-openjdk. Set JAVA_HOME=/usr/lib/jvm/java-21-openjdk.
  4. onnxruntime-cpu missing at build -> AI upscaling silently skipped. Add it to depends + makedepends.

https://github.com/urrpurr/komelia-pkgbuild