summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2022-05-05 16:29:23 -0600
committerMark Wagie2022-05-05 16:29:23 -0600
commite318c49f458427430213557e9fef658904627663 (patch)
treec6b7bd2df1c47381b6c0541ec2b94c621859cbad /PKGBUILD
parent632f3da4a8d851d3e6b97621b65c62f8a6323810 (diff)
downloadaur-e318c49f458427430213557e9fef658904627663.tar.gz
12.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 26a23ab75287..cb0e59c589b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=python-pychromecast
_name=PyChromecast
-pkgver=12.1.0
+pkgver=12.1.1
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=('e6e3474f143209c403570d421384a3c51901a4f88e45918dfa1fc0a47bcb9133')
+sha256sums=('9545a22acdadc96603f76d7878c6ea17baf1328260cf560c887c8c12aad4c82c')
build() {
cd "$_name-$pkgver"