summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2022-05-09 08:37:57 -0600
committerMark Wagie2022-05-09 08:37:57 -0600
commit3b1278d374df99058a7c775571229087c111d56e (patch)
tree2ca99674b91a681a3cc0e159ebf6c25d04957a21 /PKGBUILD
parente318c49f458427430213557e9fef658904627663 (diff)
downloadaur-3b1278d374df99058a7c775571229087c111d56e.tar.gz
12.1.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cb0e59c589b9..1c5541e68af3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=python-pychromecast
_name=PyChromecast
-pkgver=12.1.1
+pkgver=12.1.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=('9545a22acdadc96603f76d7878c6ea17baf1328260cf560c887c8c12aad4c82c')
+sha256sums=('6be626e5ba2f6ffaefbc13ddced84e8b60a9ef1b012f71039fc0f7a0bcb4bda6')
build() {
cd "$_name-$pkgver"