summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-12-13 08:41:26 -0700
committerMark Wagie2022-12-13 08:41:26 -0700
commit3b65e34a118facf128e3870288e5825c71041183 (patch)
treeffabb744775128fbc1f660846eaa5ab56fe9a346
parent82de5623351c6f02159d1781fc9578442d00952a (diff)
downloadaur-3b65e34a118facf128e3870288e5825c71041183.tar.gz
13.0.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c05cb4d8d02..a4eabd813f11 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.3
+ pkgver = 13.0.4
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.3.tar.gz
- sha256sums = b3a26ceaec59aa3bb52e3a701202549e500594a96e1e140b391c27b6bd06b701
+ source = https://files.pythonhosted.org/packages/source/P/PyChromecast/PyChromecast-13.0.4.tar.gz
+ sha256sums = 792fba3f31e4968a5e99c19c771774083a2aa7e897ebf6f5e218e308e33a461f
pkgname = python-pychromecast
diff --git a/PKGBUILD b/PKGBUILD
index 08fc287a30b7..90af7731d35c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=python-pychromecast
_name=PyChromecast
-pkgver=13.0.3
+pkgver=13.0.4
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=('b3a26ceaec59aa3bb52e3a701202549e500594a96e1e140b391c27b6bd06b701')
+sha256sums=('792fba3f31e4968a5e99c19c771774083a2aa7e897ebf6f5e218e308e33a461f')
build() {
cd "$_name-$pkgver"