Date: Thursday, November 1, 2018 @ 06:19:35 Author: felixonmars Revision: 400939
upgpkg: python-websocket-client 0.54.0-1 Modified: python-websocket-client/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-11-01 06:19:21 UTC (rev 400938) +++ PKGBUILD 2018-11-01 06:19:35 UTC (rev 400939) @@ -5,7 +5,7 @@ # Contributor: Florian Bruhin <[email protected]> pkgname=(python-websocket-client python2-websocket-client) -pkgver=0.53.0 +pkgver=0.54.0 pkgrel=1 pkgdesc="WebSocket client library for Python" arch=(any) @@ -13,7 +13,7 @@ license=('LGPL') makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 'python2-six') source=(https://pypi.io/packages/source/w/websocket-client/websocket_client-$pkgver.tar.gz) -sha512sums=('a20aad73545eb9cff493a9583e1ba5c895096b8de28f4360925f4ed2906d74cf96023ccea9097a23e71402430a623ce9a1456b14add26587b320de903503cb34') +sha512sums=('ba4dfb6b879ec88ca446f44a77b91bbace55faa1a276f493174f3dc5b96b4d400d43c886798666da98e331610f71b4629f894d97f4614acf8d64affe8370bfec') prepare() { # Not sure why the conditions are not working :/
