summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Rakel2016-03-26 23:21:22 +0100
committerSebastian Rakel2016-03-26 23:21:22 +0100
commitb33f12df3eca9dcecc6d773d4f995aacaa63d6bc (patch)
tree31e1d781937d649b941a41fa5ad13f6350c8ae1d
parent5ded55118c9a4b04b0f8e778b26911f83b079a99 (diff)
downloadaur-b33f12df3eca9dcecc6d773d4f995aacaa63d6bc.tar.gz
Add git as make dependency
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f2a719902bca..a0d4dfd7198c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('any')
url='https://github.com/chrippa/livestreamer'
license=('BSD')
depends=('python-requests' 'rtmpdump' 'python-setuptools')
-makedepends=('python-sphinx')
+makedepends=('python-sphinx', 'git')
source=("${pkgname}::git+https://github.com/chrippa/livestreamer#branch=develop")
sha256sums=('SKIP')