summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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)