Package Details: kumono 0.77.0-1

Git Clone URL: https://aur.archlinux.org/kumono.git (read-only, click to copy)
Package Base: kumono
Description: Media ripper for coomer and kemono
Upstream URL: https://github.com/APT37/kumono
Keywords: coomer kemono
Licenses: MIT-0
Conflicts: kumono-bin, kumono-git
Provides: kumono
Submitter: APT37
Maintainer: APT37
Last Packager: APT37
Votes: 3
Popularity: 0.80
First Submitted: 2025-06-09 14:43 (UTC)
Last Updated: 2026-03-01 15:15 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

APT37 commented on 2025-12-31 13:20 (UTC) (edited on 2026-01-16 23:32 (UTC) by APT37)

@mAnimeChniti I'm sure you meant to comment on kumono-bin, I fixed that PKGBUILD now.

Edit: Joke's on you, the -t was 'missing' on purpose, so I put it right back.

The actual problem was that the package_*() functions didn't get executed at all.

mAmineChniti commented on 2025-12-30 13:08 (UTC) (edited on 2025-12-30 13:13 (UTC) by mAmineChniti)

The install commands are missing the -t flag. They should be:

install -Dm755 "kumono-$pkgver.x64" -t "$pkgdir/usr/bin/kumono"
install -Dm755 "kumono-$pkgver.arm64" -t "$pkgdir/usr/bin/kumono"

instead of:

install -Dm755 "kumono-$pkgver.x64" "$pkgdir/usr/bin/kumono"
install -Dm755 "kumono-$pkgver.arm64" "$pkgdir/usr/bin/kumono"