Package Details: knusperli-git r11.415439b-1

Git Clone URL: https://aur.archlinux.org/knusperli-git.git (read-only, click to copy)
Package Base: knusperli-git
Description: A deblocking JPEG decoder
Upstream URL: https://github.com/google/knusperli
Licenses: Apache
Conflicts: knusperli
Provides: knusperli
Submitter: xiota
Maintainer: xiota
Last Packager: xiota
Votes: 0
Popularity: 0.000000
First Submitted: 2022-10-03 05:57 (UTC)
Last Updated: 2023-11-16 08:12 (UTC)

Required by (0)

Sources (1)

Latest Comments

damian101 commented on 2025-05-18 09:08 (UTC)

Build function needs to be updated for this to work:

build() {
  # bazel crashes with newer versions of openjdk
  PATH="/usr/lib/jvm/java-11-openjdk/bin/:$PATH"

  cd "$_pkgsrc"
  CC=gcc bazel build --enable_workspace :knusperli
}

sekret commented on 2022-10-05 11:24 (UTC)

You uploaded the package with a pkgver, which doesn't start with a "v", but the package itself produces a pkgver with a "v". Please fix your pkgver function so these two match. Otherwise the AUR managers will always complain.