From 253ad59d131c3692fd045aa0fe6403aab8eedf2f Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Wed, 26 Jun 2019 12:26:39 +0000 Subject: [PATCH] community/python-autobahn to 19.6.2-1 --- community/python-autobahn/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/python-autobahn/PKGBUILD b/community/python-autobahn/PKGBUILD index 9f08ae23f..2b156f153 100644 --- a/community/python-autobahn/PKGBUILD +++ b/community/python-autobahn/PKGBUILD @@ -6,7 +6,7 @@ # - removed AUTOBAHN_USE_NVX=1 from python build/install commands pkgname=python-autobahn -pkgver=19.6.1 +pkgver=19.6.2 pkgrel=1 pkgdesc='Real-time framework for Web, Mobile & Internet of Things' arch=(x86_64) @@ -28,7 +28,7 @@ optdepends=( ) source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz) -sha256sums=('8b58a7d3188e2c103dff5115fd6f449261df7282aa92e741acf676f90443e097') +sha256sums=('48c2d737d33cfe1d37124db984577c5d4f44e116d05a9f8b6505721413ff9b22') build() { cd "$srcdir/autobahn-$pkgver"