Package Details: crql-anina 1.1.1-1

Git Clone URL: https://aur.archlinux.org/crql-anina.git (read-only, click to copy)
Package Base: crql-anina
Description: Free VST3 and CLAP spectral resonance suppression by CRQL
Upstream URL: https://crql.works/anina
Licenses: custom:proprietary
Groups: pro-audio, vst3-plugins, clap-plugins
Submitter: coder0x6675
Maintainer: coder0x6675
Last Packager: coder0x6675
Votes: 1
Popularity: 0.032789
First Submitted: 2026-02-23 15:35 (UTC)
Last Updated: 2026-05-30 12:47 (UTC)

Latest Comments

coder0x6675 commented on 2026-05-30 12:52 (UTC)

@bruno.unna Thank you for notifying, the package has been upgraded to 1.1.1. I also pinned the download URL so the PKGBUILD succeeds when a new version has been released.

bruno.unna commented on 2026-05-30 10:56 (UTC) (edited on 2026-05-30 11:15 (UTC) by bruno.unna)

As of 30/May/2026 the package is outdated.

I propose this patch to make it build again:

diff --git a/PKGBUILD b/PKGBUILD
index b9c423c..46eb77c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: coder0x6675

 pkgname=crql-anina
-pkgver=1.0.0
+pkgver=1.1.1
 pkgrel=1
 pkgdesc="Free VST3 and CLAP spectral resonance suppression by CRQL"
 arch=("x86_64")
@@ -9,7 +9,7 @@ url="https://crql.works/anina"
 license=("custom:proprietary")
 groups=("pro-audio" "vst3-plugins" "clap-plugins")
 source=("${pkgname}-${pkgver}.zip::https://api.crql.works/download/anina/linux/latest")
-sha256sums=("e26ac77da4682868d48427c2bd27c303f54101be3edf49115e7c5af0f1c48360")
+sha256sums=("9342b7115cc59a05c5a8de64467171f4241e37b5c4abc54502a79d3c96645d67")
 DLAGENTS=("https::/usr/bin/curl -A 'Mozilla' -fLC - --retry 3 --retry-delay 3 -o %o %u")

 package() {