summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSibren Vasse2019-01-19 12:48:19 +0100
committerSibren Vasse2019-01-19 12:48:19 +0100
commitf812c8ee094add7a9682ddd0cd5d84a50c6287e5 (patch)
tree619bb6665053a58743020970a046cac7a7b104fb
parentb3301562c6d2e3599157576fc0d87b0a02868107 (diff)
downloadaur-f812c8ee094add7a9682ddd0cd5d84a50c6287e5.tar.gz
v2.4.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 115ab02ef2e5..1b3372e6b875 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pychromecast
pkgdesc = Library for Python 3 to communicate with the Google Chromecast
- pkgver = 2.3.0
- pkgrel = 2
+ pkgver = 2.4.0
+ pkgrel = 1
url = https://github.com/balloob/pychromecast
arch = any
license = MIT
@@ -12,8 +12,8 @@ pkgbase = python-pychromecast
depends = python-six
depends = python-setuptools
depends = python-casttube
- source = https://files.pythonhosted.org/packages/source/p/pychromecast/PyChromecast-2.3.0.tar.gz
- sha512sums = 44a2cb80e5a3a3c8c5ca3dd6cb55bf50c4c536afc4828f9d7c14c9792ec59bf5bb88988448aeaf33b5d5472f60d7f6ca39f0ea5f4f3896d5188654b962065abe
+ source = https://files.pythonhosted.org/packages/source/p/pychromecast/PyChromecast-2.4.0.tar.gz
+ sha512sums = 2ba721f4c017cf288377b6cf8e137a38618d8f5ebded9d860f372f44deb9fe2ac15df065f72f0a279a62a3b7203549408aa60e1b3c75a626a2fed7a9e6638114
pkgname = python-pychromecast
diff --git a/PKGBUILD b/PKGBUILD
index 9d3c3866b601..22927c1e7adb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
_name=PyChromecast
pkgname=python-pychromecast
-pkgver=2.3.0
-pkgrel=2
+pkgver=2.4.0
+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-protobuf' 'python-requests' 'python-zeroconf' 'python-six' 'python-setuptools' 'python-casttube')
source=("https://files.pythonhosted.org/packages/source/p/pychromecast/$_name-$pkgver.tar.gz")
-sha512sums=('44a2cb80e5a3a3c8c5ca3dd6cb55bf50c4c536afc4828f9d7c14c9792ec59bf5bb88988448aeaf33b5d5472f60d7f6ca39f0ea5f4f3896d5188654b962065abe')
+sha512sums=('2ba721f4c017cf288377b6cf8e137a38618d8f5ebded9d860f372f44deb9fe2ac15df065f72f0a279a62a3b7203549408aa60e1b3c75a626a2fed7a9e6638114')
build() {
cd $_name-$pkgver