summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-11-21 10:08:08 -0700
committerMark Wagie2022-11-21 10:08:08 -0700
commit2d231765e75f060ee6b35b506f2817a58cab2665 (patch)
tree77295ea148cc3494c2af0666db2675f6b0967a89
parent564d2d577792fb6375d83adc8356fa967c7565ae (diff)
downloadaur-2d231765e75f060ee6b35b506f2817a58cab2665.tar.gz
13.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 621659e4bc73..1eda36cb8680 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.0
+ pkgver = 13.0.1
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.0.tar.gz
- sha256sums = 4b319be223608147e0969f90e22f852b3149a73b5cf4459f04ad6a290a7ca4e3
+ source = https://files.pythonhosted.org/packages/source/P/PyChromecast/PyChromecast-13.0.1.tar.gz
+ sha256sums = 203aaf037afbaca12763a3a911929dd25b0a8a7b1ee00d010d3439bd31a98252
pkgname = python-pychromecast
diff --git a/PKGBUILD b/PKGBUILD
index 1ed7cead7ccf..8764645b245c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=python-pychromecast
_name=PyChromecast
-pkgver=13.0.0
+pkgver=13.0.1
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=('4b319be223608147e0969f90e22f852b3149a73b5cf4459f04ad6a290a7ca4e3')
+sha256sums=('203aaf037afbaca12763a3a911929dd25b0a8a7b1ee00d010d3439bd31a98252')
build() {
cd "$_name-$pkgver"