summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortothi2019-09-25 01:16:30 +0200
committertothi2019-09-25 01:16:30 +0200
commit61b4a7c983469c80d2a3242aeb51a78c1b5ddf4b (patch)
tree5bec2e0dd105b0a87ee0345130b3f1066bb26b91
parent07c5846b47b83eadf4bd478174f0af9723564c29 (diff)
downloadaur-python2-ws4py.tar.gz
Update to 0.5.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fcc6c78717d3..a034bb61837b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sat Oct 28 19:34:02 UTC 2017
pkgbase = python2-ws4py
pkgdesc = WebSocket library for Python
- pkgver = 0.4.2
+ pkgver = 0.5.1
pkgrel = 1
url = https://github.com/Lawouach/WebSocket-for-Python
arch = any
@@ -14,8 +12,8 @@ pkgbase = python2-ws4py
optdepends = python2-tornado: Tornado client
provides = python2-ws4py
conflicts = python2-ws4py-git
- source = https://github.com/Lawouach/WebSocket-for-Python/archive/0.4.2.tar.gz
- md5sums = 620019d917d1b6adcf0cff017b19b119
+ source = https://github.com/Lawouach/WebSocket-for-Python/archive/0.5.1.tar.gz
+ md5sums = 7fe98bebe2f86ce461805b04b29bf1da
pkgname = python2-ws4py
diff --git a/PKGBUILD b/PKGBUILD
index e622521e408a..a8a0df59f419 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python2-ws4py
_ghname=WebSocket-for-Python
-pkgver=0.4.2
+pkgver=0.5.1
pkgrel=1
pkgdesc="WebSocket library for Python"
arch=('any')
@@ -16,7 +16,7 @@ optdepends=('python2-cherrypy: CherryPy server'
conflicts=('python2-ws4py-git')
provides=('python2-ws4py')
source=("https://github.com/Lawouach/${_ghname}/archive/${pkgver}.tar.gz")
-md5sums=('620019d917d1b6adcf0cff017b19b119')
+md5sums=('7fe98bebe2f86ce461805b04b29bf1da')
package() {
cd "$srcdir/${_ghname}-${pkgver}"