summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJosip Ponjavic2017-03-10 16:35:06 +0100
committerJosip Ponjavic2017-03-10 16:35:06 +0100
commit5a3ce2919c4cf5a63a59343daa2834ce9d999604 (patch)
treef94004d67578bf963568c16da696cd8fd5388989 /PKGBUILD
parentb610d3bc1caf46debbc7c3ed1b34b9820ab31beb (diff)
downloadaur-5a3ce2919c4cf5a63a59343daa2834ce9d999604.tar.gz
bump...
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 622b641f521d..32e772fabdc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Josip Ponjavic <josipponjavic at gmail dot com>
pkgname=streamlink-git
-pkgver=0.3.2.r2.g7e15e3e
+pkgver=0.4.0.r0.g0871d22
pkgrel=1
pkgdesc='CLI program that launches streams from various streaming services in a custom video player (livestreamer fork)'
arch=('any')
@@ -24,6 +24,7 @@ pkgver() {
build() {
cd streamlink
+ #export STREAMLINK_USE_PYCOUNTRY=1
python setup.py build_sphinx -b man
}