summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Ponjavic2024-03-23 08:44:55 +0100
committerJosip Ponjavic2024-03-23 08:44:55 +0100
commite6f91bb665997dfb238c9a0aab48f2f53550a2eb (patch)
tree9830b2c71e3dc6b26d343235895c47b0cbac3100
parent472caf2eec12b2a0be21511c282154bd09350f72 (diff)
downloadaur-e6f91bb665997dfb238c9a0aab48f2f53550a2eb.tar.gz
upgpkg: 6.7.1.r2.g78d0b58d-1 add python-{lxml,exceptiongroup} to deps
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed407ea81fc1..181065c46e98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = streamlink-git
pkgdesc = CLI program that launches streams from various streaming services in a custom video player (livestreamer fork)
- pkgver = 6.3.1.r10.g256800be
+ pkgver = 6.7.1.r2.g78d0b58d
pkgrel = 1
url = https://streamlink.github.io/
arch = any
@@ -22,7 +22,9 @@ pkgbase = streamlink-git
makedepends = python-wheel
makedepends = git
depends = python-certifi
+ depends = python-exceptiongroup
depends = python-isodate
+ depends = python-lxml
depends = python-pycountry
depends = python-pycryptodome
depends = python-pysocks
diff --git a/PKGBUILD b/PKGBUILD
index 57216508919f..aee7ca90d288 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Josip Ponjavic <josipponjavic at gmail dot com>
pkgname=streamlink-git
-pkgver=6.3.1.r10.g256800be
+pkgver=6.7.1.r2.g78d0b58d
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-"{certifi,isodate,pycountry,pycryptodome,pysocks,requests,trio,trio-websocket,typing_extensions,websocket-client})
+depends=("python-"{certifi,exceptiongroup,isodate,lxml,pycountry,pycryptodome,pysocks,requests,trio,trio-websocket,typing_extensions,websocket-client})
checkdepends=("python-"{freezegun,pytest,pytest-asyncio,pytest-cov,pytest-trio,requests-mock})
makedepends=("python-"{build,installer,myst-parser,setuptools,sphinx,sphinx_design,shtab,versioningit,wheel} 'git')
optdepends=('ffmpeg: Required to play streams that are made up of separate audio and video streams, eg. YouTube 1080p+')