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

Giancarlo Razzolini grazzolini at archlinux.org
Mon Oct 30 11:58:58 UTC 2017


    Date: Monday, October 30, 2017 @ 11:58:48
  Author: grazzolini
Revision: 264761

upgpkg: streamlink 0.8.1-2

Removed optional dependency on python-librtmp, which is not
required anymore by streamlink and it is also on the AUR.

Modified:
  streamlink/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-30 11:56:46 UTC (rev 264760)
+++ PKGBUILD	2017-10-30 11:58:48 UTC (rev 264761)
@@ -3,7 +3,7 @@
 
 pkgname=streamlink
 pkgver=0.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc='CLI program that launches streams from various streaming services in a custom video player (livestreamer fork)'
 arch=('any')
 url='https://streamlink.github.io/'
@@ -12,8 +12,7 @@
 depends=("python-"{crypto,pycountry,requests,pysocks,websocket-client} 'rtmpdump')
 checkdepends=("python-"{mock,pytest})
 makedepends=("python-"{setuptools,sphinx})
-optdepends=('ffmpeg: Required to play streams that are made up of separate audio and video streams, eg. YouTube 1080p+'
-            'python-librtmp: Required by the ustreamtv plugin to be able to use non-mobile streams.')
+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})
 # Charlie Drage <charlie at charliedrage.com>
 validpgpkeys=('1D2DA4B582D3E09EFA2C997CDA227403C037D617')



More information about the arch-commits mailing list