summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2023-03-20 11:00:16 -0600
committerMark Wagie2023-03-20 11:00:16 -0600
commit4d3d33959e80a15fc27dc25d545d8b4cddc9f814 (patch)
tree08d7d1e650def985101150c3e64a11e4ddec9043 /PKGBUILD
parent3b65e34a118facf128e3870288e5825c71041183 (diff)
downloadaur-4d3d33959e80a15fc27dc25d545d8b4cddc9f814.tar.gz
13.0.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 90af7731d35c..261f2c58e136 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=python-pychromecast
_name=PyChromecast
-pkgver=13.0.4
+pkgver=13.0.5
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=('792fba3f31e4968a5e99c19c771774083a2aa7e897ebf6f5e218e308e33a461f')
+sha256sums=('32013d84236b124d5e42724442297bf4f55f0efa8046237d74b39f76113a1ce3')
build() {
cd "$_name-$pkgver"