music-tui-git

maintainer windust · 0 votes · scanned 2026-08-18 09:39:35.720982
LOW
View on AUR ↗
Why flagged Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Triggered rules

LOW Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1# Maintainer: WindustH <windusth2006@gmail.com>
2
3_pkgname=music-tui
4pkgname=$_pkgname-git
5pkgver=0.1.2
6pkgrel=1
7pkgdesc="Terminal music player backed by MPD, with covers, synced lyrics and a visualizer."
8arch=('x86_64' 'aarch64')
9url="https://github.com/WindustH/music-tui"
10license=('MIT')
11depends=('mpd' 'chafa' 'sqlite')
12makedepends=('git' 'rust')
13provides=("$_pkgname")
14conflicts=("$_pkgname" "$_pkgname-stable" "$_pkgname-bin")
15options=('!lto')
16source=("$_pkgname::git+$url.git")
17sha256sums=('SKIP')
18
19pkgver() {
20 cd "$_pkgname"
21 git describe --long --tags --abbrev=7 | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
22}
23
24prepare() {
25 cd "$_pkgname"
26 git submodule update --init --recursive
27}
28
29build() {
30 cd "$_pkgname"
31 cargo build --release --locked
32}
33
34package() {
35 cd "$srcdir/$_pkgname"
36
37 install -Dm755 "target/release/$_pkgname" "$pkgdir/usr/bin/$_pkgname"
38 install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
39 install -Dm644 "README.md" "$pkgdir/usr/share/doc/$_pkgname/README.md"
40 cp -r doc "$pkgdir/usr/share/doc/$_pkgname/"
41}
42

Changes since previous scan

--- PKGBUILD @ 2026-08-17 00:18
+++ PKGBUILD @ 2026-08-18 09:39
@@ -2,7 +2,7 @@
_pkgname=music-tui
pkgname=$_pkgname-git
-pkgver=0.1.1
+pkgver=0.1.2
pkgrel=1
pkgdesc="Terminal music player backed by MPD, with covers, synced lyrics and a visualizer."
arch=('x86_64' 'aarch64')

Scan history

Scanned at (UTC)SeverityRules
2026-08-18 09:39:35 LOW 1
2026-08-17 00:18:29 CLEAN 2
2026-08-16 09:32:18 LOW 1

Report a package

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

0 / 4000
Your suggestion