summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 518c8cd27da6..4dd8cf8fe6ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = livestreamer-dev-git
pkgdesc = CLI program that launches streams from various streaming services in a custom video player
pkgver = 0.r1431.8dd6a69
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/chrippa/livestreamer
arch = any
license = BSD
- makedepends = python-sphinx,
+ makedepends = python-sphinx
makedepends = git
depends = python-requests
depends = rtmpdump
diff --git a/PKGBUILD b/PKGBUILD
index ff4c2be6ad96..cc124897281b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
_pkgname='livestreamer'
pkgname="${_pkgname}-dev-git"
pkgver=0.r1431.8dd6a69
-pkgrel=2
+pkgrel=3
pkgdesc='CLI program that launches streams from various streaming services in a custom video player'
arch=('any')
url='https://github.com/chrippa/livestreamer'
license=('BSD')
depends=('python-requests' 'rtmpdump' 'python-setuptools')
-makedepends=('python-sphinx', 'git')
+makedepends=('python-sphinx' 'git')
source=("${pkgname}::git+https://github.com/chrippa/livestreamer#branch=develop")
sha256sums=('SKIP')