summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76be7cc49057..036010c93e65 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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.3.2.r2.g7e15e3e
+ pkgver = 0.4.0.r0.g0871d22
pkgrel = 1
url = https://streamlink.github.io/
arch = any
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
}