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

Giancarlo Razzolini grazzolini at archlinux.org
Thu Mar 25 11:17:00 UTC 2021


    Date: Thursday, March 25, 2021 @ 11:17:00
  Author: grazzolini
Revision: 902894

upgpkg: streamlink 2.1.1-1

Modified:
  streamlink/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-25 11:16:55 UTC (rev 902893)
+++ PKGBUILD	2021-03-25 11:17:00 UTC (rev 902894)
@@ -2,7 +2,7 @@
 # Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
 
 pkgname=streamlink
-pkgver=2.1.0
+pkgver=2.1.1
 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=('931383cefe385548ed9d371452741272512b6c75d6a6563935873d0efdf65a21'
+sha256sums=('59c56540a137e2544b93c685e36e2fc005bffd0395293b05e7110c1e8b52545e'
             'SKIP')
-sha512sums=('8a33c0428f34996811efa5f5338e1c2647a9f48b6d014ccd70b46378ab709cb7286a90c1d7cb1279f4e46aff999a92f89b19f3b8aa486be4fb6a35610710fe59'
+sha512sums=('bf754fe73da2feb5c53190782d1abb8f861fbef1a3609edb272bf3c46bd4057bfd837072f66d3d8074fe7d6072a5a6ed7dafd8318f14fa11c9854df08deef437'
             'SKIP')
 
 build() {
@@ -28,8 +28,6 @@
 
 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