summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Bruhin2015-03-03 10:18:35 +0100
committerFlorian Bruhin2015-06-10 22:43:57 +0200
commitf0ee5527de86ba2cf3a672271f66466b8a1d9f87 (patch)
treeb0ae12c3e153c12dd8c8d3fda5bdda283d77f41f
parent445d4e60d55fbf889f673045d9955904da72a87a (diff)
downloadaur-f0ee5527de86ba2cf3a672271f66466b8a1d9f87.tar.gz
python{,2}-websocket-client: Update to v0.25.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9019b7eba572..43b7401e0655 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python2-websocket-client
pkgdesc = Websocket client for Python.
- pkgver = 0.22.0
- pkgrel = 4
+ pkgver = 0.25.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.22.0.tar.gz
- sha512sums = 080fa4777857d316a1a179df6523f9b24812db9ef044800050ae3f8a45aaf04fd9f948c776cd11cb6ca4f714a58045bda71b82ed3dd8886f038a89e7334a18a9
+ source = http://pypi.python.org/packages/source/w/websocket-client/websocket-client-0.25.0.tar.gz
+ sha512sums = 6c4b441bc96f0a391450c1f47f0970dd2d63a08bc712500130fd8a2b8b2cb9f0ccf16f88d2ec0c6832dcc4d339479dd5abf21d89694be73dc17e7f1c153f5448
pkgname = python2-websocket-client
diff --git a/PKGBUILD b/PKGBUILD
index 3959f2db2f91..125c4d690512 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Bruno Galeotti <bgaleotti at gmail dot com>
pkgname=python2-websocket-client
-pkgver=0.22.0
-pkgrel=4
+pkgver=0.25.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=('080fa4777857d316a1a179df6523f9b24812db9ef044800050ae3f8a45aaf04fd9f948c776cd11cb6ca4f714a58045bda71b82ed3dd8886f038a89e7334a18a9')
+sha512sums=('6c4b441bc96f0a391450c1f47f0970dd2d63a08bc712500130fd8a2b8b2cb9f0ccf16f88d2ec0c6832dcc4d339479dd5abf21d89694be73dc17e7f1c153f5448')
build() {
cd "$srcdir/websocket-client-$pkgver"