Date: Monday, August 20, 2018 @ 06:24:34 Author: felixonmars Revision: 372816
upgpkg: python-websocket-client 0.51.0-1 Modified: python-websocket-client/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-08-19 23:22:15 UTC (rev 372815) +++ PKGBUILD 2018-08-20 06:24:34 UTC (rev 372816) @@ -6,7 +6,7 @@ # Contributor: Florian Bruhin <[email protected]> pkgname=(python-websocket-client python2-websocket-client) -pkgver=0.50.0 +pkgver=0.51.0 pkgrel=1 pkgdesc="WebSocket client library for Python" arch=(any) @@ -14,7 +14,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=('def8f9c0695c4c9f20b533aeff99425e3affee894f3cb9d683e60bd87a3fa27d754c6129949df8283d782da6a5025e010207dc1cbc0177f0fa458639b5d0ab81') +sha512sums=('9d30278b90d167eb246eb7678a75a039c811da36a745721f1a9582608c739b454547345643f7b11df2d620b2bc5fa5e7968773314c3761c4d0240acfd60221d5') prepare() { # Not sure why the conditions are not working :/
