summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancoism902019-03-27 12:10:55 +0100
committerfrancoism902019-03-27 12:10:55 +0100
commit76e125349465c42aae118087bd2b0b5652f7c3bb (patch)
treeace75addc5a0069bce63c22a1b5a5784c255e8a8
parent322dd3a122f93f6a7958cc63137b4c60f002c8e8 (diff)
downloadaur-76e125349465c42aae118087bd2b0b5652f7c3bb.tar.gz
Fix missing git makedep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e457145b8451..279f8cef3f47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = python-pychromecast-git
pkgdesc = Library for Python 3 to communicate with the Google Chromecast.
- pkgver = 340.124510e
+ pkgver = 360.0a3ba3f
pkgrel = 1
url = https://github.com/balloob/pychromecast
arch = any
license = MIT
+ makedepends = git
makedepends = python-setuptools
depends = python
depends = python-requests
diff --git a/PKGBUILD b/PKGBUILD
index b0cfec2d22a4..96265f2932c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: Denis A. AltoƩ Falqueto <denisfalqueto@gmail.com>
pkgname=python-pychromecast-git
-pkgver=340.124510e
+pkgver=360.0a3ba3f
pkgrel=1
pkgdesc="Library for Python 3 to communicate with the Google Chromecast."
arch=('any')
url="https://github.com/balloob/pychromecast"
license=('MIT')
depends=('python' 'python-requests' 'python-protobuf' 'python-zeroconf')
-makedepends=('python-setuptools')
+makedepends=('git' 'python-setuptools')
provides=('python-pychromecast')
conflicts=('python-pychromecast')
options=(!emptydirs)