summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSibren Vasse2019-05-13 20:03:11 +0200
committerSibren Vasse2019-05-13 20:03:11 +0200
commitb9c80d7de29596cd9b733c834fdbc8e2a40fb83a (patch)
treee77b723d2af5d469cc422051a033f2777169d629
parentabeb36100715f616ff44b8ce4336a56f70b864d6 (diff)
downloadaur-b9c80d7de29596cd9b733c834fdbc8e2a40fb83a.tar.gz
v3.2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 082b505d51d4..71ca4cc8f9c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pychromecast
pkgdesc = Library for Python 3 to communicate with the Google Chromecast
- pkgver = 3.2.1
+ pkgver = 3.2.2
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/3.2.1.tar.gz
- sha512sums = f6cf56e35f012ad3abcdeaba146ed5eb76029927dae94f4318632b415c9ce5d790ec75739ac5992ab44675e1e81237406beab047d8c45f1657448fb65c608e7f
+ source = https://github.com/balloob/pychromecast/archive/3.2.2.tar.gz
+ sha512sums = 7ab1e4e438053caabf93b9dda43cf65580e9bdc88eb0dacbfc9e411d934bc2b0807de1c46322dc4f6eba5d8c4b90e0893e9b0f5cbc94b309fcf007adc4cfc78e
pkgname = python-pychromecast
diff --git a/PKGBUILD b/PKGBUILD
index aab5c9bd01d0..cd87506b516b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-pychromecast
_name=${pkgname#python-}
-pkgver=3.2.1
+pkgver=3.2.2
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=('f6cf56e35f012ad3abcdeaba146ed5eb76029927dae94f4318632b415c9ce5d790ec75739ac5992ab44675e1e81237406beab047d8c45f1657448fb65c608e7f')
+sha512sums=('7ab1e4e438053caabf93b9dda43cf65580e9bdc88eb0dacbfc9e411d934bc2b0807de1c46322dc4f6eba5d8c4b90e0893e9b0f5cbc94b309fcf007adc4cfc78e')
build() {
cd "$_name-$pkgver"