From 19edf3404150304df40aecc28eb18092522c5b5c Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Tue, 1 Oct 2019 12:36:00 +0000 Subject: [PATCH] community/python-autobahn to 19.10.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 a62f6014f..a557e133c 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.9.3 +pkgver=19.10.1 pkgrel=1 pkgdesc='Real-time framework for Web, Mobile & Internet of Things' arch=(x86_64) @@ -30,7 +30,7 @@ optdepends=( ) source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz) -sha256sums=('a24826ad0bcc35d32cb4576a092fa744e8b6738bd6320d2de857ad8a71df0bec') +sha256sums=('734385b00547448b3f30a752cbfd2900d15924d77dc4a1699b8bce1ea8899f39') prepare() { cd "$srcdir/autobahn-$pkgver"