Package Details: koreader-bin 2025.08-2

Git Clone URL: https://aur.archlinux.org/koreader-bin.git (read-only, click to copy)
Package Base: koreader-bin
Description: An ebook reader application supporting PDF, DjVu, EPUB, FB2 and many more formats, running on Cervantes, Kindle, Kobo, PocketBook and Android devices
Upstream URL: https://github.com/koreader/koreader/
Licenses: AGPL3
Submitter: zzy-ac
Maintainer: zzy-ac (zhullyb)
Last Packager: zzy-ac
Votes: 20
Popularity: 3.50
First Submitted: 2021-11-12 13:42 (UTC)
Last Updated: 2025-08-17 03:41 (UTC)

Latest Comments

1 2 3 Next › Last »

bossi commented on 2025-08-18 08:17 (UTC) (edited on 2025-08-19 05:52 (UTC) by bossi)

@simona, I had the same issue, see my post previous to yours. Edit the build function in the PKGBUILD file and change data.tar.xz to data.tar.zst, save and build/upgrade.

simona commented on 2025-08-17 09:12 (UTC)

can't compile. file not found.

bossi commented on 2025-08-17 05:52 (UTC)

Hi there,

the issue rogue_ronin addressed on 2024-11-25 still persists: It seems the build function has not been changed to refer to data.tar.zst instead of data.tar.xz yet, doing so fixes the build from today's release (2025.08-2).

allencch commented on 2025-05-27 04:04 (UTC)

Can change the fonts to optdepends? As installing those fonts (most probably fonts-noto-hinted) causes the system-wide font style changed.

exu commented on 2024-12-28 20:42 (UTC)

Could you please bump the pkgrel? Looks like you fixed the zst -> xz issue a while ago but didn't bump the pkgrel. This leads to issues with (broken) cached versions for anyone using AUR helpers.

zhullyb commented on 2024-12-06 16:22 (UTC)

@adimineman @rogue_ronin Thank you to let me know, fixed.

rogue_ronin commented on 2024-11-25 03:19 (UTC) (edited on 2024-11-25 03:19 (UTC) by rogue_ronin)

typo in the fix, it's zst not rst

sed -i -e 's/\.tar\.zst/.tar.xz/' PKGBUILD

koebi commented on 2024-11-21 20:00 (UTC)

It has worked. Many thanks for your hint, lostatsea.

lostatsea commented on 2024-11-21 17:27 (UTC)

It looks like the compression format has changed to xz. If you are getting the error

tar: data.tar.zst: Cannot open: No such file or directory

then change the PKGBUILD using

sed -i -e 's/\.tar\.rst/.tar.xz/' PKGBUILD

and retry.

koebi commented on 2024-11-21 11:14 (UTC) (edited on 2024-11-21 11:18 (UTC) by koebi)

When I am trying to build koreader-bin 2024.11-2 I get the following error message:

tar: data.tar.zst: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now