summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSibren Vasse2020-07-02 21:14:12 +0200
committerSibren Vasse2020-07-02 21:14:12 +0200
commit5ecda3d76ee7b08ddc715122de347919f3dc7e96 (patch)
tree2e630ab0034131615365697e9ab130a123a0c311 /PKGBUILD
parent4798a1c7a9367c063ef01738fe1bc0e5f49a3c58 (diff)
downloadaur-5ecda3d76ee7b08ddc715122de347919f3dc7e96.tar.gz
v7.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 677c1588f5a8..0ef0368a44d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-pychromecast
_name=${pkgname#python-}
-pkgver=7.0.0
+pkgver=7.1.0
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=('389c228cd8f893ae137f40722b00bab700097a00e2de5d9acbfdd32416668239434857c895703d6d940a2ce6b1f58ad14f4131203c44e3fb64b346197a5c4846')
+sha512sums=('4a25011b9751c8f60e0b52f10d2ab15cdb6d44bed727c0cdd5b5c1f17c23ba242a8a6210b71dfaa43fb94814a8da25a153d2f3f598d62aae989882e0eec5007e')
build() {
cd "$_name-$pkgver"