summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Riegert2021-02-26 10:56:32 -0500
committerMichael Riegert2021-02-26 10:56:32 -0500
commit51ba80355e0894093d9973cc996b0f8c1a07d433 (patch)
tree564ddadf8f6d1a472c6013b900b1442baf69373c /PKGBUILD
parent53695182561041cb08a4d041c2c35b92cac19ed2 (diff)
downloadaur-51ba80355e0894093d9973cc996b0f8c1a07d433.tar.gz
Update to version 9.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5eb389d15e6b..036903079454 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=python-pychromecast
_name=${pkgname#python-}
-pkgver=8.1.2
+pkgver=9.0.0
pkgrel=1
pkgdesc='Library for Python 3 to communicate with the Google Chromecast'
arch=('any')
@@ -15,7 +15,7 @@ license=('MIT')
depends=('python' 'python-protobuf' 'python-requests' 'python-zeroconf' 'python-six' 'python-setuptools' 'python-casttube')
makedepends=('python-setuptools')
source=("${pkgname}"-"${pkgver}".tar.gz::${url}/archive/$pkgver.tar.gz)
-sha512sums=('f05b830cc78d6bf7474ec4f8791a6ea9cabc7d2322514d7153c6c380c25d31f2efc2a0b940c690df3fb46fc99f6655d3169c2b6cf826f49254227fb839f0f0bd')
+sha512sums=('e95c4e408871b17a239563b56f8132a230f5233db677e97fbf0fffa0b835aac1f453460ec526015dc3b5ca8a1a042029938e786f4e0554b2995d2c7bec7e1442')
conflicts=('python-pychromecast6')
build() {