vmpc2000xl-lv2-bin
maintainer szuk
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads prebuilt binaries from GitHub releases of the project's own repository, which is a common practice for AUR packages; while the host is not whitelisted, the source is from the project's official GitHub, reducing risk, and the installed files are LV2 plugin components and documentation, not executable scripts or installers.
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.
LOW
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package downloads prebuilt binaries from GitHub releases of the project's own repository, which is a common practice for AUR packages; while the host is not whitelisted, the source is from the project's official GitHub, reducing risk, and the installed files are LV2 plugin components and documentation, not executable scripts or installers.
PKGBUILD
1
# Maintainer: Sam Zuk <sam11120a@gmail.com>
2
pkgname=vmpc2000xl-lv2-bin
3
pkgver=0.9.13
4
pkgrel=1
5
pkgdesc='MPC2000XL sampler emulator (LV2)'
6
arch=('x86_64')
7
url='https://www.izmar.nl/'
8
license=('GPL-3.0-or-later')
9
depends=(
10
'libx11'
11
'jack'
12
'alsa-lib>=1.0.16'
13
'glibc>=2.35'
14
'libgcc>=3.4'
15
'glib2>=2.30.0'
16
'libstdc++>=12'
17
'udisks2>=2.0.0'
18
'libxcb' # unknown version requirement
19
'zlib' # unknown version requirement
20
'util-linux-libs' # unknown version requirement
21
'libffi' # unknown version requirement
22
'pcre2' # unknown version requirement
23
'libpipewire' # unknown version requirement
24
'libxau' # unknown version requirement
25
'libxdmcp' # unknown version requirement
26
'systemd-libs' # unknown version requirement
27
)
28
source=(
29
"https://github.com/izzyreal/vmpc-juce/releases/download/v${pkgver}/VMPC2000XL-Ubuntu20-x86_64-LV2.zip"
30
"https://github.com/izzyreal/vmpc-juce/raw/refs/tags/v${pkgver}/README.md"
31
"https://github.com/izzyreal/vmpc-juce/raw/refs/tags/v${pkgver}/LICENSE.txt"
32
)
33
sha256sums=(
34
'4122752b3fdf4645fec81586e29bd01176ebf4368e5feae1fcb7176837de4506'
35
'8195bf5f0fa05983867b74afa8e0585fc6cff16f1ea0c840d42e700eef5e057a'
36
'3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986'
37
)
38
39
package() {
40
for x in "libVMPC2000XL.so" "dsp.ttl" "manifest.ttl" "ui.ttl"; do
41
install -Dm755 "./VMPC2000XL.lv2/$x" -t "${pkgdir}/usr/lib/lv2/VMPC2000XL.lv2"
42
done
43
mkdir -pm755 "${pkgdir}/usr/share/doc/vmpc2000xl-lv2"
44
install -m644 './README.md' "${pkgdir}/usr/share/doc/vmpc2000xl-lv2"
45
mkdir -pm755 "${pkgdir}/usr/share/licenses/vmpc2000xl-lv2"
46
install -m644 './LICENSE.txt' "${pkgdir}/usr/share/licenses/vmpc2000xl-lv2/LICENSE"
47
}
48
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 01:26:42 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 23:26:18 | LOW | 2 |