summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Dyatlov2021-10-02 16:33:28 +0300
committerIgor Dyatlov2021-10-02 16:33:28 +0300
commitbf521700992ca99b2b4abbd1d2769aca71e27b97 (patch)
treee5163364bbafbaabef5afe7a8424527cba8d7456
parente255570f12d3939e106ad7f0702a1dd50f5c2a8e (diff)
downloadaur-bf521700992ca99b2b4abbd1d2769aca71e27b97.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 abad0449d657..ba8c9d41c1f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = twitch-dl
pkgdesc = Twitch video downloader that use multiple concurrent connections
pkgver = 1.16.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ihabunek/twitch-dl
arch = any
license = GPL3
@@ -9,6 +9,7 @@ pkgbase = twitch-dl
makedepends = python-setuptools
depends = python
depends = python-m3u8
+ depends = python-requests
depends = ffmpeg
provides = twitch-dl-bin
conflicts = twitch-dl-bin
diff --git a/PKGBUILD b/PKGBUILD
index 05199c536350..7b1c79bd0e71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=twitch-dl
pkgver=1.16.1
-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-bin')