dopeiptv-git

LOW
maintainer Morta 0 votes scanned 2026-09-19 23:31:49.152818
View on AUR
Why flagged

The package builds from the project's own git repository, which is normal for AUR git packages; the low severity is due to few votes and recent upload, not malicious content.

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.

Low AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package builds from the project's own git repository, which is normal for AUR git packages; the low severity is due to few votes and recent upload, not malicious content.

PKGBUILD

1# Maintainer: Joël Müller <mail@joelmueller.ch>
2
3pkgname=dopeiptv-git
4pkgver=1.2.11.r1.g5159386
5pkgrel=1
6pkgdesc='Linux IPTV player with Xtream Codes, M3U, EPG, timeshift, recording and multiview (git version)'
7arch=('any')
8url='https://github.com/slimture/dopeIPTV'
9license=('GPL-3.0-or-later')
10
11depends=(
12 'python'
13 'python-pyqt6'
14 'python-requests'
15 'python-mpv'
16 'python-pychromecast'
17 'mpv'
18 'ffmpeg'
19)
20
21makedepends=(
22 'git'
23 'python-build'
24 'python-installer'
25 'python-setuptools'
26 'python-wheel'
27)
28
29optdepends=(
30 'vlc: external VLC playback'
31)
32
33provides=('dopeiptv')
34conflicts=(
35 'dopeiptv'
36 'dopeiptv-bin'
37)
38
39source=(
40 'dopeIPTV::git+https://github.com/slimture/dopeIPTV.git'
41)
42
43sha256sums=('SKIP')
44
45pkgver() {
46 cd "${srcdir}/dopeIPTV"
47
48 git describe \
49 --long \
50 --tags \
51 --abbrev=7 \
52 | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
53}
54
55build() {
56 cd "${srcdir}/dopeIPTV"
57
58 python -m build \
59 --wheel \
60 --no-isolation
61}
62
63package() {
64 cd "${srcdir}/dopeIPTV"
65
66 python -m installer \
67 --destdir="${pkgdir}" \
68 dist/*.whl
69
70 install -Dm644 dopeiptv.desktop \
71 "${pkgdir}/usr/share/applications/dopeiptv.desktop"
72
73 install -Dm644 LICENSE \
74 "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
75}
76

Scan history

Scanned at (UTC)SeverityRules
2026-09-19 23:31:49 Low 2

Report a package

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

0 / 4000
Your suggestion