Package Details: plakar 1.0.6-1

Git Clone URL: https://aur.archlinux.org/plakar.git (read-only, click to copy)
Package Base: plakar
Description: plakar is a backup solution
Upstream URL: https://plakar.io/
Licenses: ISC
Submitter: daftaupe
Maintainer: daftaupe (vianney)
Last Packager: daftaupe
Votes: 3
Popularity: 0.82
First Submitted: 2025-05-20 19:09 (UTC)
Last Updated: 2025-12-09 19:43 (UTC)

Dependencies (2)

Sources (1)

Latest Comments

RiddermanR commented on 2026-05-14 10:33 (UTC)

Build fails. Looks like an go version conflict. I succeeded changing the prepare() to:

prepare() { _ensure_common_env cd "$srcdir/$pkgname-$pkgver"

rm -Rf vendor go get github.com/cockroachdb/swiss@latest go mod tidy

go mod vendor \ -modcacherw }