midiplusplus-bin
maintainer dim-aur
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt binary and assets from the project's GitHub releases and raw files, which is a common but unverifiable practice; however, the binary is not executed during build/install and the source is from the project's own repository, limiting risk.
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 a prebuilt binary and assets from the project's GitHub releases and raw files, which is a common but unverifiable practice; however, the binary is not executed during build/install and the source is from the project's own repository, limiting risk.
PKGBUILD
1
# Maintainer: dim <mlrudasill@gmail.com>
2
pkgname=midiplusplus-bin
3
pkgver=1.1.0
4
pkgrel=1
5
pkgdesc="High-performance, un-opinionated C++ piano player and MIDI visualizer"
6
arch=('x86_64')
7
url="https://github.com/dim-ghub/MIDIPlusPlusLinux"
8
license=('MIT')
9
depends=('qt6-base' 'alsa-lib')
10
provides=('midiplusplus')
11
conflicts=('midiplusplus')
12
source=("MIDIPlusPlus-${pkgver}::${url}/releases/download/v${pkgver}/MIDIPlusPlus"
13
"midiplusplus-${pkgver}.desktop::${url}/raw/v${pkgver}/midiplusplus.desktop"
14
"icon-${pkgver}.png::${url}/raw/v${pkgver}/assets/icon.png")
15
sha256sums=('5a134196f579dd0af57d91ff023e5cd784c0985add353a4f34cc7f27d319f21d'
16
'9911c426d4c0e83e271d2ed8e32d7b6fc0f4d729346b78d5fb981e9cc1e696e8'
17
'7f75d939ed06fd2efdb949a1f1ba80265eb0a7ace45fc856cb5570efaa8265a1')
18
19
package() {
20
install -Dm755 "${srcdir}/MIDIPlusPlus-${pkgver}" "${pkgdir}/usr/bin/MIDIPlusPlus"
21
install -Dm644 "${srcdir}/midiplusplus-${pkgver}.desktop" "${pkgdir}/usr/share/applications/midiplusplus.desktop"
22
install -Dm644 "${srcdir}/icon-${pkgver}.png" "${pkgdir}/usr/share/pixmaps/midiplusplus.png"
23
}
24
Changes since previous scan
--- PKGBUILD @ 2026-08-01 00:11+++ PKGBUILD @ 2026-08-03 00:08@@ -1,18 +1,18 @@ # Maintainer: dim <mlrudasill@gmail.com> pkgname=midiplusplus-bin-pkgver=1.0.3+pkgver=1.1.0 pkgrel=1 pkgdesc="High-performance, un-opinionated C++ piano player and MIDI visualizer" arch=('x86_64') url="https://github.com/dim-ghub/MIDIPlusPlusLinux" license=('MIT')-depends=('sdl2' 'alsa-lib')+depends=('qt6-base' 'alsa-lib') provides=('midiplusplus') conflicts=('midiplusplus') source=("MIDIPlusPlus-${pkgver}::${url}/releases/download/v${pkgver}/MIDIPlusPlus" "midiplusplus-${pkgver}.desktop::${url}/raw/v${pkgver}/midiplusplus.desktop" "icon-${pkgver}.png::${url}/raw/v${pkgver}/assets/icon.png")-sha256sums=('1128b80bf7fcf074a34e54e116c8fd6d6bb7d22e62062e9e6dc267b8df16636f'+sha256sums=('5a134196f579dd0af57d91ff023e5cd784c0985add353a4f34cc7f27d319f21d' '9911c426d4c0e83e271d2ed8e32d7b6fc0f4d729346b78d5fb981e9cc1e696e8' '7f75d939ed06fd2efdb949a1f1ba80265eb0a7ace45fc856cb5570efaa8265a1') 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 05:20:08 | LOW | 2 |
| 2026-08-01 00:11:18 | CLEAN | 2 |
| 2026-07-31 23:19:22 | LOW | 1 |
| 2026-07-31 21:18:45 | LOW | 1 |
| 2026-07-31 19:18:43 | LOW | 1 |
| 2026-07-31 07:17:22 | LOW | 1 |