summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-03-20 11:00:16 -0600
committerMark Wagie2023-03-20 11:00:16 -0600
commit4d3d33959e80a15fc27dc25d545d8b4cddc9f814 (patch)
tree08d7d1e650def985101150c3e64a11e4ddec9043
parent3b65e34a118facf128e3870288e5825c71041183 (diff)
downloadaur-4d3d33959e80a15fc27dc25d545d8b4cddc9f814.tar.gz
13.0.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4eabd813f11..884a6e196d37 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.4
+ pkgver = 13.0.5
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.4.tar.gz
- sha256sums = 792fba3f31e4968a5e99c19c771774083a2aa7e897ebf6f5e218e308e33a461f
+ source = https://files.pythonhosted.org/packages/source/P/PyChromecast/PyChromecast-13.0.5.tar.gz
+ sha256sums = 32013d84236b124d5e42724442297bf4f55f0efa8046237d74b39f76113a1ce3
pkgname = python-pychromecast
diff --git a/PKGBUILD b/PKGBUILD
index 90af7731d35c..261f2c58e136 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=python-pychromecast
_name=PyChromecast
-pkgver=13.0.4
+pkgver=13.0.5
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=('792fba3f31e4968a5e99c19c771774083a2aa7e897ebf6f5e218e308e33a461f')
+sha256sums=('32013d84236b124d5e42724442297bf4f55f0efa8046237d74b39f76113a1ce3')
build() {
cd "$_name-$pkgver"