summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSibren Vasse2020-03-19 16:41:49 +0100
committerSibren Vasse2020-03-19 16:41:49 +0100
commit04949aeeef043ab2749493ac7e73e7efd2bdce97 (patch)
treeab139ef9e55c8f7d5722e4ebd73fea78fa539fe4
parentf4da6cecd86a091d60b63a92a7b3d443008e02dc (diff)
downloadaur-04949aeeef043ab2749493ac7e73e7efd2bdce97.tar.gz
v4.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea2ebce4f0ca..6122987180cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pychromecast
pkgdesc = Library for Python 3 to communicate with the Google Chromecast
- pkgver = 4.1.1
+ pkgver = 4.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/4.1.1.tar.gz
- sha512sums = a70732e85a1878325f04a33ae17f76ad11f91b49a2864500565622ad07ce86da6bb4d5d491ef061bde7d1b1ef59e0016c610958f42645f8f6aa4efd1c874a009
+ source = https://github.com/balloob/pychromecast/archive/4.2.0.tar.gz
+ sha512sums = f9a430c715c04e23b37ae48898db753c375ff41b7e6d49fd768ef047441df94256d5052b933fc29c1bca0e40a70b0f9c0cf911e79fcb433b58ab8a89620cf5e5
pkgname = python-pychromecast
diff --git a/PKGBUILD b/PKGBUILD
index 9fa8566276e1..c3376107085c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-pychromecast
_name=${pkgname#python-}
-pkgver=4.1.1
+pkgver=4.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=('a70732e85a1878325f04a33ae17f76ad11f91b49a2864500565622ad07ce86da6bb4d5d491ef061bde7d1b1ef59e0016c610958f42645f8f6aa4efd1c874a009')
+sha512sums=('f9a430c715c04e23b37ae48898db753c375ff41b7e6d49fd768ef047441df94256d5052b933fc29c1bca0e40a70b0f9c0cf911e79fcb433b58ab8a89620cf5e5')
build() {
cd "$_name-$pkgver"