[arch-commits] Commit in streamlink/trunk (4 files)

Frederik Schwan freswa at gemini.archlinux.org
Sat Jul 9 15:52:00 UTC 2022


    Date: Saturday, July 9, 2022 @ 15:51:59
  Author: freswa
Revision: 1249115

upgpkg: streamlink 4.2.0-1

credits @bastimeyer:
https://github.com/streamlink/streamlink/issues/4645

Added:
  streamlink/trunk/keys/
  streamlink/trunk/keys/pgp/
  streamlink/trunk/keys/pgp/E2B794C7C2C37162E5E2A097E3DB9E282E390FA0.asc
Modified:
  streamlink/trunk/PKGBUILD

-------------------------------------------------------+
 PKGBUILD                                              |   10 ++++++----
 keys/pgp/E2B794C7C2C37162E5E2A097E3DB9E282E390FA0.asc |    1 +
 2 files changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-09 15:17:17 UTC (rev 1249114)
+++ PKGBUILD	2022-07-09 15:51:59 UTC (rev 1249115)
@@ -3,7 +3,7 @@
 # Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
 
 pkgname=streamlink
-pkgver=4.1.0
+pkgver=4.2.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 @@
 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=('E2B794C7C2C37162E5E2A097E3DB9E282E390FA0') # Streamlink Signing Key <streamlink at protonmail.com>
-sha256sums=('0b492cf48cf1c8f12adc112e42df504857088363f036f400bc9330f80ff00893'
+sha256sums=('8e745c4b91f1cc3789c619ac8dadbd461c10a66a73b70453e1d5dfa03f5bd6e4'
             'SKIP')
-sha512sums=('f163766bffe079c10cb9f33792ca1e8fa806f46fac64716bada5221f97b6b7b6786f1a218a9ba0ba6ae4eb1b9e5bfc8bf2de1a6b2e5bf9d4c9ba8b11a6a99b9e'
+sha512sums=('fccdf623d7b98f80342115d490b3033a3611b25dd79e8f2b46f6e0469e1d8a6370111d2fc6379425e4fd173babceba6f259aa8025d3007d318b618d34131589c'
             'SKIP')
 
 build() {
@@ -27,7 +27,9 @@
 
 check() {
   cd "$pkgname-$pkgver"
-  TZ=UTC PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m pytest
+  python -m installer --destdir="$PWD/tmp" dist/*.whl
+  local pyver=$(python -c 'import sys;print(".".join(map(str,sys.version_info[:2])))')
+  TZ=UTC PYTHONPATH="$PWD/tmp/usr/lib/python${pyver}/site-packages:$PYTHONPATH" python -m pytest
 }
 
 package() {

Added: keys/pgp/E2B794C7C2C37162E5E2A097E3DB9E282E390FA0.asc
===================================================================
(Binary files differ)

Index: streamlink/trunk/keys/pgp/E2B794C7C2C37162E5E2A097E3DB9E282E390FA0.asc
===================================================================
--- keys/pgp/E2B794C7C2C37162E5E2A097E3DB9E282E390FA0.asc	2022-07-09 15:17:17 UTC (rev 1249114)
+++ keys/pgp/E2B794C7C2C37162E5E2A097E3DB9E282E390FA0.asc	2022-07-09 15:51:59 UTC (rev 1249115)

Property changes on: streamlink/trunk/keys/pgp/E2B794C7C2C37162E5E2A097E3DB9E282E390FA0.asc
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


More information about the arch-commits mailing list