summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSibren Vasse2020-05-13 21:48:13 +0200
committerSibren Vasse2020-05-13 21:48:13 +0200
commitb0a4eb8125ad86db20142dbdf9ebac196157d5e1 (patch)
tree727715284a3a2d2f14d25c508ca5d8937889c6b6
parent45ac9ee7272b97b873f14164e0fa04ece013e517 (diff)
downloadaur-b0a4eb8125ad86db20142dbdf9ebac196157d5e1.tar.gz
v5.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9e4b11e8678..7aea158ada49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pychromecast
pkgdesc = Library for Python 3 to communicate with the Google Chromecast
- pkgver = 5.1.0
+ pkgver = 5.2.0
pkgrel = 1
url = https://github.com/balloob/pychromecast
arch = any
@@ -13,8 +13,8 @@ pkgbase = python-pychromecast
depends = python-six
depends = python-setuptools
depends = python-casttube
- source = https://github.com/balloob/pychromecast/archive/5.1.0.tar.gz
- sha512sums = 34bdeaa65b750178f5d0ea59018800649ef00fa9fa96dde105f6e42cdfc3539fe81c8c16967c471b821608353a8a1e5078c0bd93ebcde5680e9774bcd4f5c637
+ source = https://github.com/balloob/pychromecast/archive/5.2.0.tar.gz
+ sha512sums = f66956341910b5640920d9ddce79108431b72843cee379e60031d4eadeb07ad51a94ce1b2b6b008ccdd011544aec1bf4e0e27aba84cb5a9c4462c36631f9e88f
pkgname = python-pychromecast
diff --git a/PKGBUILD b/PKGBUILD
index 1dcbbaa97faf..89f6da030c7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-pychromecast
_name=${pkgname#python-}
-pkgver=5.1.0
+pkgver=5.2.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=('34bdeaa65b750178f5d0ea59018800649ef00fa9fa96dde105f6e42cdfc3539fe81c8c16967c471b821608353a8a1e5078c0bd93ebcde5680e9774bcd4f5c637')
+sha512sums=('f66956341910b5640920d9ddce79108431b72843cee379e60031d4eadeb07ad51a94ce1b2b6b008ccdd011544aec1bf4e0e27aba84cb5a9c4462c36631f9e88f')
build() {
cd "$_name-$pkgver"