Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
streamlink
Commits:
bdfa68c8 by Frederik Schwan at 2024-12-28T21:15:56+01:00
upgpkg: 7.1.1-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 = 7.1.0
+ pkgver = 7.1.1
pkgrel = 1
url = https://streamlink.github.io/
arch = any
@@ -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.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
+ source =
https://github.com/streamlink/streamlink/releases/download/7.1.1/streamlink-7.1.1.tar.gz
+ source =
https://github.com/streamlink/streamlink/releases/download/7.1.1/streamlink-7.1.1.tar.gz.asc
validpgpkeys = CDAC41B9122470FAF357A9D344448A298D5C3618
- sha256sums =
ca5fff4ee3167b35e159ba2a7cf4259da35ee831240985a5e2dc1eefdb1257d9
+ sha256sums =
c1881ed0bba53612d979d9a918b7dec056fc93cd202a5b07a080e5568dbdab4c
sha256sums = SKIP
- sha512sums =
595e0cf0abb4ecb17e10e0d2455f50f1683780faa857c57cfa667a27e91512de5e293c0acdd67940324cae87d3341d6bd6cb826f485879af0e680aa565eeb8fd
+ sha512sums =
f379ecfb1aaf7962ee082b2526497678c8f10c0accba1aab72776ed5cd16a67e61ae52643028c5fb770bfc0a309e28d8dc88a8aec7e7e20c0f3388b103a4b71c
sha512sums = SKIP
pkgname = streamlink
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
pkgname=streamlink
-pkgver=7.1.0
+pkgver=7.1.1
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=('ca5fff4ee3167b35e159ba2a7cf4259da35ee831240985a5e2dc1eefdb1257d9'
+sha256sums=('c1881ed0bba53612d979d9a918b7dec056fc93cd202a5b07a080e5568dbdab4c'
'SKIP')
-sha512sums=('595e0cf0abb4ecb17e10e0d2455f50f1683780faa857c57cfa667a27e91512de5e293c0acdd67940324cae87d3341d6bd6cb826f485879af0e680aa565eeb8fd'
+sha512sums=('f379ecfb1aaf7962ee082b2526497678c8f10c0accba1aab72776ed5cd16a67e61ae52643028c5fb770bfc0a309e28d8dc88a8aec7e7e20c0f3388b103a4b71c'
'SKIP')
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/streamlink/-/commit/bdfa68c8c123a663da55ca3d088ca98213b5433b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/streamlink/-/commit/bdfa68c8c123a663da55ca3d088ca98213b5433b
You're receiving this email because of your account on gitlab.archlinux.org.