Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
streamlink
Commits:
8c77b651 by Frederik Schwan at 2023-11-28T20:59:00+01:00
upgpkg: 6.4.2-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.1
+ pkgver = 6.4.2
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.1/streamlink-6.4.1.tar.gz
- source =
https://github.com/streamlink/streamlink/releases/download/6.4.1/streamlink-6.4.1.tar.gz.asc
+ 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
validpgpkeys = CDAC41B9122470FAF357A9D344448A298D5C3618
- sha256sums =
8e3dacb009334bad206dc9b50ddc3768d6a489fc7824ac42bb4bc70d0a926eac
+ sha256sums =
b5fb719f4251a692c88788a1d46e2cd0fa2231960c52b281cb8210871c722e76
sha256sums = SKIP
- sha512sums =
8886b990637e9f4e87b4fcdc00c2d3e11203746e7256c0d85aee3128f65baaf37ea730c2626c3ec8f0f5ee0042bbd271c4a6290bd346d59915f2f554602f0db4
+ sha512sums =
b43e65201c16483378b6cb36e9d93f6e64ba0eb37e2554b3e94395b1e30a3422d5d91db0eb6c35166e61f9b1fbce474fa93908545f063a3fb995669989cde274
sha512sums = SKIP
pkgname = streamlink
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
pkgname=streamlink
-pkgver=6.4.1
+pkgver=6.4.2
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=('8e3dacb009334bad206dc9b50ddc3768d6a489fc7824ac42bb4bc70d0a926eac'
+sha256sums=('b5fb719f4251a692c88788a1d46e2cd0fa2231960c52b281cb8210871c722e76'
'SKIP')
-sha512sums=('8886b990637e9f4e87b4fcdc00c2d3e11203746e7256c0d85aee3128f65baaf37ea730c2626c3ec8f0f5ee0042bbd271c4a6290bd346d59915f2f554602f0db4'
+sha512sums=('b43e65201c16483378b6cb36e9d93f6e64ba0eb37e2554b3e94395b1e30a3422d5d91db0eb6c35166e61f9b1fbce474fa93908545f063a3fb995669989cde274'
'SKIP')
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/streamlink/-/commit/8c77b6515d051a25cd89ef4227d58edaedb19f38
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/streamlink/-/commit/8c77b6515d051a25cd89ef4227d58edaedb19f38
You're receiving this email because of your account on gitlab.archlinux.org.