Date: Saturday, January 18, 2020 @ 19:03:22 Author: anthraxx Revision: 553058
upgpkg: python-socketio 4.4.0-1 Modified: python-socketio/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-18 19:01:38 UTC (rev 553057) +++ PKGBUILD 2020-01-18 19:03:22 UTC (rev 553058) @@ -1,7 +1,7 @@ # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org> pkgname=python-socketio -pkgver=4.3.1 +pkgver=4.4.0 pkgrel=1 pkgdesc='Python implementation of the Socket.IO realtime server' url='https://github.com/miguelgrinberg/python-socketio' @@ -13,8 +13,8 @@ checkdepends=('python-pytest' 'python-mock') options=('!makeflags') source=(https://github.com/miguelgrinberg/python-socketio/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz) -sha256sums=('d0b26230a2877d2dab8d74503987f92dcef9da0ad1b7aeffa469133ee829ffcf') -sha512sums=('abec4b66f229ee6df653aa52c67ed6ce582b6093b0070562b0c6c60a6e5fb032c5b9580bed55a38423fff37df4b939e6ebbe6a6d4dbc2c5d08abb056283346d0') +sha512sums=('1df422c78c5c117fe6a402c73441552264c3d04277b8ae35b8e9e654abb127fe6af45188434cb7203199216dc65e7b29aa328b324471cf74f66d8e6d518db0ba') +b2sums=('bdbf12289d3376e775caa72d5c4665937860ed0c1058c17ef1d0f477de9b7a53b38b6cae3d64c2b70faa13367ff8f681b06a9ea64ac5fc051ac3e1ee5a7a93a0') build() { cd ${pkgbase}-${pkgver}