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

Giancarlo Razzolini grazzolini at archlinux.org
Mon Jun 25 12:30:19 UTC 2018


    Date: Monday, June 25, 2018 @ 12:30:19
  Author: grazzolini
Revision: 345849

upgpkg: streamlink 0.13.0-1

Modified:
  streamlink/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-25 10:04:37 UTC (rev 345848)
+++ PKGBUILD	2018-06-25 12:30:19 UTC (rev 345849)
@@ -2,23 +2,21 @@
 # Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
 
 pkgname=streamlink
-pkgver=0.11.0
+pkgver=0.13.0
 pkgrel=1
 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-"{iso3166,iso639,pycryptodomex,requests} 'rtmpdump')
-depends=("python-"{crypto,pycountry,requests,pysocks,websocket-client} 'rtmpdump')
+depends=("python-"{crypto,isodate,pycountry,requests,pysocks,websocket-client} 'rtmpdump')
 checkdepends=("python-"{mock,pytest})
-makedepends=("python-"{setuptools,sphinx})
+makedepends=("python-"{recommonmark,setuptools,sphinx})
 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')
-sha256sums=('dc70b72e22d24b63ccb205d9c7583510049f4b2782e31ac5ebd99fec074ca292'
+validpgpkeys=('E2B794C7C2C37162E5E2A097E3DB9E282E390FA0') # Streamlink Signing Key <streamlink at protonmail.com>
+sha256sums=('4d91dbc8233e8737a9dcb629ac471373e903116b3a35c882205c95bdb14eac29'
             'SKIP')
-sha512sums=('8446e225bbabc6299a0ea4786c4e811eedae0a17f06994ebd707b13a6eb041c198e4504eaa1cf72850377cc9abd97ceb1a8225efbe1d22821956b14bbc0410b6'
+sha512sums=('9744eb16aaae395daff6e626c435d8984a4c8c47091bd068a83d216d2e79535d72b1fd61b8befec1ce379ef85174722ffe837fabf6facb9ed2a608f32987eeff'
             'SKIP')
 
 build() {



More information about the arch-commits mailing list