From 1c352837d6ec7418549ecaf3b690ed78fce65748 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Fri, 24 Apr 2020 12:32:54 +0000 Subject: [PATCH] community/python-autobahn to 20.4.3-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 429d57d45..cad5f621e 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=20.4.2 +pkgver=20.4.3 pkgrel=1 pkgdesc='Real-time framework for Web, Mobile & Internet of Things' arch=(x86_64) @@ -34,7 +34,7 @@ optdepends=( ) source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz) -sha256sums=('1c943f94bb759c07445a6984a3bc4c76f73e2a90a1fc2c3521c211579b73d3db') +sha256sums=('c6fe745d52ba9f9eecf791cd31f558df42aebfc4f9ee558a8f1d18c707e1ae1f') build() { cd "$srcdir/autobahn-$pkgver"