Date: Sunday, May 9, 2021 @ 10:13:45 Author: anthraxx Revision: 929025
upgpkg: python-websockets 9.0.1-3 Modified: python-websockets/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-09 10:13:06 UTC (rev 929024) +++ PKGBUILD 2021-05-09 10:13:45 UTC (rev 929025) @@ -3,7 +3,7 @@ # Contributor: user6553591 <Message on Reddit> pkgname=python-websockets -pkgver=8.1 +pkgver=9.0.1 pkgrel=3 pkgdesc='Python implementation of the WebSocket Protocol (RFC 6455)' url='https://github.com/aaugustin/websockets' @@ -12,7 +12,7 @@ depends=('python') makedepends=('python-setuptools' 'python-sphinx' 'python-sphinx-autodoc-typehints' 'python-sphinxcontrib-trio') source=(https://github.com/aaugustin/websockets/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz) -sha512sums=('d245702574cf513da54bfc0ca10768558cd4e5017ecf8cb647f4b9176561192a3ace64edfc5c6f735664bf1b6136aa0bb9828114478f92d2c051e3109a218c12') +sha512sums=('554dc5f272f4f849982a2e2a3d391bc6dfc36dc247aa0e2854913d18772749762db424da38f135f8cf4a2a5f67a379f774faba76eb3113bafe509ac62753bed1') build() { cd websockets-${pkgver} @@ -32,7 +32,7 @@ install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}" install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}" install -Dm 644 docs/_build/text/*.txt -t "${pkgdir}/usr/share/doc/${pkgname}" - install -Dm 644 docs/_build/man/websockets.1 "${pkgdir}/usr/share/man/man1/${pkgname}.1" + install -Dm 644 docs/_build/man/1/websockets.1 "${pkgdir}/usr/share/man/man1/${pkgname}.1" } # vim: ts=2 sw=2 et:
