summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSherlock Holo2018-12-07 09:30:44 +0800
committerSherlock Holo2018-12-07 09:30:44 +0800
commitfb4d33658959be37e482f7c986965170d2c0eb1d (patch)
treeeebe6295f439ad1c64a675de3ff832cd0fbc7914
parentdf2e5b9c8dc0c46ed64f0c9743ada427b493b904 (diff)
downloadaur-python-websockets.tar.gz
Update to 7.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25d296468095..656b56cd5d89 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Fri Dec 7 01:30:42 UTC 2018
pkgbase = python-websockets
pkgdesc = An implementation of the WebSocket Protocol (RFC 6455)
- pkgver = 6.0
+ pkgver = 7.0
pkgrel = 1
url = https://github.com/aaugustin/websockets
arch = i686
@@ -8,8 +10,8 @@ pkgbase = python-websockets
license = BSD
makedepends = python-setuptools
depends = python
- source = https://github.com/aaugustin/websockets/archive/6.0.tar.gz
- sha256sums = 47bcad3e017925f8688512b4efa760807bf604a939c50c2926c40b0021247cf0
+ source = https://github.com/aaugustin/websockets/archive/7.0.tar.gz
+ sha256sums = 39391d6d8eb1d3973fc104f32df54de653e3d7aa89584a43c761a1b5cb8ed74d
pkgname = python-websockets
diff --git a/PKGBUILD b/PKGBUILD
index d53e999675d3..e0bb55e08a11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Collaborator: user6553591 <Message on Reddit>
pkgname=python-websockets
-pkgver=6.0
+pkgver=7.0
pkgrel=1
pkgdesc="An implementation of the WebSocket Protocol (RFC 6455)"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('BSD')
depends=('python')
makedepends=('python-setuptools')
source=("https://github.com/aaugustin/websockets/archive/$pkgver.tar.gz")
-sha256sums=('47bcad3e017925f8688512b4efa760807bf604a939c50c2926c40b0021247cf0')
+sha256sums=('39391d6d8eb1d3973fc104f32df54de653e3d7aa89584a43c761a1b5cb8ed74d')
build() {
cd "$srcdir"/websockets-$pkgver