summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2022-12-12 12:36:08 -0700
committerMark Wagie2022-12-12 12:36:08 -0700
commit82de5623351c6f02159d1781fc9578442d00952a (patch)
treef6db01a57696812f2e24e4c7601a7edd524b1535 /PKGBUILD
parent77ccb7b4407ac88b5098862486e75bf5fece9294 (diff)
downloadaur-82de5623351c6f02159d1781fc9578442d00952a.tar.gz
13.0.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e994ead153b3..08fc287a30b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=python-pychromecast
_name=PyChromecast
-pkgver=13.0.2
+pkgver=13.0.3
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=('1b520e477492cd8fe022e4d041e676056d5fffbb6c05b2f4509801a06bc67bec')
+sha256sums=('b3a26ceaec59aa3bb52e3a701202549e500594a96e1e140b391c27b6bd06b701')
build() {
cd "$_name-$pkgver"