yt-collate

LOW
maintainer indigo0445 0 votes scanned 2026-08-19 03:41:13.749572
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: Ryan Wu <ryanwusd at gmail dot com>
2
3pkgname=yt-collate
4_name=${pkgname//-/_}
5pkgver=0.0.3
6pkgrel=2
7pkgdesc="Efficient, well-rounded YouTube Music TUI client"
8arch=('any')
9url="https://github.com/indigo0445/yt-collate"
10license=('MIT')
11depends=(
12 python
13 python-textual
14 python-ytmusicapi
15 python-pydantic
16 python-pydantic-settings
17 python-pypresence
18 mpv
19 yt-dlp-nightly-bin
20 nodejs
21 ffmpeg
22)
23makedepends=(
24 python-build
25 python-installer
26 python-setuptools
27 python-wheel
28)
29source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$_name-$pkgver.tar.gz")
30sha256sums=('ad538c745ad460bf52e00b669cc57ae0b7fc84ed9d53710865cd846fc1dc88bd')
31
32build() {
33 cd "$_name-$pkgver"
34 python -m build --wheel --no-isolation
35}
36
37package() {
38 cd "$_name-$pkgver"
39 python -m installer --destdir="$pkgdir" dist/*.whl
40 install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
41}
42

Scan history

Scanned at (UTC)SeverityRules
2026-08-19 03:41:13 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