summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2022-01-05 08:24:17 -0700
committerMark Wagie2022-01-05 08:24:17 -0700
commit440fee9ca6912a537e717858b418cffc3f0789a1 (patch)
treee074ba1eaf91e185bd90a3352b6f42d93ce3448c /PKGBUILD
parent83461bec34718679d26bb9f2daf337933556fd86 (diff)
downloadaur-440fee9ca6912a537e717858b418cffc3f0789a1.tar.gz
10.2.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5b30a3e0aeb5..4d245970b23c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=python-pychromecast
_name=PyChromecast
-pkgver=10.2.2
+pkgver=10.2.3
pkgrel=1
pkgdesc='Library for Python 3 to communicate with the Google Chromecast'
arch=('any')
@@ -16,7 +16,7 @@ license=('MIT')
depends=('python-protobuf' 'python-zeroconf' 'python-casttube')
makedepends=('python-setuptools')
source=("https://pypi.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('bd1dbb9383ed549d42d12f337a6c664a9088b4910ebb3f11de6fe15f397e7efd')
+sha256sums=('ddb86c5acdc13e8bdadd2b7f5738fda36b32c1750548f7b629ca8d178f05e0da')
build() {
cd "$_name-$pkgver"