mystery.lv2-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: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>
2pkgname=mystery.lv2-git
3pkgdesc="MYSTERY CURVE"
4pkgver=r97.25953ac
5pkgrel=1
6epoch=
7arch=(x86_64)
8url="https://git.open-music-kontrollers.ch/~hp/mystery.lv2"
9license=(GPL)
10groups=(lv2-plugins)
11depends=(lv2)
12makedepends=('git' 'meson' 'cairo')
13checkdepends=()
14optdepends=()
15provides=()
16conflicts=()
17replaces=()
18backup=()
19options=()
20install=
21changelog=
22source=(mystery.lv2-git::git+https://git.open-music-kontrollers.ch/~hp/mystery.lv2)
23noextract=()
24md5sums=('SKIP')
25
26pkgver() {
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
34prepare() {
35 cd "$pkgname"
36 meson build --prefix=/usr
37}
38
39build() {
40 cd "$pkgname/build"
41 # ./configure --prefix=/usr
42 ninja
43}
44
45package() {
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)SeverityRules
2026-08-21 21:15:20 Medium 1
2026-06-19 19:07:35 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