mystery.lv2-git
MEDIUM
maintainer milkii
0 votes
scanned 2026-08-21 21:15:20.444724
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:22
source=(mystery.lv2-git::git+https://git.open-music-kontrollers.ch/~hp/mystery.lv2)
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Milkii Brewster <milkii on Freenode IRC>
2
pkgname=mystery.lv2-git
3
pkgdesc="MYSTERY CURVE"
4
pkgver=r97.25953ac
5
pkgrel=1
6
epoch=
7
arch=(x86_64)
8
url="https://git.open-music-kontrollers.ch/~hp/mystery.lv2"
9
license=(GPL)
10
groups=(lv2-plugins)
11
depends=(lv2)
12
makedepends=('git' 'meson' 'cairo')
13
checkdepends=()
14
optdepends=()
15
provides=()
16
conflicts=()
17
replaces=()
18
backup=()
19
options=()
20
install=
21
changelog=
22
source=(mystery.lv2-git::git+https://git.open-music-kontrollers.ch/~hp/mystery.lv2)
23
noextract=()
24
md5sums=('SKIP')
25
26
pkgver() {
27
cd "$pkgname"
28
( set -o pipefail
29
git describe --long 2>/dev/null | sed 's/\([^-]*-g\)/r\1/;s/-/./g' ||
30
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
31
)
32
}
33
34
prepare() {
35
cd "$pkgname"
36
meson build --prefix=/usr
37
}
38
39
build() {
40
cd "$pkgname/build"
41
# ./configure --prefix=/usr
42
ninja
43
}
44
45
package() {
46
cd "$pkgname/build"
47
DESTDIR="$pkgdir/" ninja install
48
}
49
Changes since previous scan
--- PKGBUILD @ 2026-06-19 19:07+++ PKGBUILD @ 2026-08-21 21:15@@ -1,7 +1,7 @@ # Maintainer: Milkii Brewster <milkii on Freenode IRC> pkgname=mystery.lv2-git pkgdesc="MYSTERY CURVE"-pkgver=r76.42f5f5f+pkgver=r97.25953ac pkgrel=1 epoch= arch=(x86_64)@@ -9,7 +9,7 @@ license=(GPL) groups=(lv2-plugins) depends=(lv2)-makedepends=()+makedepends=('git' 'meson' 'cairo') checkdepends=() optdepends=() provides=()Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-21 21:15:20 | Medium | 1 |
| 2026-06-19 19:07:35 | Clean | 2 |
| 2026-06-18 16:11:54 | Medium | 1 |