summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Bruhin2015-01-02 22:19:53 +0100
committerFlorian Bruhin2015-06-10 22:43:56 +0200
commitf99ab77e03ad2172fe1db736087c21e5a808ddb8 (patch)
tree9f808a401d5dc9b0930e161b6b06dad7b98bc3b8
parent4ea7fbb793e4d5d8898d0d83f89a5907ba0f13f3 (diff)
downloadaur-f99ab77e03ad2172fe1db736087c21e5a808ddb8.tar.gz
python{2,}-websocket-client: Update to 0.22.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d6f8fb5a286..80522175b6e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-websocket-client
pkgdesc = Websocket client for Python.
- pkgver = 0.21.0
+ pkgver = 0.22.0
pkgrel = 1
url = https://github.com/liris/websocket-client
arch = any
@@ -9,8 +9,8 @@ pkgbase = python2-websocket-client
depends = python2>=2.7
depends = python2-backports.ssl_match_hostname
depends = python2-six
- source = http://pypi.python.org/packages/source/w/websocket-client/websocket-client-0.21.0.tar.gz
- sha512sums = dee89e4da67f28137ffd7d014142876ad4265f3bc21aa608b848c5f6f8dd06a592e818ea3a5fc62a9c0ccd5fa142aade0efc20c8556653003c09d9bd46c00695
+ source = http://pypi.python.org/packages/source/w/websocket-client/websocket-client-0.22.0.tar.gz
+ sha512sums = 080fa4777857d316a1a179df6523f9b24812db9ef044800050ae3f8a45aaf04fd9f948c776cd11cb6ca4f714a58045bda71b82ed3dd8886f038a89e7334a18a9
pkgname = python2-websocket-client
diff --git a/PKGBUILD b/PKGBUILD
index a38a2e2c5e3e..fa46f35bc937 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Bruno Galeotti <bgaleotti at gmail dot com>
pkgname=python2-websocket-client
-pkgver=0.21.0
+pkgver=0.22.0
pkgrel=1
pkgdesc="Websocket client for Python."
url="https://github.com/liris/websocket-client"
@@ -12,7 +12,7 @@ depends=('python2>=2.7' 'python2-backports.ssl_match_hostname' 'python2-six')
makedepends=('python2-distribute')
source=(http://pypi.python.org/packages/source/w/websocket-client/websocket-client-$pkgver.tar.gz)
-sha512sums=('dee89e4da67f28137ffd7d014142876ad4265f3bc21aa608b848c5f6f8dd06a592e818ea3a5fc62a9c0ccd5fa142aade0efc20c8556653003c09d9bd46c00695')
+sha512sums=('080fa4777857d316a1a179df6523f9b24812db9ef044800050ae3f8a45aaf04fd9f948c776cd11cb6ca4f714a58045bda71b82ed3dd8886f038a89e7334a18a9')
build() {
cd "$srcdir/websocket-client-$pkgver"