summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a85bce99061f..103523210bb8 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 = r1562.cb4fab0
+ pkgver = r1564.18669a0
pkgrel = 1
url = https://streamlink.github.io/
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 68945e4253cc..07de15e4049b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Josip Ponjavic <josipponjavic at gmail dot com>
pkgname=streamlink-git
-pkgver=r1562.cb4fab0
+pkgver=r1564.18669a0
pkgrel=1
pkgdesc='CLI program that launches streams from various streaming services in a custom video player (livestreamer fork)'
arch=('any')
@@ -31,5 +31,7 @@ build() {
package() {
cd streamlink
python setup.py install --root="$pkgdir" --optimize=1
+ install -Dm644 build/sphinx/man/streamlink.1 \
+ "$pkgdir/usr/share/man/man1/streamlink.1"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}