summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSibren Vasse2019-09-12 16:57:56 +0200
committerSibren Vasse2019-09-12 16:57:56 +0200
commitd42dee32c7df5f8c5c42f0fa6dc7f9343ba62bfe (patch)
tree5893eaab4e589ccbd300a17a9fbd9f0287663ef0 /PKGBUILD
parented1fde4f70a769078dcfea5ec1c074bdf6da555b (diff)
downloadaur-d42dee32c7df5f8c5c42f0fa6dc7f9343ba62bfe.tar.gz
v4.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0132ebf779ed..39078789274d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-pychromecast
_name=${pkgname#python-}
-pkgver=4.0.0
+pkgver=4.0.1
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=('223d365c26cf50a3e01e73cd3114a11e86d22db68ee3f47a46e6f42cef13151ffabfac7f1fc13113c544c15ca25534ec6373d24609aa1567049ce0dc455a371a')
+sha512sums=('fb5f834d2fce62ce290c86a58957b85efc2ac4f4528ade247e1cc826375ef10a27f6dab430ce4766f7b0bb3d6b2f0a5a8bb1ed0223e12e12ba4ce20749d629e0')
build() {
cd "$_name-$pkgver"