summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Riegert2021-02-02 19:18:09 -0500
committerMichael Riegert2021-02-02 19:18:09 -0500
commitedf76b1070902afe76de48e520a5e31ec6dc125e (patch)
treeadd718a8e121b65abdf0cf2978221ca712d42952
parent44255ced2e108f373dc8e53f305ffed7050ab350 (diff)
downloadaur-edf76b1070902afe76de48e520a5e31ec6dc125e.tar.gz
New version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb3518e082c4..265c65e51c03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pychromecast
pkgdesc = Library for Python 3 to communicate with the Google Chromecast
- pkgver = 7.5.1
+ pkgver = 8.0.0
pkgrel = 1
url = https://github.com/home-assistant-libs/pychromecast
arch = any
@@ -14,8 +14,8 @@ pkgbase = python-pychromecast
depends = python-setuptools
depends = python-casttube
conflicts = python-pychromecast6
- source = python-pychromecast-7.5.1.tar.gz::https://github.com/home-assistant-libs/pychromecast/archive/7.5.1.tar.gz
- sha512sums = d883c62c8f9a677d8c95d50c580a4a0c4e6b540ffb95e5f715df2f2001635f6b6973e161ae6948d076c01af5eec61f72cf3ebccfa0281f6af6a396bd4889d090
+ source = python-pychromecast-8.0.0.tar.gz::https://github.com/home-assistant-libs/pychromecast/archive/8.0.0.tar.gz
+ sha512sums = 05994803793715ce16318b6409464f8bd4c54f4a2d78b6c2af4de644f2523781cb1c84c0c3baa62236d2ca166687a9ca7ceb37d997c53f0172dde20b82eb7428
pkgname = python-pychromecast
diff --git a/PKGBUILD b/PKGBUILD
index aeac0f41ea89..97b0071656c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=python-pychromecast
_name=${pkgname#python-}
-pkgver=7.5.1
+pkgver=8.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=('d883c62c8f9a677d8c95d50c580a4a0c4e6b540ffb95e5f715df2f2001635f6b6973e161ae6948d076c01af5eec61f72cf3ebccfa0281f6af6a396bd4889d090')
+sha512sums=('05994803793715ce16318b6409464f8bd4c54f4a2d78b6c2af4de644f2523781cb1c84c0c3baa62236d2ca166687a9ca7ceb37d997c53f0172dde20b82eb7428')
conflicts=('python-pychromecast6')
build() {