From ba528f3f99a1e43ed98d9230b67031f467689a09 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich <kevin@archlinuxarm.org> Date: Thu, 27 Feb 2020 02:14:20 +0000 Subject: [PATCH] community/python-autobahn to 20.2.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 baffa15b7..979f1e9a2 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.2.1 +pkgver=20.2.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=('1ec603ea374a3b9d85540c499709c41f35f7c6e288b571d12da14aba6c381211') +sha256sums=('8fb9f3e7f6de5b7ee5479a56582873b927cc25d72319d0a86f43d992048d8171') build() { cd "$srcdir/autobahn-$pkgver"