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

Giancarlo Razzolini grazzolini at archlinux.org
Mon Aug 27 05:01:51 UTC 2018


    Date: Monday, August 27, 2018 @ 05:01:50
  Author: grazzolini
Revision: 374571

upgpkg: streamlink 0.14.2-3

Modified:
  streamlink/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-27 00:16:04 UTC (rev 374570)
+++ PKGBUILD	2018-08-27 05:01:50 UTC (rev 374571)
@@ -3,12 +3,12 @@
 
 pkgname=streamlink
 pkgver=0.14.2
-pkgrel=2
+pkgrel=3
 pkgdesc='CLI program that launches streams from various streaming services in a custom video player (livestreamer fork)'
 arch=('any')
 url='https://streamlink.github.io/'
 license=('BSD')
-depends=("python-"{crypto,isodate,pycountry,requests,pysocks,websocket-client} 'rtmpdump')
+depends=("python-"{pycryptodome,isodate,pycountry,requests,pysocks,websocket-client} 'rtmpdump')
 checkdepends=("python-"{freezegun,mock,pytest,requests-mock})
 makedepends=("python-"{recommonmark,setuptools,sphinx})
 optdepends=('ffmpeg: Required to play streams that are made up of separate audio and video streams, eg. YouTube 1080p+')
@@ -22,7 +22,6 @@
 build() {
   cd "$pkgname-$pkgver"
   export STREAMLINK_USE_PYCOUNTRY="true"
-  export STREAMLINK_USE_PYCRYPTO="true"
   python setup.py build
   python setup.py build_sphinx -b man
 }



More information about the arch-commits mailing list