summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTurtleRuss2024-05-07 00:37:38 +0800
committerTurtleRuss2024-05-07 00:37:38 +0800
commit466507219dd7a214a171935aee0e3d3e0d8619e7 (patch)
tree1b33d8c8be5c48b59e859b20b67a31183e1882d2 /PKGBUILD
parent893664665c9cbd8cfc06c559629559773ea77db5 (diff)
downloadaur-twitch-dl-git.tar.gz
update deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f7c59e7dc78b..c331c4506475 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: TurtleRuss <tttturtleruss@gmail.com>
+# Maintainer: Haoyang Liu <tttturtleruss@gmail.com>
+# Contributor: Igor Dyatlov <dyatlov.igor@protonmail.com>
pkgname=twitch-dl-git
pkgver=2.3.0.r6.g47d62bc
@@ -6,9 +7,9 @@ pkgrel=1
pkgdesc="Twitch video downloader that use multiple concurrent connections"
arch=(any)
url="https://github.com/ihabunek/twitch-dl"
-license=('GPL3')
-depends=('python-httpx' 'python-m3u8' 'python-requests' 'python-pyaml' 'ffmpeg')
-makedepends=('git' 'python-setuptools' 'python-wheel')
+license=('GPL-3.0-only')
+depends=('python' 'python-httpx' 'python-click' 'python-m3u8')
+makedepends=('git' 'python-build' 'python-installer')
optdepends=('twine: Collection of utilities for interacting with PyPI')
checkdepends=('python-pytest')
provides=('twitch-dl' 'twitch-dl-bin')