summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-03-28 08:18:07 -0600
committerMark Wagie2023-03-28 08:18:07 -0600
commit914cf67c86b8d11c7a23247e5c36bae44083273e (patch)
tree3a2e4c18a1b5c9c578e465baa1826709cdfd7423
parent4d3d33959e80a15fc27dc25d545d8b4cddc9f814 (diff)
downloadaur-914cf67c86b8d11c7a23247e5c36bae44083273e.tar.gz
13.0.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 884a6e196d37..0eb7d1fc7fbe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pychromecast
pkgdesc = Library for Python 3 to communicate with the Google Chromecast
- pkgver = 13.0.5
+ pkgver = 13.0.6
pkgrel = 1
url = https://github.com/home-assistant-libs/pychromecast
arch = any
@@ -12,7 +12,7 @@ pkgbase = python-pychromecast
depends = python-protobuf
depends = python-zeroconf
depends = python-casttube
- source = https://files.pythonhosted.org/packages/source/P/PyChromecast/PyChromecast-13.0.5.tar.gz
- sha256sums = 32013d84236b124d5e42724442297bf4f55f0efa8046237d74b39f76113a1ce3
+ source = https://files.pythonhosted.org/packages/source/P/PyChromecast/PyChromecast-13.0.6.tar.gz
+ sha256sums = 149dad28cbed2296b5074c326662d9cb0093b834b417cb9ee05828e97b282e73
pkgname = python-pychromecast
diff --git a/PKGBUILD b/PKGBUILD
index 261f2c58e136..ca7593c40833 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=python-pychromecast
_name=PyChromecast
-pkgver=13.0.5
+pkgver=13.0.6
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-build' 'python-installer' 'python-setuptools' 'python-wheel')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('32013d84236b124d5e42724442297bf4f55f0efa8046237d74b39f76113a1ce3')
+sha256sums=('149dad28cbed2296b5074c326662d9cb0093b834b417cb9ee05828e97b282e73')
build() {
cd "$_name-$pkgver"