From 68b3c8b4729211135c3a1432a9b6d218ffa28fb3 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Wed, 15 Apr 2020 12:38:43 +0000 Subject: [PATCH] community/python-autobahn to 20.4.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 1e6c89f1f..429d57d45 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.1 +pkgver=20.4.2 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=('6d3989e4d8b0e961c9d3bb1fe133099767bbd5080cea21b2bdc2a0a1b4581b2e') +sha256sums=('1c943f94bb759c07445a6984a3bc4c76f73e2a90a1fc2c3521c211579b73d3db') build() { cd "$srcdir/autobahn-$pkgver"