Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / streamlink
Commits: 948fc552 by Frederik Schwan at 2025-09-08T23:01:43+02:00 upgpkg: 7.6.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 = 7.5.0 + pkgver = 7.6.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/7.5.0/streamlink-7.5.0.tar.gz - source = https://github.com/streamlink/streamlink/releases/download/7.5.0/streamlink-7.5.0.tar.gz.asc + source = https://github.com/streamlink/streamlink/releases/download/7.6.0/streamlink-7.6.0.tar.gz + source = https://github.com/streamlink/streamlink/releases/download/7.6.0/streamlink-7.6.0.tar.gz.asc validpgpkeys = CDAC41B9122470FAF357A9D344448A298D5C3618 - sha256sums = c091bc77a3cc8e129a232db3e2c8d8bae2dfef96813fcdec62ee020794068fb9 + sha256sums = a1df953fab7dab55c61f563b533ce237159a1b48f6159bec95e907857fc09266 sha256sums = SKIP - sha512sums = 00a2d801eb9afafa1fd9a1a79f87bfd0feb0fbeb70be28962dbe1e1212eabc8cdf60048cc994d686a5ee46a0658b34a5a583417da40e26e6eb41ae83a796b782 + sha512sums = 1efadf85f5a7d0767e258219b83cb1524a10057d90ea89a6a402b35a22fb0545fc730b89e0e683f21bbd406588e872aac392f415df82552c38237746fff79f9f sha512sums = SKIP pkgname = streamlink ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: Josip Ponjavic <josipponjavic at gmail dot com> pkgname=streamlink -pkgver=7.5.0 +pkgver=7.6.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 <streaml...@protonmail.com> -sha256sums=('c091bc77a3cc8e129a232db3e2c8d8bae2dfef96813fcdec62ee020794068fb9' +sha256sums=('a1df953fab7dab55c61f563b533ce237159a1b48f6159bec95e907857fc09266' 'SKIP') -sha512sums=('00a2d801eb9afafa1fd9a1a79f87bfd0feb0fbeb70be28962dbe1e1212eabc8cdf60048cc994d686a5ee46a0658b34a5a583417da40e26e6eb41ae83a796b782' +sha512sums=('1efadf85f5a7d0767e258219b83cb1524a10057d90ea89a6a402b35a22fb0545fc730b89e0e683f21bbd406588e872aac392f415df82552c38237746fff79f9f' 'SKIP') build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/streamlink/-/commit/948fc552cf30708f87fc2729f64f106315b0e3cb -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/streamlink/-/commit/948fc552cf30708f87fc2729f64f106315b0e3cb You're receiving this email because of your account on gitlab.archlinux.org.