summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSibren Vasse2020-05-08 20:41:40 +0200
committerSibren Vasse2020-05-08 20:41:40 +0200
commit45ac9ee7272b97b873f14164e0fa04ece013e517 (patch)
tree919bd7fc2655fbee99c76aac6a86b8bc0b11873b /PKGBUILD
parent15d4bf6e4c2f80cd945259f31e37e79e2aa783ce (diff)
downloadaur-45ac9ee7272b97b873f14164e0fa04ece013e517.tar.gz
v5.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"