Package Details: tone-bin 0.2.5-0

Git Clone URL: https://aur.archlinux.org/tone-bin.git (read-only, click to copy)
Package Base: tone-bin
Description: A cross platform utility to dump and modify audio metadata for a wide variety of formats.
Upstream URL: https://github.com/sandreas/tone
Licenses: Apache
Conflicts: tone
Provides: tone
Submitter: spiritomb
Maintainer: spiritomb
Last Packager: spiritomb
Votes: 1
Popularity: 0.30
First Submitted: 2022-06-13 23:03 (UTC)
Last Updated: 2025-01-31 02:15 (UTC)

Latest Comments

mkolassa commented on 2025-03-02 06:27 (UTC)

Looks like the checksums were incorrect for v0.2.5 compared to the Github release.

diff --git a/PKGBUILD b/PKGBUILD
index 8edfc64..82cef87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,5 +21,5 @@ package() {
     install -Dm 755 tone*/tone "${pkgdir}/usr/bin/tone"
 }

-sha256sums_x86_64=('7b1027e2f85ce677614b432b13a3edc887a1959623b8c3991adc6748774c6bde')
-sha256sums_aarch64=('2b014c522e3baef7db90d9969046e4579fde96270ead01230b989474f14fa40c')
+sha256sums_x86_64=('acc626328d6230045f7032cec1a7f87139645691fae6a367897a8cab67c20d3e')
+sha256sums_aarch64=('9b1c3064d2a0ed7b57e430b31dfec9d744524d62f9af1de562e516dc8aa24c23')

spiritomb commented on 2023-06-04 21:27 (UTC)

@dreieck Done. Thanks for the good housekeeping suggestions!

dreieck commented on 2023-06-04 20:43 (UTC) (edited on 2023-06-04 20:43 (UTC) by dreieck)

Please add

  • provides=("tone=${pkgver}") and
  • conflicts=('tone').

Thanks for maintaining!