Package Details: minidsp-rs 0.1.12-1

Git Clone URL: https://aur.archlinux.org/minidsp-rs.git (read-only, click to copy)
Package Base: minidsp-rs
Description: Alternative control software for certain MiniDSP products
Upstream URL: https://github.com/mrene/minidsp-rs
Licenses: Apache
Submitter: drrossum
Maintainer: drrossum
Last Packager: drrossum
Votes: 3
Popularity: 0.134413
First Submitted: 2022-06-17 10:44 (UTC)
Last Updated: 2025-09-24 12:00 (UTC)

Required by (0)

Sources (1)

Latest Comments

drrossum commented on 2025-09-24 12:00 (UTC)

Thanks for reporting. Fixed

Ranguvar commented on 2025-09-23 15:19 (UTC)

Thanks for the update. checksum is wrong though.

diff --git a/PKGBUILD b/PKGBUILD
index 9e61b5b..0c9aa55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ depends=('gcc-libs' 'libusb')
 makedepends=('git' 'clang' 'cmake' 'rust')
 source=("minidsp.tar.gz"::"https://github.com/mrene/$pkgname/archive/refs/tags/v${pkgver}.tar.gz")
 options=('!lto')
-sha256sums=('caf9db7418bf9e7fccaeb7664af56a70dc67eb7eb31073ace34406c71b6d246f')
+sha256sums=('2ab458800db532e3e3d28255ff58e6a6f3a985778970bc07ca172611b775dd18')

 build() {
   cd "$pkgname-$pkgver"

Ranguvar commented on 2024-01-17 03:22 (UTC)

Submitted notice as 0.1.8 and 0.1.9 are out

Also, I recommend adding to PKGBUILD: options=('!lto')

Otherwise build fails with undefined reference to `hid_error'.

I have this enabled globally to find issues, and it works on most packages. It'd be nice to have it excluded here by default. Thanks again!