summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSibren Vasse2020-04-20 17:30:30 +0200
committerSibren Vasse2020-04-20 17:30:30 +0200
commit15d4bf6e4c2f80cd945259f31e37e79e2aa783ce (patch)
tree39ac11a9d0a10fab41d8580badf060b6e399c4dc /PKGBUILD
parent1eabd5122fe94ccd986e31ee100f239bb9ac7ae9 (diff)
downloadaur-15d4bf6e4c2f80cd945259f31e37e79e2aa783ce.tar.gz
v5.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 91843303d4eb..38dc69c050d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-pychromecast
_name=${pkgname#python-}
-pkgver=4.2.3
+pkgver=5.0.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=('ac1ac05017293291eaa6616576a485d6893ca741b7043e39ad59fd82440ae2c0617aa1e3f9f651079c6deff775972c37ab99c7303166481e58f4678c58a30035')
+sha512sums=('ccca9c3defec2a763c25d96d3a80cebfe7dc38ef450d78a3f3f594e8f9b08f97b15659427faad7cb41f6cddbf1186ac8dd3ca959fbd81e4c2e6ddb78b272c815')
build() {
cd "$_name-$pkgver"