summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManjaro Build Server2023-04-03 12:45:41 -0600
committerManjaro Build Server2023-04-03 12:45:41 -0600
commitb872139306da137dfe5636d37a96d6000a4a2780 (patch)
tree439ceb8a761a9ce209aacb5c9ee351fc464cdcf5
parent914cf67c86b8d11c7a23247e5c36bae44083273e (diff)
downloadaur-b872139306da137dfe5636d37a96d6000a4a2780.tar.gz
13.0.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0eb7d1fc7fbe..f0bdb6d51dfa 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.6
+ pkgver = 13.0.7
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.6.tar.gz
- sha256sums = 149dad28cbed2296b5074c326662d9cb0093b834b417cb9ee05828e97b282e73
+ source = https://files.pythonhosted.org/packages/source/P/PyChromecast/PyChromecast-13.0.7.tar.gz
+ sha256sums = 0de98e9e5be43269dd41efb16126ab0d5ba941ca4acae024329712851c0c0324
pkgname = python-pychromecast
diff --git a/PKGBUILD b/PKGBUILD
index ca7593c40833..60e76e0fb772 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=python-pychromecast
_name=PyChromecast
-pkgver=13.0.6
+pkgver=13.0.7
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=('149dad28cbed2296b5074c326662d9cb0093b834b417cb9ee05828e97b282e73')
+sha256sums=('0de98e9e5be43269dd41efb16126ab0d5ba941ca4acae024329712851c0c0324')
build() {
cd "$_name-$pkgver"