Package Details: diffsitter-bin 0.7.3-1

Git Clone URL: https://aur.archlinux.org/diffsitter-bin.git (read-only, click to copy)
Package Base: diffsitter-bin
Description: A tree-sitter based AST difftool to get meaningful semantic diffs
Upstream URL: https://github.com/afnanenayet/diffsitter
Licenses: MIT
Provides: diffsitter
Submitter: samhh
Maintainer: samhh
Last Packager: samhh
Votes: 0
Popularity: 0.000000
First Submitted: 2021-07-09 21:52 (UTC)
Last Updated: 2023-02-01 16:50 (UTC)

Latest Comments

samhh commented on 2022-09-02 12:12 (UTC)

For the person who flagged it, see the comments - the PKGBUILD will succeed (at least for x86_64) with makepkg, and won't if you change the checksums. It's probably (?) an issue with your AUR helper.

samhh commented on 2022-01-17 22:45 (UTC)

@Mrcjkb Likewise, however it doesn't jive with what I'm seeing with makepkg, updpkgsums, and sha256sum. Could you clone locally and see if you can build okay without paru?

MrcJkb commented on 2022-01-13 09:50 (UTC)

The validity check is currently failing when installing with Paru:

==> Validating source_x86_64 files with sha256sums...
    diffsitter-x86_64-unknown-linux-gnu.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!

samhh commented on 2021-07-23 15:58 (UTC)

@Imartinez-mirror This should be fixed as of 0.6.6-2, let me know if it works for you. Thanks for the guidance, this is my first multiarch package. :)

lmartinez-mirror commented on 2021-07-23 07:23 (UTC) (edited on 2021-07-23 07:30 (UTC) by lmartinez-mirror)

$arch needs to be changed to $CARCH to use the host architecture. By default this will pull x86_64's binary, regardless of architecture (tested on armv7h).

Ideally you'd use source_{arch} to designate which binaries to download for each architecture.

So for x86_64, you'd write source_x86_64=(...), for i686, source_i686=(...), etc.

For arch-independent sources, sources() is fine.