summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Riegert2021-02-11 17:55:08 -0500
committerMichael Riegert2021-02-11 17:55:08 -0500
commit6535ab2e9c6308db0d4bc25459b61247f12e8a5d (patch)
tree496382e875705289f6165db9e9e217edabb10004 /PKGBUILD
parentedf76b1070902afe76de48e520a5e31ec6dc125e (diff)
downloadaur-6535ab2e9c6308db0d4bc25459b61247f12e8a5d.tar.gz
Update version to 8.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 97b0071656c7..58acb7a6fca0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=python-pychromecast
_name=${pkgname#python-}
-pkgver=8.0.0
+pkgver=8.1.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=('05994803793715ce16318b6409464f8bd4c54f4a2d78b6c2af4de644f2523781cb1c84c0c3baa62236d2ca166687a9ca7ceb37d997c53f0172dde20b82eb7428')
+sha512sums=('305f16086a8b2ee5c770a6ede5b087c9a43b3604acf9ea2689c3304f0082cec855ec05e45c8007a59be2470467bf97610a33eee42af90f890f7f36945f537f60')
conflicts=('python-pychromecast6')
build() {