summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Bruhin2015-07-29 12:13:17 +0200
committerFlorian Bruhin2015-07-29 12:13:17 +0200
commit400b3e9ef4e697136aaf29b09ce3bad6d11b611b (patch)
treeaad48acceec0a27792b029c0827fb5bf9c894152
parent5b5164fb8fe8b2f8640fd5976e6614b8f1adfc13 (diff)
downloadaur-400b3e9ef4e697136aaf29b09ce3bad6d11b611b.tar.gz
Update to upstream 0.32.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3ef2b2fc8e2..047adb51f610 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python2-websocket-client
pkgdesc = Websocket client for Python.
- pkgver = 0.30.0
- pkgrel = 2
+ pkgver = 0.32.0
+ pkgrel = 1
url = https://github.com/liris/websocket-client
arch = any
license = LGPL
makedepends = python2-setuptools
depends = python2>=2.7.9
depends = python2-six
- source = http://pypi.python.org/packages/source/w/websocket-client/websocket_client-0.30.0.tar.gz
- sha512sums = e131d84c1b2e477f47baf0fdf0a6dc21f0ea56f6e629a0febd56c6de06ff232d306c2d93a9f824ce84f44827e5cc56c6146dc0c1ceea3a8a63af1e1adae9b17c
+ source = http://pypi.python.org/packages/source/w/websocket-client/websocket_client-0.32.0.tar.gz
+ md5sums = b07a897511a3c585251fe2ea85a9d9d9
pkgname = python2-websocket-client
diff --git a/PKGBUILD b/PKGBUILD
index 48c556eb9603..d0223c953eac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Bruno Galeotti <bgaleotti at gmail dot com>
pkgname=python2-websocket-client
-pkgver=0.30.0
-pkgrel=2
+pkgver=0.32.0
+pkgrel=1
pkgdesc="Websocket client for Python."
url="https://github.com/liris/websocket-client"
license=('LGPL')
@@ -12,7 +12,7 @@ depends=('python2>=2.7.9' 'python2-six')
makedepends=('python2-setuptools')
source=(http://pypi.python.org/packages/source/w/websocket-client/websocket_client-$pkgver.tar.gz)
-sha512sums=('e131d84c1b2e477f47baf0fdf0a6dc21f0ea56f6e629a0febd56c6de06ff232d306c2d93a9f824ce84f44827e5cc56c6146dc0c1ceea3a8a63af1e1adae9b17c')
+md5sums=('b07a897511a3c585251fe2ea85a9d9d9')
build() {
cd "$srcdir/websocket_client-$pkgver"