Package Details: dasel-bin 3.11.2-1

Git Clone URL: https://aur.archlinux.org/dasel-bin.git (read-only, click to copy)
Package Base: dasel-bin
Description: Query and update data structures from the command line.
Upstream URL: https://github.com/TomWright/dasel
Keywords: convert converter csv jq json toml xml yaml
Licenses: MIT
Submitter: firegem
Maintainer: zoorat
Last Packager: zoorat
Votes: 6
Popularity: 0.064113
First Submitted: 2022-11-27 14:45 (UTC)
Last Updated: 2026-07-03 03:51 (UTC)

Latest Comments

tee commented on 2026-02-26 05:28 (UTC)

==> Validating source files with b2sums...
    dasel-bin-v3.2.2.gz ... Passed
    LICENSE ... Passed
    CHANGELOG.md ... FAILED
    README.md ... Passed
==> ERROR: One or more files did not pass the validity check!
 -> error making: dasel-bin-exit status 1

you need to change https://raw.githubusercontent.com/TomWright/dasel/master/CHANGELOG.md to https://raw.githubusercontent.com/TomWright/dasel/v$pkgver/CHANGELOG.md

zoorat commented on 2025-12-19 10:55 (UTC)

@m040601 thanks a lot.

m040601 commented on 2025-12-16 03:59 (UTC)

source=(
        ....
    ....
        "https://raw.githubusercontent.com/TomWright/dasel/master/LICENSE"
)

package() {
    ....
    ....
        install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}

Please make sure the "README.md" and the "CHANGELOG.md" also get downloaded and installed to

/usr/share/doc/dasel/README.md
/usr/share/doc/dasel/CHANGELOG.md

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

pacman -Ql dasel-bin

...
dasel-bin /usr/share/licenses/
dasel-bin /usr/share/licenses/dasel-bin/
dasel-bin /usr/share/licenses/dasel-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,

dasel-bin /usr/share/licenses/dasel/LICENSE

zoorat commented on 2024-10-10 05:39 (UTC)

@khing0_0 its not a very popular package, so no.

when a package becomes popular, then it moves into the official repo.

khing0_0 commented on 2024-10-09 07:08 (UTC)

Hi, is there any possibility to have this in official repo.

firegem commented on 2023-01-21 14:45 (UTC)

Thanks. The cause was not renaming files to include version number.

m040601 commented on 2023-01-20 14:47 (UTC) (edited on 2023-01-20 14:49 (UTC) by m040601)

Can't install this. Since the last updates on 20.January 2023 the checksums are wrong,

==> Validating source files with sha256sums...
    dasel_linux_amd64.gz ... FAILED
    v2.1.1.tar.gz ... Passed
==> ERROR: One or more files did not pass the validity check!
 -> error making: dasel-bin