python-lsp-black: update to 2.0.0

This commit is contained in:
Mehdi Chinoune
2023-12-22 09:16:06 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent b2c1beecf4
commit 91b48b9f36

View File

@@ -4,8 +4,8 @@ _pyname=python-lsp-black
_realname=lsp-black
pkgbase=mingw-w64-python-${_realname}
pkgname=${MINGW_PACKAGE_PREFIX}-python-${_realname}
pkgver=1.3.0
pkgrel=3
pkgver=2.0.0
pkgrel=1
pkgdesc='Black plugin for the Python LSP Server (mingw-w64)'
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
@@ -24,7 +24,7 @@ makedepends=(
"${MINGW_PACKAGE_PREFIX}-python-setuptools"
"${MINGW_PACKAGE_PREFIX}-python-wheel")
source=("https://pypi.org/packages/source/${_pyname::1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
sha256sums=('5aa257e9e7b7e5a2316ef2a9fbcd242e82e0f695bf1622e31c0bf5cd69e6113f')
sha256sums=('8286d2d310c566844b3c116b824ada6fccfa6ba228b1a09a0526b74c04e0805f')
prepare() {
cd "${srcdir}"