qmidiarp-git

MEDIUM
maintainer milkii 0 votes scanned 2026-08-21 21:15:20.444724
View on AUR
Why flagged

One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).

Triggered rules

Medium source=() URL on a non-standard host source_untrusted_domain

One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).

  • PKGBUILD:18 source=("qmidiarp::git://git.code.sf.net/p/qmidiarp/code")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: milkii on freenode
2# Contributor: David Runge <dave@sleepmap.de>
3# Contributor: speps <speps at aur dot archlinux dot org>
4# Contributor: Shinlun Hsieh <yngwiexx@yahoo.com.tw>
5
6pkgname=qmidiarp-git
7pkgver=0.7.4.r14.g214693b
8pkgrel=1
9pkgdesc="A MIDI arpeggiator, phrase generator and controller LFO for the ALSA sequencer."
10arch=(x86_64)
11url="https://sourceforge.net/projects/qmidiarp/"
12license=('GPL2')
13groups=('lv2-plugins' 'pro-audio')
14conflicts=('qmidiarp')
15provides=('qmidiarp')
16depends=('jack' 'hicolor-icon-theme' 'liblo' 'qt5-base')
17makedepends=('git' 'lv2' 'qt5-tools')
18source=("qmidiarp::git://git.code.sf.net/p/qmidiarp/code")
19sha512sums=('SKIP')
20
21pkgver() {
22 cd "qmidiarp"
23 ( set -o pipefail
24 git describe --long 2>/dev/null | sed 's/\([^-]*-g\)/r\1/;s/-/./g' | sed 's/qmidiarp.//g' ||
25 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
26 )
27}
28
29build() {
30 cd "qmidiarp"
31 autoreconf -i
32 ./configure --prefix=/usr
33 make
34}
35
36package() {
37 cd "qmidiarp"
38 make DESTDIR="${pkgdir}/" install
39 install -vDm 644 {AUTHORS,ChangeLog,NEWS,README} \
40 -t "${pkgdir}/usr/share/doc/${pkgname}/"
41}
42

Changes since previous scan

--- PKGBUILD @ 2026-06-19 23:51
+++ PKGBUILD @ 2026-08-21 21:15
@@ -4,7 +4,7 @@
# Contributor: Shinlun Hsieh <yngwiexx@yahoo.com.tw>
pkgname=qmidiarp-git
-pkgver=0.6.5.r20.gd774efc
+pkgver=0.7.4.r14.g214693b
pkgrel=1
pkgdesc="A MIDI arpeggiator, phrase generator and controller LFO for the ALSA sequencer."
arch=(x86_64)
@@ -14,7 +14,7 @@
conflicts=('qmidiarp')
provides=('qmidiarp')
depends=('jack' 'hicolor-icon-theme' 'liblo' 'qt5-base')
-makedepends=('lv2' 'qt5-tools')
+makedepends=('git' 'lv2' 'qt5-tools')
source=("qmidiarp::git://git.code.sf.net/p/qmidiarp/code")
sha512sums=('SKIP')

Scan history

Scanned at (UTC)SeverityRules
2026-08-21 21:15:20 Medium 1
2026-06-19 23:51:18 Clean 2
2026-06-18 16:11:54 Medium 1

Report a package

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

0 / 4000
Your suggestion