summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-04-26 13:32:40 -0600
committerMark Wagie2022-04-26 13:32:40 -0600
commit448412b752c0b49a7f86535a90e7022db5d52023 (patch)
tree3a294d65bcb384c2d93bd999590e760df5514feb
parent0115a62e3234aaf08ff57f33398546d212af12df (diff)
downloadaur-448412b752c0b49a7f86535a90e7022db5d52023.tar.gz
12.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f725eac60d6..5f037c32942a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pychromecast
pkgdesc = Library for Python 3 to communicate with the Google Chromecast
- pkgver = 11.0.0
+ pkgver = 12.0.0
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-11.0.0.tar.gz
- sha256sums = 151723b178110052b673b8765a120c85d16eae8c22d75575dceebe2be1eb1ef6
+ source = https://files.pythonhosted.org/packages/source/P/PyChromecast/PyChromecast-12.0.0.tar.gz
+ sha256sums = 6acbc4262c7cff78255617a7965feb953c1265d5f42d13cc5f8b82494468849e
pkgname = python-pychromecast
diff --git a/PKGBUILD b/PKGBUILD
index 5b66f0d8c299..882809b00223 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=python-pychromecast
_name=PyChromecast
-pkgver=11.0.0
+pkgver=12.0.0
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=('151723b178110052b673b8765a120c85d16eae8c22d75575dceebe2be1eb1ef6')
+sha256sums=('6acbc4262c7cff78255617a7965feb953c1265d5f42d13cc5f8b82494468849e')
build() {
cd "$_name-$pkgver"