summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2022-02-28 10:27:10 -0700
committerMark Wagie2022-02-28 10:27:10 -0700
commit358f31816588090ec64b9ad018144c1078cc8844 (patch)
tree1fd55ed7c5d95bb1dfd91dfe30f6c7e0fbfb4cb5 /PKGBUILD
parent540be2cc13bfcc9f5a5aac7845e7622b11ec77d5 (diff)
downloadaur-358f31816588090ec64b9ad018144c1078cc8844.tar.gz
10.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 997c68a12c0c..703b3756dcf0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@
pkgname=python-pychromecast
_name=PyChromecast
-pkgver=10.2.3
-pkgrel=2
+pkgver=10.3.0
+pkgrel=1
pkgdesc='Library for Python 3 to communicate with the Google Chromecast'
arch=('any')
url="https://github.com/home-assistant-libs/pychromecast"
@@ -16,7 +16,7 @@ license=('MIT')
depends=('python-protobuf' 'python-zeroconf' 'python-casttube')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
source=("https://pypi.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('ddb86c5acdc13e8bdadd2b7f5738fda36b32c1750548f7b629ca8d178f05e0da')
+sha256sums=('4eb107446fdbed876f48c83202b6212b221286168a55c16b3eb8edf4200f10a1')
build() {
cd "$_name-$pkgver"