community/python-autobahn to 19.6.2-1

This commit is contained in:
Kevin Mihelich 2019-06-26 12:26:39 +00:00
parent c6df75f3eb
commit 253ad59d13

View file

@ -6,7 +6,7 @@
# - removed AUTOBAHN_USE_NVX=1 from python build/install commands # - removed AUTOBAHN_USE_NVX=1 from python build/install commands
pkgname=python-autobahn pkgname=python-autobahn
pkgver=19.6.1 pkgver=19.6.2
pkgrel=1 pkgrel=1
pkgdesc='Real-time framework for Web, Mobile & Internet of Things' pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
arch=(x86_64) arch=(x86_64)
@ -28,7 +28,7 @@ optdepends=(
) )
source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz) source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
sha256sums=('8b58a7d3188e2c103dff5115fd6f449261df7282aa92e741acf676f90443e097') sha256sums=('48c2d737d33cfe1d37124db984577c5d4f44e116d05a9f8b6505721413ff9b22')
build() { build() {
cd "$srcdir/autobahn-$pkgver" cd "$srcdir/autobahn-$pkgver"