From e1adb6413eec4cf6424d31799287a00eda9f0669 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Wed, 28 Aug 2019 12:48:25 +0000 Subject: [PATCH] community/python-autobahn to 19.9.1-1 --- community/python-autobahn/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/python-autobahn/PKGBUILD b/community/python-autobahn/PKGBUILD index fd6df3bb7..8e0def481 100644 --- a/community/python-autobahn/PKGBUILD +++ b/community/python-autobahn/PKGBUILD @@ -6,8 +6,8 @@ # - removed AUTOBAHN_USE_NVX=1 from python build/install commands pkgname=python-autobahn -pkgver=19.8.1 -pkgrel=2 +pkgver=19.9.1 +pkgrel=1 pkgdesc='Real-time framework for Web, Mobile & Internet of Things' arch=(x86_64) url='https://crossbar.io/autobahn/' @@ -30,7 +30,7 @@ optdepends=( ) source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz) -sha256sums=('294e7381dd54e73834354832604ae85567caf391c39363fed0ea2bfa86aa4304') +sha256sums=('17f4bd5adbe3fcb757c427867af2ef7d21786afdfc060b04fa9eb84f93e54ba8') prepare() { cd "$srcdir/autobahn-$pkgver"