summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Dyatlov2021-10-02 16:31:47 +0300
committerIgor Dyatlov2021-10-02 16:31:47 +0300
commit24ebf3e0758069b2c998f46c37a1a024428576e5 (patch)
tree73129e61653aca0eea95f938acc72a07a6041faf
parent4b1aa6527aaaed96a9597d8a32f8c0bee48e2f3b (diff)
downloadaur-24ebf3e0758069b2c998f46c37a1a024428576e5.tar.gz
Updates
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce99e52aa2da..328d60aae5d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = twitch-dl-git
pkgdesc = Twitch video downloader that use multiple concurrent connections
pkgver = 1.16.1.r5.gdd1f4e0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ihabunek/twitch-dl
arch = any
license = GPL3
@@ -9,6 +9,7 @@ pkgbase = twitch-dl-git
makedepends = python-setuptools
depends = python
depends = python-m3u8
+ depends = python-requests
depends = ffmpeg
provides = twitch-dl
provides = twitch-dl-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5a4331fac867..60e4e8eae9e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=twitch-dl-git
pkgver=1.16.1.r5.gdd1f4e0
-pkgrel=1
+pkgrel=2
pkgdesc="Twitch video downloader that use multiple concurrent connections"
arch=(any)
url="https://github.com/ihabunek/twitch-dl"
license=('GPL3')
-depends=('python' 'python-m3u8' 'ffmpeg')
+depends=('python' 'python-m3u8' 'python-requests' 'ffmpeg')
makedepends=('python-setuptools')
checkdepends=('python-pytest')
provides=('twitch-dl' 'twitch-dl-bin')