audiomuse-ai-neural-fingerprint

LOW
maintainer jorge_barroso 0 votes scanned 2026-09-12 01:24:32.088301
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1pkgname=audiomuse-ai-neural-fingerprint
2pkgver=5.0.0
3pkgrel=1
4pkgdesc='Neural fingerprint model and matching AudioMuse-AI product-quantization codebook'
5arch=('any')
6url='https://github.com/NeptuneHub/AudioMuse-AI'
7license=('AGPL-3.0-only')
8
9_model_tag="v${pkgver}-model"
10
11source=(
12 "neural_fingerprint-${pkgver}.onnx::https://github.com/NeptuneHub/AudioMuse-AI/releases/download/${_model_tag}/neural_fingerprint.onnx"
13 "neural_fingerprint_pq-${pkgver}.npz::https://github.com/NeptuneHub/AudioMuse-AI/releases/download/${_model_tag}/neural_fingerprint_pq.npz"
14)
15
16sha256sums=('b65814daa7da7d7c3de894250936db6e4363f78bd41e310f4597ddc9b46f295b'
17 '88b1a66fde39a416874c5181e8e484235f621a5dc6370f05595910e0a333ec3a')
18
19package() {
20 install -Dm644 \
21 "$srcdir/neural_fingerprint-${pkgver}.onnx" \
22 "$pkgdir/usr/share/audiomuse-ai/neural-fingerprint/neural_fingerprint.onnx"
23
24 install -Dm644 \
25 "$srcdir/neural_fingerprint_pq-${pkgver}.npz" \
26 "$pkgdir/usr/share/audiomuse-ai/neural-fingerprint/neural_fingerprint_pq.npz"
27}
28

Scan history

Scanned at (UTC)SeverityRules
2026-09-12 01:24:32 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion