summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-12-20 09:05:47 -0700
committerMark Wagie2021-12-20 09:05:47 -0700
commit83461bec34718679d26bb9f2daf337933556fd86 (patch)
tree6bb6fe1fe11cad646f1397bdf8254c64dbd78874
parentcc631fd4134ea624a806f550fdb2f8d1c9f9629f (diff)
downloadaur-83461bec34718679d26bb9f2daf337933556fd86.tar.gz
10.2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58bfa1869ea1..eee2dcc2696c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pychromecast
pkgdesc = Library for Python 3 to communicate with the Google Chromecast
- pkgver = 10.2.1
+ pkgver = 10.2.2
pkgrel = 1
url = https://github.com/home-assistant-libs/pychromecast
arch = any
@@ -9,7 +9,7 @@ pkgbase = python-pychromecast
depends = python-protobuf
depends = python-zeroconf
depends = python-casttube
- source = https://pypi.org/packages/source/P/PyChromecast/PyChromecast-10.2.1.tar.gz
- sha256sums = 1b5f0ce62374d01f7eef027adcc87f87e7c519b1ef2f7168e28be9c2adff5153
+ source = https://pypi.org/packages/source/P/PyChromecast/PyChromecast-10.2.2.tar.gz
+ sha256sums = bd1dbb9383ed549d42d12f337a6c664a9088b4910ebb3f11de6fe15f397e7efd
pkgname = python-pychromecast
diff --git a/PKGBUILD b/PKGBUILD
index 043bfc2b1356..5b30a3e0aeb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=python-pychromecast
_name=PyChromecast
-pkgver=10.2.1
+pkgver=10.2.2
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=('1b5f0ce62374d01f7eef027adcc87f87e7c519b1ef2f7168e28be9c2adff5153')
+sha256sums=('bd1dbb9383ed549d42d12f337a6c664a9088b4910ebb3f11de6fe15f397e7efd')
build() {
cd "$_name-$pkgver"