summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2018-10-15 20:26:34 -0700
committermutantmonkey2018-10-15 20:26:34 -0700
commitfd5632de8f18a044b7439c371dc88e2da11067df (patch)
treeb943195cdd1d8e7f24b0615d5e0864349453d224
parentbdf84d5d9f1a0063a999454c2c8aec9d6243e6c8 (diff)
downloadaur-fd5632de8f18a044b7439c371dc88e2da11067df.tar.gz
upgpkg: python2-pychromecast-git 88.702017d-1
add git to makedepends
-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)