Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
streamlink
Commits:
86d7449a by Frederik Schwan at 2023-12-23T11:55:40+01:00
upgpkg: 6.5.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = streamlink
pkgdesc = CLI program that launches streams from various streaming
services in a custom video player (livestreamer fork)
- pkgver = 6.4.2
+ pkgver = 6.5.0
pkgrel = 1
url = https://streamlink.github.io/
arch = any
@@ -24,12 +24,12 @@ pkgbase = streamlink
depends = python-trio-websocket
depends = python-websocket-client
optdepends = ffmpeg: Required to play streams that are made up of
separate audio and video streams, eg. YouTube 1080p+
- source =
https://github.com/streamlink/streamlink/releases/download/6.4.2/streamlink-6.4.2.tar.gz
- source =
https://github.com/streamlink/streamlink/releases/download/6.4.2/streamlink-6.4.2.tar.gz.asc
+ source =
https://github.com/streamlink/streamlink/releases/download/6.5.0/streamlink-6.5.0.tar.gz
+ source =
https://github.com/streamlink/streamlink/releases/download/6.5.0/streamlink-6.5.0.tar.gz.asc
validpgpkeys = CDAC41B9122470FAF357A9D344448A298D5C3618
- sha256sums =
b5fb719f4251a692c88788a1d46e2cd0fa2231960c52b281cb8210871c722e76
+ sha256sums =
8f4d61593bcce10f8d5e84ca956aac4fa639c0a349e7df379834373a883966ed
sha256sums = SKIP
- sha512sums =
b43e65201c16483378b6cb36e9d93f6e64ba0eb37e2554b3e94395b1e30a3422d5d91db0eb6c35166e61f9b1fbce474fa93908545f063a3fb995669989cde274
+ sha512sums =
affd45d1b17704768a405b389f9696090917e5cc73b0e22455e7f944eb0798dae7b23f73a728d3641fb43a5104e731816442be0e6f05a04a5bfe132c28d5491c
sha512sums = SKIP
pkgname = streamlink
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
pkgname=streamlink
-pkgver=6.4.2
+pkgver=6.5.0
pkgrel=1
pkgdesc='CLI program that launches streams from various streaming services in
a custom video player (livestreamer fork)'
arch=('any')
@@ -15,9 +15,9 @@ makedepends=("python-"{build,installer,setuptools,wheel})
optdepends=('ffmpeg: Required to play streams that are made up of separate
audio and video streams, eg. YouTube 1080p+')
source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
validpgpkeys=('CDAC41B9122470FAF357A9D344448A298D5C3618') # Streamlink signing
key <[email protected]>
-sha256sums=('b5fb719f4251a692c88788a1d46e2cd0fa2231960c52b281cb8210871c722e76'
+sha256sums=('8f4d61593bcce10f8d5e84ca956aac4fa639c0a349e7df379834373a883966ed'
'SKIP')
-sha512sums=('b43e65201c16483378b6cb36e9d93f6e64ba0eb37e2554b3e94395b1e30a3422d5d91db0eb6c35166e61f9b1fbce474fa93908545f063a3fb995669989cde274'
+sha512sums=('affd45d1b17704768a405b389f9696090917e5cc73b0e22455e7f944eb0798dae7b23f73a728d3641fb43a5104e731816442be0e6f05a04a5bfe132c28d5491c'
'SKIP')
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/streamlink/-/commit/86d7449a05cde916bd55ce5c9c969a4d6a11a1f7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/streamlink/-/commit/86d7449a05cde916bd55ce5c9c969a4d6a11a1f7
You're receiving this email because of your account on gitlab.archlinux.org.