summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSebastian Rakel2016-03-26 23:31:34 +0100
committerSebastian Rakel2016-03-26 23:32:25 +0100
commitcfc8e62297839d95ecae7c9df402793b91c81d70 (patch)
tree000d971591c81877e8178d2b753c360858d3ffce /PKGBUILD
parent7820920cc93c0a92f860fa5bf88ccfa0713ccbd1 (diff)
downloadaur-livestreamer-dev-git.tar.gz
Fix: makedepends syntax error
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')