Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
streamlink
Commits:
e698c0e4 by Frederik Schwan at 2024-12-28T17:42:16+01:00
upgpkg: 7.1.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = streamlink
pkgdesc = CLI program that launches streams from various streaming
services in a custom video player (livestreamer fork)
- pkgver = 7.0.0
- pkgrel = 2
+ pkgver = 7.1.0
+ pkgrel = 1
url = https://streamlink.github.io/
arch = any
license = BSD
@@ -26,12 +26,12 @@ pkgbase = streamlink
depends = python-typing_extensions
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/7.0.0/streamlink-7.0.0.tar.gz
- source =
https://github.com/streamlink/streamlink/releases/download/7.0.0/streamlink-7.0.0.tar.gz.asc
+ source =
https://github.com/streamlink/streamlink/releases/download/7.1.0/streamlink-7.1.0.tar.gz
+ source =
https://github.com/streamlink/streamlink/releases/download/7.1.0/streamlink-7.1.0.tar.gz.asc
validpgpkeys = CDAC41B9122470FAF357A9D344448A298D5C3618
- sha256sums =
51a4062862e6795d694046ca6e70549d6d13583c640d1505966804b0e03feff2
+ sha256sums =
ca5fff4ee3167b35e159ba2a7cf4259da35ee831240985a5e2dc1eefdb1257d9
sha256sums = SKIP
- sha512sums =
0d0834b19718862ac7efd16680920ec632b9c2db512c57e9eb4bc9bc6a27f7cbf0ceba557bbeb4c55a5e9680b5519961e526209ccc4b8499273daaf1cd837e4f
+ sha512sums =
595e0cf0abb4ecb17e10e0d2455f50f1683780faa857c57cfa667a27e91512de5e293c0acdd67940324cae87d3341d6bd6cb826f485879af0e680aa565eeb8fd
sha512sums = SKIP
pkgname = streamlink
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
pkgname=streamlink
-pkgver=7.0.0
-pkgrel=2
+pkgver=7.1.0
+pkgrel=1
pkgdesc='CLI program that launches streams from various streaming services in
a custom video player (livestreamer fork)'
arch=('any')
url='https://streamlink.github.io/'
@@ -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=('51a4062862e6795d694046ca6e70549d6d13583c640d1505966804b0e03feff2'
+sha256sums=('ca5fff4ee3167b35e159ba2a7cf4259da35ee831240985a5e2dc1eefdb1257d9'
'SKIP')
-sha512sums=('0d0834b19718862ac7efd16680920ec632b9c2db512c57e9eb4bc9bc6a27f7cbf0ceba557bbeb4c55a5e9680b5519961e526209ccc4b8499273daaf1cd837e4f'
+sha512sums=('595e0cf0abb4ecb17e10e0d2455f50f1683780faa857c57cfa667a27e91512de5e293c0acdd67940324cae87d3341d6bd6cb826f485879af0e680aa565eeb8fd'
'SKIP')
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/streamlink/-/commit/e698c0e4300911b7e39a2252e814fd928ac47e69
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/streamlink/-/commit/e698c0e4300911b7e39a2252e814fd928ac47e69
You're receiving this email because of your account on gitlab.archlinux.org.