museeq-git

maintainer dllud · 3 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from the project's own GitHub repository, which is normal AUR packaging; the medium-severity flag is due to recent maintainer change, but the source is legitimate and no malicious behavior is present.

Triggered rules

LOW AI review downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package builds from the project's own GitHub repository, which is normal AUR packaging; the medium-severity flag is due to recent maintainer change, but the source is legitimate and no malicious behavior is present.

1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM Recently orphaned & re-adopted orphaned_readopted

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

PKGBUILD

1# Maintainer: Michael Gwin <oksijun+arch at gmail dot com>
2# Contributor: Karol "Kenji Takahashi" Woźniak <kenji.sx>
3pkgname=museeq-git
4pkgver=r757.7992c04
5pkgrel=1
6pkgdesc="A Qt5 interface to the museekd daemon."
7arch=('x86_64')
8url="http://www.museek-plus.org/"
9license=('GPL2')
10depends=('qt5-script')
11makedepends=('git' 'cmake' 'qt5-tools')
12source=("$pkgname::git+https://github.com/eLvErDe/museek-plus")
13md5sums=('SKIP')
14
15pkgver() {
16 cd "$pkgname"
17 ( set -o pipefail
18 git describe --long 2>/dev/null | sed 's/\([^-]*-g\)/r\1/;s/-/./g' ||
19 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
20 )
21}
22
23build() {
24 mkdir -p "$pkgname"/build
25 cd "$pkgname"/build
26 cmake -DCMAKE_INSTALL_PREFIX=/usr -DEVERYTHING=0 -DMURMUR=0 -DMUCOUS=0 -DMUSEEKD=0 -DMUSETUP=0 -DMUSCAN=0 -DMUSEEQ=1 -DPYTHON_BINDINGS=0 -DCMAKE_POLICY_VERSION_MINIMUM=3.5 "$srcdir"/"$pkgname"
27 make
28}
29
30package() {
31 cd "$pkgname"/build
32 make DESTDIR="$pkgdir" install
33}
34

Changes since previous scan

--- PKGBUILD @ 2026-07-25 00:13
+++ PKGBUILD @ 2026-08-03 00:08
@@ -7,8 +7,8 @@
arch=('x86_64')
url="http://www.museek-plus.org/"
license=('GPL2')
-depends=('qt5-script' 'qt5-tools')
-makedepends=('git' 'cmake')
+depends=('qt5-script')
+makedepends=('git' 'cmake' 'qt5-tools')
source=("$pkgname::git+https://github.com/eLvErDe/museek-plus")
md5sums=('SKIP')
@@ -23,7 +23,7 @@
build() {
mkdir -p "$pkgname"/build
cd "$pkgname"/build
- cmake -DCMAKE_INSTALL_PREFIX=/usr -DEVERYTHING=0 -DMURMUR=0 -DMUCOUS=0 -DMUSEEKD=0 -DMUSETUP=0 -DMUSCAN=0 -DMUSEEQ=1 -DPYTHON_BINDINGS=0 "$srcdir"/"$pkgname"
+ cmake -DCMAKE_INSTALL_PREFIX=/usr -DEVERYTHING=0 -DMURMUR=0 -DMUCOUS=0 -DMUSEEKD=0 -DMUSETUP=0 -DMUSCAN=0 -DMUSEEQ=1 -DPYTHON_BINDINGS=0 -DCMAKE_POLICY_VERSION_MINIMUM=3.5 "$srcdir"/"$pkgname"
make
}

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 00:14:10 LOW 2
2026-07-30 00:17:23 LOW 2
2026-07-29 00:25:53 LOW 2
2026-07-28 00:07:28 LOW 2
2026-07-27 00:24:32 LOW 2
2026-07-26 00:07:32 LOW 2
2026-07-25 09:29:42 MEDIUM 1
2026-07-25 00:13:44 LOW 2
2026-07-24 17:28:09 MEDIUM 1
2026-06-18 16:11:54 CLEAN 0

Report a package

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

0 / 4000
Your suggestion