leqm-nrt

MEDIUM
maintainer bradel 0 votes scanned 2026-08-28 17:36:11.985848
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:14 "leqm-nrt::git+https://git.carlh.net/git/leqm-nrt.git#commit=${_commit}"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Markus Kalb <mk@filmkreis.tu-darmstadt.de>
2# Maintainer: Benjamin Radel <aur@radel.tk>
3
4pkgname=leqm-nrt
5_commit=3913040723f746c0b4a59cb55cd8a23030ea49a2
6pkgver=0.0.2.r14.g3913040
7pkgrel=1
8pkgdesc="An open source implementation of Leq(M) measurement with patches from Carl"
9arch=('x86_64')
10url="https://git.carlh.net/gitweb/?p=leqm-nrt.git;a=summary"
11license=(GPL2)
12makedepends=(git python)
13source=(
14 "leqm-nrt::git+https://git.carlh.net/git/leqm-nrt.git#commit=${_commit}"
15)
16sha256sums=('7d2a520a1a501a8635cdfce2c33d3ae409208b36ab4efa883b0b68474669945c')
17
18pkgver() {
19 cd "$pkgname"
20 git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
21}
22
23build() {
24 cd "$pkgname"
25 ./waf configure --without-libsndfile --prefix=/usr
26 ./waf build
27}
28
29package() {
30 pkgdesc="An open source implementation of Leq(M) measurement with patches from Carl"
31 cd leqm-nrt
32 DESTDIR="${pkgdir}" ./waf install
33}
34

Changes since previous scan

--- PKGBUILD @ 2026-06-20 00:18
+++ PKGBUILD @ 2026-08-28 17:36
@@ -2,8 +2,8 @@
# Maintainer: Benjamin Radel <aur@radel.tk>
pkgname=leqm-nrt
-_commit=d75d0af984d9c14bfefca8f1bdbc215c3bf3a388
-pkgver=0.0.2.r13.gd75d0af
+_commit=3913040723f746c0b4a59cb55cd8a23030ea49a2
+pkgver=0.0.2.r14.g3913040
pkgrel=1
pkgdesc="An open source implementation of Leq(M) measurement with patches from Carl"
arch=('x86_64')
@@ -13,7 +13,7 @@
source=(
"leqm-nrt::git+https://git.carlh.net/git/leqm-nrt.git#commit=${_commit}"
)
-sha256sums=('3309a21bcfcfc3df2be663d45310307e14a09221002b72ccb0685d2c9e07b288')
+sha256sums=('7d2a520a1a501a8635cdfce2c33d3ae409208b36ab4efa883b0b68474669945c')
pkgver() {
cd "$pkgname"

Scan history

Scanned at (UTC)SeverityRules
2026-08-28 17:36:11 Medium 1
2026-06-20 00:18:46 Medium 1
2026-06-19 23:51:18 Clean 2
2026-06-19 19:07:35 Low 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