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

Giancarlo Razzolini grazzolini at archlinux.org
Tue Mar 23 13:33:39 UTC 2021


    Date: Tuesday, March 23, 2021 @ 13:33:39
  Author: grazzolini
Revision: 900439

upgpkg: streamlink 2.1.0-1

Modified:
  streamlink/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-23 13:33:23 UTC (rev 900438)
+++ PKGBUILD	2021-03-23 13:33:39 UTC (rev 900439)
@@ -2,7 +2,7 @@
 # Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
 
 pkgname=streamlink
-pkgver=2.0.0
+pkgver=2.1.0
 pkgrel=1
 pkgdesc='CLI program that launches streams from various streaming services in a custom video player (livestreamer fork)'
 arch=('any')
@@ -14,9 +14,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=('c0ead9e961638d41cab9bd9677cdc701f2313bfd4d23cd8158410932839c62db'
+sha256sums=('931383cefe385548ed9d371452741272512b6c75d6a6563935873d0efdf65a21'
             'SKIP')
-sha512sums=('ce8b34670ea991ddd9b86eb4f05233468ad9df7ea743ed047cd2e3de8d0844dcded082df1215273e8a22ac5386dd17f64c80662b80fb8dbfae421b7f18c146d6'
+sha512sums=('8a33c0428f34996811efa5f5338e1c2647a9f48b6d014ccd70b46378ab709cb7286a90c1d7cb1279f4e46aff999a92f89b19f3b8aa486be4fb6a35610710fe59'
             'SKIP')
 
 build() {
@@ -28,6 +28,8 @@
 
 check() {
   cd "$pkgname-$pkgver"
+  #Fix for test_plugin_not_in_removed_list
+  touch src/streamlink/plugins/.removed
   python setup.py test
 }
 



More information about the arch-commits mailing list