Package Details: cyme-bin 1.6.0-4

Git Clone URL: https://aur.archlinux.org/cyme-bin.git (read-only, click to copy)
Package Base: cyme-bin
Description: List system USB buses and devices; a modern cross-platform lsusb
Upstream URL: https://github.com/tuna-f1sh/cyme
Licenses: GPL
Submitter: tuna-f1sh
Maintainer: tuna-f1sh
Last Packager: tuna-f1sh
Votes: 3
Popularity: 0.25
First Submitted: 2023-03-01 10:53 (UTC)
Last Updated: 2023-11-26 10:07 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

tuna-f1sh commented on 2023-11-26 06:27 (UTC)

Patch applied with 1.6.0-3. Thanks.

arash314 commented on 2023-11-26 03:02 (UTC) (edited on 2023-11-26 07:04 (UTC) by arash314)

+++ PKGBUILD    2023-11-25 21:52:28.690967686 -0500
@@ -21,5 +21,5 @@
   install -Dm 644 -t "${pkgdir}/usr/share/licenses/${_pkgname}/" LICENSE
   install -Dm 644 -t "${pkgdir}/usr/share/man/man1/${_pkgname}.1" ${_pkgname}.1
   install -Dm 644 -t "${pkgdir}/usr/share/bash-completion/completions/${_pkgname}" autocomplete/${_pkgname}.bash
-  install -Dm 644 -t "${pkgdir}/usr/share/zsh/site-functions/_${_pkgname}" autocomplete/_${_pkgname}
+  install -Dm 644 -t "${pkgdir}/usr/share/zsh/site-functions/" autocomplete/_${_pkgname}
 }

devillious commented on 2023-10-11 16:28 (UTC)

It installs correctly now. Thank you for swift fix!

tuna-f1sh commented on 2023-10-11 15:14 (UTC) (edited on 2023-10-11 15:15 (UTC) by tuna-f1sh)

Apologies, should be fixed now.

Seems updpkgsums doesn't work for multi-arch packages; I ran it on an aarch64 host and didn't notice the duplicate.

devillious commented on 2023-10-11 10:04 (UTC)

1.5.0-1 fails to build:

==> Making package: cyme-bin 1.5.0-1 (śro, 11 paź 2023, 11:47:55)
==> Retrieving sources...
  -> Found cyme-bin-1.5.0.tar.gz
==> Validating source_x86_64 files with sha512sums...
    cyme-bin-1.5.0.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!
error: failed to download sources for 'cyme-bin-1.5.0-1':
error: packages failed to build: cyme-bin-1.5.0-1

This may be due to invalid sha512sum.

For x86_64, your PKGBUILD has

4ed4e541935fe2d91d1fa4f36f5ca984b1e144fc419c3a5bf6db83ff7773e9c6f702c84bea6e8e8d1e0fec0f50045042575d1c463c1c2d7f7047eb28bc02cbbd

while downloaded cyme-bin-1.5.0.tar.gz has

b810dc59e2b13fff6856e9da242793b7f25b10c7220297875d3cb9d49f88da8f04047e35f2582cd76ec44e519c7522c550ec37f3e1a3e0aa9bfec2856a68264c

Also, your PKGBUILD seems to have identical checksums for both x86_64 and aarch64.