summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSibren Vasse2019-03-09 19:19:13 +0100
committerSibren Vasse2019-03-09 19:19:13 +0100
commit7a4012e3387d20c67038f3421b90e36c52d2272b (patch)
tree57498f4852656feeba141e8f52e34c8f00e2eb5b
parentb438fd0d835c26eefe51589d470dd1a717cece57 (diff)
downloadaur-7a4012e3387d20c67038f3421b90e36c52d2272b.tar.gz
v3.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1e63d1e6d66..89ca3b591094 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pychromecast
pkgdesc = Library for Python 3 to communicate with the Google Chromecast
- pkgver = 2.5.2
- pkgrel = 2
+ pkgver = 3.0.0
+ pkgrel = 1
url = https://github.com/balloob/pychromecast
arch = any
license = MIT
@@ -13,8 +13,8 @@ pkgbase = python-pychromecast
depends = python-six
depends = python-setuptools
depends = python-casttube
- source = https://github.com/balloob/pychromecast/archive/2.5.2.tar.gz
- sha512sums = 45398723c156df715fa244db61b219b5036c34e308147a1e12eff4e59a01f6586b8da307407579605cd4ad4cbd19cbd8f06dd2a512eda5a2a8b051dad2a9293a
+ source = https://github.com/balloob/pychromecast/archive/3.0.0.tar.gz
+ sha512sums = 120c58aecd3863420ab9fa0c7f7203a78dabcd1ebcce60390ae70d036d4812a55ae909f134d10aa5b8449ca5222bb6a09b382e73fadb1d32ba099400d35a73bd
pkgname = python-pychromecast
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