From 39fedbd05fa749243c28dd3d646ef77a06292652 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Thu, 11 Feb 2021 23:32:21 +0000 Subject: [PATCH] community/python-autobahn to 21.2.1-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 ccf13b2de..dc7fee3f5 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=21.1.1 +pkgver=21.2.1 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=('93df8fc9d1821c9dabff9fed52181a9ad6eea5e9989d53102c391607d7c1666e') +sha256sums=('7e6b1bf95196b733978bab2d54a7ab8899c16ce11be369dc58422c07b7eea726') prepare() { cd "$srcdir/autobahn-$pkgver"