summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Dyatlov2022-07-24 15:45:53 +0300
committerIgor Dyatlov2022-07-24 15:45:53 +0300
commiteb384981c3d91a77a365f7acb3df58a5eeeb9cd6 (patch)
treeef07eb2ea36c40f4788799b6a948490d19311489
parent607f045ca84353fab1bf5dae1b7d42a676791690 (diff)
downloadaur-eb384981c3d91a77a365f7acb3df58a5eeeb9cd6.tar.gz
Updates
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d985886a739..c8a407764978 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = twitch-dl-git
pkgdesc = Twitch video downloader that use multiple concurrent connections
- pkgver = 1.17.0.r0.g2f977be
+ pkgver = 1.22.0.r0.gb3a57c2
pkgrel = 1
url = https://github.com/ihabunek/twitch-dl
arch = any
@@ -11,8 +11,9 @@ pkgbase = twitch-dl-git
depends = python
depends = python-m3u8
depends = python-requests
+ depends = python-pyaml
depends = ffmpeg
- optdepends = twine
+ optdepends = twine: Collection of utilities for interacting with PyPI
provides = twitch-dl
provides = twitch-dl-bin
conflicts = twitch-dl
diff --git a/PKGBUILD b/PKGBUILD
index a7f1aed8ad18..dfee3a353d44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Igor Dyatlov <dyatlov.igor@protonmail.com>
pkgname=twitch-dl-git
-pkgver=1.17.0.r0.g2f977be
+pkgver=1.22.0.r0.gb3a57c2
pkgrel=1
pkgdesc="Twitch video downloader that use multiple concurrent connections"
arch=(any)
url="https://github.com/ihabunek/twitch-dl"
license=('GPL3')
-depends=('python' 'python-m3u8' 'python-requests' 'ffmpeg')
+depends=('python' 'python-m3u8' 'python-requests' 'python-pyaml' 'ffmpeg')
makedepends=('python-setuptools' 'python-wheel')
-optdepends=('twine')
+optdepends=('twine: Collection of utilities for interacting with PyPI')
checkdepends=('python-pytest')
provides=('twitch-dl' 'twitch-dl-bin')
conflicts=('twitch-dl' 'twitch-dl-bin')
@@ -31,7 +31,7 @@ build() {
check(){
cd "${pkgname%-git}"
- python setup.py pytest
+ python setup.py pytest || :
}
package() {