summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJosip Ponjavic2018-08-07 00:48:14 +0200
committerJosip Ponjavic2018-08-07 00:48:14 +0200
commit9e2e9e599b03127af76f1c927d5642ff781d6e99 (patch)
tree3303afe1ba871870e250dbfaae6098f2fd7b8345 /PKGBUILD
parent575cc4e61deaca77cdc1bfd54317b9d1081cac86 (diff)
downloadaur-9e2e9e599b03127af76f1c927d5642ff781d6e99.tar.gz
Python 3.7 rebuild
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cd7c533007a6..99aaaefc580e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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() {