From 4bfaa8f985b60cd1c87a1a8ac6f19f8e8fbdead6 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sat, 13 May 2023 12:41:10 +0530 Subject: [PATCH] streamlink: update to 5.5.1 --- mingw-w64-streamlink/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-streamlink/PKGBUILD b/mingw-w64-streamlink/PKGBUILD index c6d78b492e..2defd3dd54 100644 --- a/mingw-w64-streamlink/PKGBUILD +++ b/mingw-w64-streamlink/PKGBUILD @@ -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}"