summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSibren Vasse2020-04-09 14:32:41 +0200
committerSibren Vasse2020-04-09 14:32:41 +0200
commit1eabd5122fe94ccd986e31ee100f239bb9ac7ae9 (patch)
tree6bc9c4530f025cc14b32efd975bd7d6076db6af1 /PKGBUILD
parent04949aeeef043ab2749493ac7e73e7efd2bdce97 (diff)
downloadaur-1eabd5122fe94ccd986e31ee100f239bb9ac7ae9.tar.gz
v4.2.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c3376107085c..91843303d4eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-pychromecast
_name=${pkgname#python-}
-pkgver=4.2.0
+pkgver=4.2.3
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=('f9a430c715c04e23b37ae48898db753c375ff41b7e6d49fd768ef047441df94256d5052b933fc29c1bca0e40a70b0f9c0cf911e79fcb433b58ab8a89620cf5e5')
+sha512sums=('ac1ac05017293291eaa6616576a485d6893ca741b7043e39ad59fd82440ae2c0617aa1e3f9f651079c6deff775972c37ab99c7303166481e58f4678c58a30035')
build() {
cd "$_name-$pkgver"