summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2022-12-09 09:27:02 -0700
committerMark Wagie2022-12-09 09:27:02 -0700
commit77ccb7b4407ac88b5098862486e75bf5fece9294 (patch)
tree80752292e9b71bb5becf97b2bef13c266ae89fea /PKGBUILD
parent2d231765e75f060ee6b35b506f2817a58cab2665 (diff)
downloadaur-77ccb7b4407ac88b5098862486e75bf5fece9294.tar.gz
13.0.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8764645b245c..e994ead153b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=python-pychromecast
_name=PyChromecast
-pkgver=13.0.1
+pkgver=13.0.2
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=('203aaf037afbaca12763a3a911929dd25b0a8a7b1ee00d010d3439bd31a98252')
+sha256sums=('1b520e477492cd8fe022e4d041e676056d5fffbb6c05b2f4509801a06bc67bec')
build() {
cd "$_name-$pkgver"