diff --git a/mingw-w64-python-lsp-server/PKGBUILD b/mingw-w64-python-lsp-server/PKGBUILD index 5b9bac59e6..48c9c4060b 100644 --- a/mingw-w64-python-lsp-server/PKGBUILD +++ b/mingw-w64-python-lsp-server/PKGBUILD @@ -3,7 +3,7 @@ _realname=python-lsp-server pkgbase=mingw-w64-${_realname} pkgname=${MINGW_PACKAGE_PREFIX}-${_realname} -pkgver=1.12.2 +pkgver=1.13.1 pkgrel=1 pkgdesc='Python Language Server for the Language Server Protocol (mingw-w64)' arch=('any') @@ -15,10 +15,11 @@ license=('spdx:MIT') url='https://github.com/python-lsp/python-lsp-server' depends=( "${MINGW_PACKAGE_PREFIX}-python" + "${MINGW_PACKAGE_PREFIX}-python-black" + "${MINGW_PACKAGE_PREFIX}-python-docstring-to-markdown" "${MINGW_PACKAGE_PREFIX}-python-jedi" "${MINGW_PACKAGE_PREFIX}-python-lsp-jsonrpc" "${MINGW_PACKAGE_PREFIX}-python-pluggy" - "${MINGW_PACKAGE_PREFIX}-python-docstring-to-markdown" "${MINGW_PACKAGE_PREFIX}-python-ujson" ) makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" @@ -28,7 +29,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" options=(!strip) source=(https://pypi.org/packages/source/${_realname::1}/${_realname//-/_}/${_realname//-/_}-${pkgver}.tar.gz 0001-python-lsp-server-1.5.0-allow-newlest-depends.patch) -sha256sums=('fea039a36b3132774d0f803671184cf7dde0c688e7b924f23a6359a66094126d' +sha256sums=('bfa3d6bbca3fc3e6d0137b27cd1eabee65783a8d4314c36e1e230c603419afa3' 'b344d82a4dd5ba6eb2f885b4f9dc0e6bc1878dc8f22e6af79f66ca491d1d765c') prepare() {