summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2022-06-21 10:00:25 -0600
committerMark Wagie2022-06-21 10:00:25 -0600
commitd2e1af0f52b5e28e93269011ed008e0faec92520 (patch)
tree2f4c8b42427e350b643a8f7a5bddbc587bbc9edf /PKGBUILD
parentb170d694a89ac26940dff52c56d81fb1d4e201f3 (diff)
downloadaur-d2e1af0f52b5e28e93269011ed008e0faec92520.tar.gz
12.1.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8aa69a0d41bf..6a80c2ac9317 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=python-pychromecast
_name=PyChromecast
-pkgver=12.1.3
+pkgver=12.1.4
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=('edd67b6d23d5d064a56c97cd90ea661fa8ffd76720bf199b5a126c6869f81e01')
+sha256sums=('9e57dc985a4a05db5bdcd5da219cbf6ced25548ca093f8d74bc107b3c554ec00')
build() {
cd "$_name-$pkgver"