summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Goldsmith2021-03-06 00:20:59 -0500
committerAdam Goldsmith2021-03-06 00:20:59 -0500
commit75620dd5a46926048ab16acf4b83aa5fa775132d (patch)
tree486ff3e1705e0cdf13d1bdd7d2b8aba41c050be9
parent435bcf9d6ce534c184ab5fbafe17c70e72891dfa (diff)
downloadaur-75620dd5a46926048ab16acf4b83aa5fa775132d.tar.gz
Bump version to 0.58.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7eb89355b540..db7e8d6f8233 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-websocket-client
pkgdesc = Websocket client for Python.
- pkgver = 0.57.0
+ pkgver = 0.58.0
pkgrel = 1
url = https://github.com/liris/websocket-client
arch = any
@@ -8,8 +8,8 @@ pkgbase = python2-websocket-client
makedepends = python2-setuptools
depends = python2>=2.7.9
depends = python2-six
- source = https://files.pythonhosted.org/packages/source/w/websocket_client/websocket_client-0.57.0.tar.gz
- md5sums = 8061820da5e1de26a6a1a6996d4eebd5
+ source = https://files.pythonhosted.org/packages/source/w/websocket_client/websocket_client-0.58.0.tar.gz
+ md5sums = 8fc86b13dc97dc032855c6257f9168df
pkgname = python2-websocket-client
diff --git a/PKGBUILD b/PKGBUILD
index 5230022d6f8a..12d068c9ac31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_name=websocket_client
pkgname=python2-websocket-client
-pkgver=0.57.0
+pkgver=0.58.0
pkgrel=1
pkgdesc="Websocket client for Python."
url="https://github.com/liris/websocket-client"
@@ -13,7 +13,7 @@ arch=('any')
depends=('python2>=2.7.9' 'python2-six')
makedepends=('python2-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-md5sums=('8061820da5e1de26a6a1a6996d4eebd5')
+md5sums=('8fc86b13dc97dc032855c6257f9168df')
build() {
cd "$srcdir/$_name-$pkgver"