diff options
author | Josip Ponjavic | 2018-08-07 00:48:14 +0200 |
---|---|---|
committer | Josip Ponjavic | 2018-08-07 00:48:14 +0200 |
commit | 9e2e9e599b03127af76f1c927d5642ff781d6e99 (patch) | |
tree | 3303afe1ba871870e250dbfaae6098f2fd7b8345 | |
parent | 575cc4e61deaca77cdc1bfd54317b9d1081cac86 (diff) | |
download | aur-9e2e9e599b03127af76f1c927d5642ff781d6e99.tar.gz |
Python 3.7 rebuild
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 5 |
2 files changed, 4 insertions, 3 deletions
@@ -1,6 +1,6 @@ pkgbase = streamlink-git pkgdesc = CLI program that launches streams from various streaming services in a custom video player (livestreamer fork) - pkgver = 0.14.2.r0.g215d7895 + pkgver = 0.14.2.r76.ge180adbf pkgrel = 1 url = https://streamlink.github.io/ arch = any @@ -4,7 +4,7 @@ _use_pycrypto="no" _use_pycountry="no" pkgname=streamlink-git -pkgver=0.14.2.r0.g215d7895 +pkgver=0.14.2.r76.ge180adbf pkgrel=1 pkgdesc='CLI program that launches streams from various streaming services in a custom video player (livestreamer fork)' arch=('any') @@ -48,12 +48,13 @@ build() { msg "Using pycountry..." export STREAMLINK_USE_PYCOUNTRY="true" fi + python setup.py build python setup.py build_sphinx -b man } check() { cd "${pkgname%-*}" - python setup.py test || warning "Tests failed" + python setup.py test } package() { |