dopeiptv-git
LOW
maintainer Morta
0 votes
scanned 2026-09-19 23:31:49.152818
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
3
pkgname=dopeiptv-git
4
pkgver=1.2.11.r1.g5159386
5
pkgrel=1
6
pkgdesc='Linux IPTV player with Xtream Codes, M3U, EPG, timeshift, recording and multiview (git version)'
7
arch=('any')
8
url='https://github.com/slimture/dopeIPTV'
9
license=('GPL-3.0-or-later')
10
11
depends=(
12
'python'
13
'python-pyqt6'
14
'python-requests'
15
'python-mpv'
16
'python-pychromecast'
17
'mpv'
18
'ffmpeg'
19
)
20
21
makedepends=(
22
'git'
23
'python-build'
24
'python-installer'
25
'python-setuptools'
26
'python-wheel'
27
)
28
29
optdepends=(
30
'vlc: external VLC playback'
31
)
32
33
provides=('dopeiptv')
34
conflicts=(
35
'dopeiptv'
36
'dopeiptv-bin'
37
)
38
39
source=(
40
'dopeIPTV::git+https://github.com/slimture/dopeIPTV.git'
41
)
42
43
sha256sums=('SKIP')
44
45
pkgver() {
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
55
build() {
56
cd "${srcdir}/dopeIPTV"
57
58
python -m build \
59
--wheel \
60
--no-isolation
61
}
62
63
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-19 23:31:49 | Low | 2 |