summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD11
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eedccacfba00..40f0e9ecf607 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,18 @@
pkgbase = twitch-dl-git
pkgdesc = Twitch video downloader that use multiple concurrent connections
- pkgver = 2.3.0.r6.g47d62bc
+ pkgver = 2.3.1.r0.g3fe1faa
pkgrel = 1
url = https://github.com/ihabunek/twitch-dl
arch = any
- license = GPL3
+ license = GPL-3.0-only
checkdepends = python-pytest
makedepends = git
- makedepends = python-setuptools
- makedepends = python-wheel
+ makedepends = python-build
+ makedepends = python-installer
+ depends = python
depends = python-httpx
+ depends = python-click
depends = python-m3u8
- depends = python-requests
- depends = python-pyaml
- depends = ffmpeg
optdepends = twine: Collection of utilities for interacting with PyPI
provides = twitch-dl
provides = twitch-dl-bin
diff --git a/PKGBUILD b/PKGBUILD
index f7c59e7dc78b..132d803f3813 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
-# 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
+pkgver=2.3.1.r0.g3fe1faa
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')