diff --git a/community/python-autobahn/PKGBUILD b/community/python-autobahn/PKGBUILD index 4883dc8a9..7aff85739 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.12.1 +pkgver=20.12.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=('74ca21d3552825615a65d47ec38d0aa5961a1345f7639f5b0e2abfff40cbfd07') +sha256sums=('72b68a1ce1e10e3cbcc3b280aae86d5b2e7a1f409febab1ab91a8a3274113f6e') prepare() { cd "$srcdir/autobahn-$pkgver"