summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Ponjavic2022-10-10 17:53:01 +0200
committerJosip Ponjavic2022-10-10 17:53:01 +0200
commit4ae128f49b68f12c044fb09d2528af60bf47e35a (patch)
treebafd248db96538ea7bb8d1aa88904ab10193ea33
parentcd6f2d83bce5e5c32253bcc7a0dd03c96d1770e5 (diff)
downloadaur-4ae128f49b68f12c044fb09d2528af60bf47e35a.tar.gz
upgpkg: 5.0.1.r17.gbfcd3725-1 add 'python-pytest-asyncio' to checkdepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a53483bc33ff..ae320472fc20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = streamlink-git
pkgdesc = CLI program that launches streams from various streaming services in a custom video player (livestreamer fork)
- pkgver = 5.0.0.r5.g8bd58c04
+ pkgver = 5.0.1.r17.gbfcd3725
pkgrel = 1
url = https://streamlink.github.io/
arch = any
license = BSD
checkdepends = python-freezegun
checkdepends = python-pytest
+ checkdepends = python-pytest-asyncio
checkdepends = python-requests-mock
makedepends = python-myst-parser
makedepends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index da94b9a59ee1..77de88383541 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Josip Ponjavic <josipponjavic at gmail dot com>
pkgname=streamlink-git
-pkgver=5.0.0.r5.g8bd58c04
+pkgver=5.0.1.r17.gbfcd3725
pkgrel=1
pkgdesc='CLI program that launches streams from various streaming services in a custom video player (livestreamer fork)'
arch=('any')
url='https://streamlink.github.io/'
license=('BSD')
depends=("python-"{pycryptodome,isodate,pycountry,requests,pysocks,websocket-client})
-checkdepends=("python-"{freezegun,pytest,requests-mock})
+checkdepends=("python-"{freezegun,pytest,pytest-asyncio,requests-mock})
makedepends=("python-"{myst-parser,setuptools,sphinx,shtab,versioningit} 'git')
optdepends=('ffmpeg: Required to play streams that are made up of separate audio and video streams, eg. YouTube 1080p+')
provides=("${pkgname%-*}")