dopeiptv

LOW
maintainer Morta 0 votes scanned 2026-09-19 23:31:49.152818
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: Joël Müller <mail@joelmueller.ch>
2
3pkgname=dopeiptv
4pkgver=1.2.11
5pkgrel=1
6pkgdesc='Linux IPTV player with Xtream Codes, M3U, EPG, timeshift, recording and multiview'
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-git'
36 'dopeiptv-bin'
37)
38
39source=(
40 "dopeIPTV::git+https://github.com/slimture/dopeIPTV.git#tag=v${pkgver}"
41)
42
43sha256sums=('73fd47762f4d7cd04552f57072ebe281a77162457295e440eb3bed1824abd66f')
44
45build() {
46 cd "${srcdir}/dopeIPTV"
47
48 python -m build \
49 --wheel \
50 --no-isolation
51}
52
53package() {
54 cd "${srcdir}/dopeIPTV"
55
56 python -m installer \
57 --destdir="${pkgdir}" \
58 dist/*.whl
59
60 install -Dm644 dopeiptv.desktop \
61 "${pkgdir}/usr/share/applications/dopeiptv.desktop"
62
63 install -Dm644 LICENSE \
64 "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
65}
66

Scan history

Scanned at (UTC)SeverityRules
2026-09-19 23:31:49 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