Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
streamlink


Commits:
6b549bfc by Frederik Schwan at 2023-10-03T22:15:42+02:00
upgpkg: 6.2.1-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,37 @@
+pkgbase = streamlink
+       pkgdesc = CLI program that launches streams from various streaming 
services in a custom video player (livestreamer fork)
+       pkgver = 6.2.1
+       pkgrel = 1
+       url = https://streamlink.github.io/
+       arch = any
+       license = BSD
+       checkdepends = python-freezegun
+       checkdepends = python-pytest
+       checkdepends = python-pytest-asyncio
+       checkdepends = python-pytest-trio
+       checkdepends = python-requests-mock
+       makedepends = python-build
+       makedepends = python-installer
+       makedepends = python-setuptools
+       makedepends = python-versioningit
+       makedepends = python-wheel
+       depends = python-certifi
+       depends = python-isodate
+       depends = python-pycountry
+       depends = python-pycryptodome
+       depends = python-pysocks
+       depends = python-requests
+       depends = python-trio
+       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.2.1/streamlink-6.2.1.tar.gz
+       source = 
https://github.com/streamlink/streamlink/releases/download/6.2.1/streamlink-6.2.1.tar.gz.asc
+       validpgpkeys = E2B794C7C2C37162E5E2A097E3DB9E282E390FA0
+       validpgpkeys = CDAC41B9122470FAF357A9D344448A298D5C3618
+       sha256sums = 
eb826692f6bb2f4a1a8a4d547024d0954ae270bdaeb3e3b908473aa55b209d12
+       sha256sums = SKIP
+       sha512sums = 
852610d97138cf0a8066f760f747cb32f1d51c8c55b84df5b6a798556343010c2e68ca5d9a8473e8d32f72bc2a5d89f9d90ee70ccced84b6c9408930ed49585a
+       sha512sums = SKIP
+
+pkgname = streamlink


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 # Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
 
 pkgname=streamlink
-pkgver=6.2.0
+pkgver=6.2.1
 pkgrel=1
 pkgdesc='CLI program that launches streams from various streaming services in 
a custom video player (livestreamer fork)'
 arch=('any')
@@ -16,9 +16,9 @@ optdepends=('ffmpeg: Required to play streams that are made 
up of separate audio
 
source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
 validpgpkeys=('E2B794C7C2C37162E5E2A097E3DB9E282E390FA0'  # Streamlink Signing 
Key <streaml...@protonmail.com>
               'CDAC41B9122470FAF357A9D344448A298D5C3618') # Streamlink signing 
key <streaml...@protonmail.com>
-sha256sums=('aeae1b7848446f90998c62324e7107c8f41f8c08266dbc419b81e1cc1b35559a'
+sha256sums=('eb826692f6bb2f4a1a8a4d547024d0954ae270bdaeb3e3b908473aa55b209d12'
             'SKIP')
-sha512sums=('2747ebc584caa8ebb2fde5d4f309c911a52fd1a8d2d0e832487e589873c270534e0d0b18120a2db7a68e150e301e57db1e8d63f1d5bb6244f364e9cbd6606213'
+sha512sums=('852610d97138cf0a8066f760f747cb32f1d51c8c55b84df5b6a798556343010c2e68ca5d9a8473e8d32f72bc2a5d89f9d90ee70ccced84b6c9408930ed49585a'
             'SKIP')
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/streamlink/-/commit/6b549bfc42b3a538443a6606851f72cbfe46cd67

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/streamlink/-/commit/6b549bfc42b3a538443a6606851f72cbfe46cd67
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to