diff --git a/community/python-autobahn/PKGBUILD b/community/python-autobahn/PKGBUILD index 8e0def481..1d5e32b82 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.1 +pkgver=19.9.2 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=('17f4bd5adbe3fcb757c427867af2ef7d21786afdfc060b04fa9eb84f93e54ba8') +sha256sums=('985401e0af1c5f3fb59a209681ee878194c23fe88f865f6157679aa1db386724') prepare() { cd "$srcdir/autobahn-$pkgver"