summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSibren Vasse2020-05-08 20:41:40 +0200
committerSibren Vasse2020-05-08 20:41:40 +0200
commit45ac9ee7272b97b873f14164e0fa04ece013e517 (patch)
tree919bd7fc2655fbee99c76aac6a86b8bc0b11873b
parent15d4bf6e4c2f80cd945259f31e37e79e2aa783ce (diff)
downloadaur-45ac9ee7272b97b873f14164e0fa04ece013e517.tar.gz
v5.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8bfd6a8b15a5..d9e4b11e8678 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pychromecast
pkgdesc = Library for Python 3 to communicate with the Google Chromecast
- pkgver = 5.0.0
+ pkgver = 5.1.0
pkgrel = 1
url = https://github.com/balloob/pychromecast
arch = any
@@ -13,8 +13,8 @@ pkgbase = python-pychromecast
depends = python-six
depends = python-setuptools
depends = python-casttube
- source = https://github.com/balloob/pychromecast/archive/5.0.0.tar.gz
- sha512sums = ccca9c3defec2a763c25d96d3a80cebfe7dc38ef450d78a3f3f594e8f9b08f97b15659427faad7cb41f6cddbf1186ac8dd3ca959fbd81e4c2e6ddb78b272c815
+ source = https://github.com/balloob/pychromecast/archive/5.1.0.tar.gz
+ sha512sums = 34bdeaa65b750178f5d0ea59018800649ef00fa9fa96dde105f6e42cdfc3539fe81c8c16967c471b821608353a8a1e5078c0bd93ebcde5680e9774bcd4f5c637
pkgname = python-pychromecast
diff --git a/PKGBUILD b/PKGBUILD
index 38dc69c050d6..1dcbbaa97faf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-pychromecast
_name=${pkgname#python-}
-pkgver=5.0.0
+pkgver=5.1.0
pkgrel=1
pkgdesc='Library for Python 3 to communicate with the Google Chromecast'
arch=('any')
@@ -13,7 +13,7 @@ license=('MIT')
depends=('python' 'python-protobuf' 'python-requests' 'python-zeroconf' 'python-six' 'python-setuptools' 'python-casttube')
makedepends=('python-setuptools')
source=("https://github.com/balloob/pychromecast/archive/$pkgver.tar.gz")
-sha512sums=('ccca9c3defec2a763c25d96d3a80cebfe7dc38ef450d78a3f3f594e8f9b08f97b15659427faad7cb41f6cddbf1186ac8dd3ca959fbd81e4c2e6ddb78b272c815')
+sha512sums=('34bdeaa65b750178f5d0ea59018800649ef00fa9fa96dde105f6e42cdfc3539fe81c8c16967c471b821608353a8a1e5078c0bd93ebcde5680e9774bcd4f5c637')
build() {
cd "$_name-$pkgver"