summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2023-03-28 08:18:07 -0600
committerMark Wagie2023-03-28 08:18:07 -0600
commit914cf67c86b8d11c7a23247e5c36bae44083273e (patch)
tree3a2e4c18a1b5c9c578e465baa1826709cdfd7423 /PKGBUILD
parent4d3d33959e80a15fc27dc25d545d8b4cddc9f814 (diff)
downloadaur-914cf67c86b8d11c7a23247e5c36bae44083273e.tar.gz
13.0.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 261f2c58e136..ca7593c40833 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=python-pychromecast
_name=PyChromecast
-pkgver=13.0.5
+pkgver=13.0.6
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=('32013d84236b124d5e42724442297bf4f55f0efa8046237d74b39f76113a1ce3')
+sha256sums=('149dad28cbed2296b5074c326662d9cb0093b834b417cb9ee05828e97b282e73')
build() {
cd "$_name-$pkgver"