summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSibren Vasse2019-03-09 19:19:13 +0100
committerSibren Vasse2019-03-09 19:19:13 +0100
commit7a4012e3387d20c67038f3421b90e36c52d2272b (patch)
tree57498f4852656feeba141e8f52e34c8f00e2eb5b /PKGBUILD
parentb438fd0d835c26eefe51589d470dd1a717cece57 (diff)
downloadaur-7a4012e3387d20c67038f3421b90e36c52d2272b.tar.gz
v3.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c1d82a369b79..d19fac9e001e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
pkgname=python-pychromecast
_name=${pkgname#python-}
-pkgver=2.5.2
-pkgrel=2
+pkgver=3.0.0
+pkgrel=1
pkgdesc='Library for Python 3 to communicate with the Google Chromecast'
arch=('any')
url=https://github.com/balloob/pychromecast
@@ -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=('45398723c156df715fa244db61b219b5036c34e308147a1e12eff4e59a01f6586b8da307407579605cd4ad4cbd19cbd8f06dd2a512eda5a2a8b051dad2a9293a')
+sha512sums=('120c58aecd3863420ab9fa0c7f7203a78dabcd1ebcce60390ae70d036d4812a55ae909f134d10aa5b8449ca5222bb6a09b382e73fadb1d32ba099400d35a73bd')
build() {
cd $_name-$pkgver