Package Details: dyff 1.10.1-1

Git Clone URL: https://aur.archlinux.org/dyff.git (read-only, click to copy)
Package Base: dyff
Description: Diff tool for YAML files
Upstream URL: https://github.com/homeport/dyff
Licenses: MIT
Submitter: lmartinez-mirror
Maintainer: carlosal1015
Last Packager: carlosal1015
Votes: 3
Popularity: 0.113947
First Submitted: 2021-09-20 21:48 (UTC)
Last Updated: 2025-03-08 15:20 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

m040601 commented on 2025-04-09 20:22 (UTC)

Thanks for the work on the PKGBUILD,

pacman -Ql dyff-bind

...
dyff-bin /usr/share/doc/dyff-bin/README.md
...
dyff-bin /usr/share/licenses/dyff-bin/LICENSE

The names of directories you create in "/usr/share/docs" and "/usr/share/licenses" dont get the "-bin"or "-git" appended. It doesn matter if the PKGBUILD is called "XYZ-bin" or "XYZ-git". That's the job for other "tags" like for ex. "Conflicts", "Provides" "Replaces". So it should be,

dyff-bin /usr/share/doc/dyff/README.md
dyff-bin /usr/share/licenses/dyff/LICENSE

Thanks in advance.