streamlink: update to 5.5.1

This commit is contained in:
Biswapriyo Nath
2023-05-13 12:41:10 +05:30
parent b35e94946d
commit 4bfaa8f985

View File

@@ -2,7 +2,7 @@
_realname=streamlink
pkgbase=mingw-w64-python-${_realname}
pkgver=5.1.2
pkgver=5.5.1
pkgrel=1
pkgdesc="A CLI utility that extracts streams from various services and pipes them into a video player of choice."
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
@@ -16,7 +16,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-"{freezegun,pytest,pytest-asyncio,
optdepends=("${MINGW_PACKAGE_PREFIX}-ffmpeg: Required to play streams that are made up of separate audio and video streams, eg. YouTube 1080p+")
options=('!strip')
source=("${_realname}-${pkgver}.tar.gz::https://github.com/streamlink/streamlink/releases/download/${pkgver}/${_realname}-${pkgver}.tar.gz")
sha256sums=('501f604d3dbfad05d5d50ed4432c041e51810890cc0e65eea43f27608238767a')
sha256sums=('b2b4fe8d6436dbe7bcec78de2d4bb780156388561435b61a1963156e9fc5fbd0')
prepare() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}"