summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Dyatlov2022-07-24 15:47:34 +0300
committerIgor Dyatlov2022-07-24 15:47:34 +0300
commit1bcde4c5c58224d143250533e501bdb55cf2ae48 (patch)
tree172a12ab428d2870f3d86645879ca4b701215142
parentc4b14c9dfd7c47c59b242e4bbde02a287ed2604c (diff)
downloadaur-1bcde4c5c58224d143250533e501bdb55cf2ae48.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 282ecaf95a19..6eb33e3fd70f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = twitch-dl
pkgdesc = Twitch video downloader that use multiple concurrent connections
pkgver = 1.22.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ihabunek/twitch-dl
arch = any
license = GPL3
@@ -11,6 +11,7 @@ pkgbase = twitch-dl
depends = python
depends = python-m3u8>=1.0.0
depends = python-requests
+ depends = python-pyaml
depends = ffmpeg
optdepends = twine: Collection of utilities for interacting with PyPI
provides = twitch-dl-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4a6a5a7d5d97..589eecd3f3b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=twitch-dl
pkgver=1.22.0
-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>=1.0.0' 'python-requests' 'ffmpeg')
+depends=('python' 'python-m3u8>=1.0.0' 'python-requests' 'python-pyaml' 'ffmpeg')
makedepends=('python-setuptools' 'python-wheel')
optdepends=('twine: Collection of utilities for interacting with PyPI')
checkdepends=('python-pytest')