summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNikos Toutountzoglou2024-01-28 14:41:36 +0100
committerNikos Toutountzoglou2024-01-28 14:41:36 +0100
commit0c2104ae5096806fc9517d906e0efae0dddcb8fc (patch)
treec9e218f8e28a58517d85e9e835876042f25025be /PKGBUILD
parentcb90ad4544fa2c31b4791915f6dc036107b94b9d (diff)
downloadaur-python-iptvtools.tar.gz
Added 'python-requests' to depends.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3f67075e6693..0876d38dc1c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=python-iptvtools
_name=iptvtools
pkgver=0.2.11
-pkgrel=3
+pkgrel=4
pkgdesc="Provides iptv-filter script tool to maintain IPTV lists."
arch=('any')
url="https://github.com/huxuan/iptvtools"
license=('MIT')
-depends=('python' 'python-tqdm' 'python-setuptools-scm')
+depends=('python' 'python-tqdm' 'python-setuptools-scm' 'python-requests')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-setuptools-scm' 'python-wheel' 'python-sphinx' 'python-sphinxcontrib-programoutput')
optdepends=('ffmpeg')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")