streamlink: update to 7.5.0
This commit is contained in:
parent
5e4c245826
commit
d059f71b07
@ -3,8 +3,8 @@
|
||||
_realname=streamlink
|
||||
pkgbase=mingw-w64-${_realname}
|
||||
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
|
||||
pkgver=7.4.0
|
||||
pkgrel=2
|
||||
pkgver=7.5.0
|
||||
pkgrel=1
|
||||
pkgdesc="A CLI utility that extracts streams from various services and pipes them into a video player of choice. (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||
@ -19,19 +19,11 @@ depends=("${MINGW_PACKAGE_PREFIX}-python-"{certifi,isodate,lxml,pycountry,pycryp
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-python-"{build,installer,setuptools})
|
||||
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=("https://github.com/${_realname}/${_realname}/releases/download/${pkgver}/${_realname}-${pkgver}.tar.gz"{,.asc}
|
||||
"https://github.com/streamlink/streamlink/commit/18bbaff00f147e5d8bf8654be9d191f120710a9d.patch")
|
||||
sha256sums=('2cc90e5a978800c9e5b113d0b26db1079451f43441a0476255c2e99fd65e60bb'
|
||||
'SKIP'
|
||||
'd5025d6d0a1811187b29704e39a1b076593f026fad9b96b8a354ad0990f3ef06')
|
||||
source=("https://github.com/${_realname}/${_realname}/releases/download/${pkgver}/${_realname}-${pkgver}.tar.gz"{,.asc})
|
||||
sha256sums=('c091bc77a3cc8e129a232db3e2c8d8bae2dfef96813fcdec62ee020794068fb9'
|
||||
'SKIP')
|
||||
validpgpkeys=('CDAC41B9122470FAF357A9D344448A298D5C3618') # Streamlink signing key <streamlink@protonmail.com>
|
||||
|
||||
prepare() {
|
||||
cd "${_realname}-${pkgver}"
|
||||
|
||||
patch -p1 < "${srcdir}/18bbaff00f147e5d8bf8654be9d191f120710a9d.patch"
|
||||
}
|
||||
|
||||
build() {
|
||||
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"
|
||||
python -m build --wheel --skip-dependency-check --no-isolation
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user