summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88e58c39a593..35227331b5ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = python2-pychromecast-git
url = https://github.com/balloob/pychromecast
arch = any
license = MIT
+ makedepends = git
depends = python2>=2.7
depends = python2-requests
depends = python2-protobuf
diff --git a/PKGBUILD b/PKGBUILD
index 25f9b542b47a..28766788bc99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ arch=('any')
url="https://github.com/balloob/pychromecast"
license=('MIT')
depends=('python2>=2.7' 'python2-requests' 'python2-protobuf')
+makedepends=('git')
provides=('python2-pychromecast')
conflicts=('python2-pychromecast')
options=(!emptydirs)