summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cd87506b516b..5e5201e307e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-pychromecast
_name=${pkgname#python-}
-pkgver=3.2.2
+pkgver=3.2.3
pkgrel=1
pkgdesc='Library for Python 3 to communicate with the Google Chromecast'
arch=('any')
@@ -13,7 +13,7 @@ license=('MIT')
depends=('python' 'python-protobuf' 'python-requests' 'python-zeroconf' 'python-six' 'python-setuptools' 'python-casttube')
makedepends=('python-setuptools')
source=("https://github.com/balloob/pychromecast/archive/$pkgver.tar.gz")
-sha512sums=('7ab1e4e438053caabf93b9dda43cf65580e9bdc88eb0dacbfc9e411d934bc2b0807de1c46322dc4f6eba5d8c4b90e0893e9b0f5cbc94b309fcf007adc4cfc78e')
+sha512sums=('17a54856ebb84f2efd09316b00e68150894d17c657985c49d298c03d99a3c76631d3bf609903e1ddc79b2bba47a0074d3fecc97a6f96f0b0be6ade07ca4f7618')
build() {
cd "$_name-$pkgver"