summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSibren Vasse2019-08-15 23:53:37 +0200
committerSibren Vasse2019-08-15 23:53:37 +0200
commit56fe57b8ea0dc3acd904bdf27f310259aa560332 (patch)
treece3fe1daec245bfd08e60bee80bd695c10f5c952
parentb9c80d7de29596cd9b733c834fdbc8e2a40fb83a (diff)
downloadaur-56fe57b8ea0dc3acd904bdf27f310259aa560332.tar.gz
v3.2.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71ca4cc8f9c9..3c2bb019eae2 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.2
+ pkgver = 3.2.3
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.2.tar.gz
- sha512sums = 7ab1e4e438053caabf93b9dda43cf65580e9bdc88eb0dacbfc9e411d934bc2b0807de1c46322dc4f6eba5d8c4b90e0893e9b0f5cbc94b309fcf007adc4cfc78e
+ source = https://github.com/balloob/pychromecast/archive/3.2.3.tar.gz
+ sha512sums = 17a54856ebb84f2efd09316b00e68150894d17c657985c49d298c03d99a3c76631d3bf609903e1ddc79b2bba47a0074d3fecc97a6f96f0b0be6ade07ca4f7618
pkgname = python-pychromecast
diff --git a/PKGBUILD b/PKGBUILD
index cd87506b516b..5e5201e307e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-pychromecast
_name=${pkgname#python-}
-pkgver=3.2.2
+pkgver=3.2.3
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=('7ab1e4e438053caabf93b9dda43cf65580e9bdc88eb0dacbfc9e411d934bc2b0807de1c46322dc4f6eba5d8c4b90e0893e9b0f5cbc94b309fcf007adc4cfc78e')
+sha512sums=('17a54856ebb84f2efd09316b00e68150894d17c657985c49d298c03d99a3c76631d3bf609903e1ddc79b2bba47a0074d3fecc97a6f96f0b0be6ade07ca4f7618')
build() {
cd "$_name-$pkgver"