From e4aad22c03e9edaac7ef0e61012bfb3280236ea5 Mon Sep 17 00:00:00 2001 From: Psychotoxical Date: Tue, 7 Apr 2026 14:59:33 +0200 Subject: [PATCH] chore(aur): bump pkgver to 1.34.2, fix ring comment Co-Authored-By: Claude Sonnet 4.6 --- packages/aur/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/aur/PKGBUILD b/packages/aur/PKGBUILD index b47bdd92..c26e0817 100644 --- a/packages/aur/PKGBUILD +++ b/packages/aur/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Psychotoxic pkgname=psysonic -pkgver=1.34.1 +pkgver=1.34.2 pkgrel=1 pkgdesc="Desktop music player for Subsonic API-compatible servers (Navidrome, Gonic, etc.)" arch=('x86_64') @@ -28,7 +28,7 @@ build() { export CARGO_HOME="$srcdir/cargo-home" export npm_config_cache="$srcdir/npm-cache" - # ring (used by tauri-plugin-updater → rustls) ships C/asm objects whose + # ring (used by reqwest → rustls-tls) ships C/asm objects whose # symbols (ring_core_*) lld cannot resolve. On Arch/CachyOS, -fuse-ld=lld # is hardcoded into rustc itself (not just makepkg.conf RUSTFLAGS), so a # string substitution is a no-op. Appending -C link-arg=-fuse-ld=bfd works