Skip to content

Commit

Permalink
python-pynvim: update to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
podsvirov authored and lazka committed Nov 11, 2024
1 parent 269e105 commit 4f63167
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mingw-w64-python-pynvim/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
_realname=pynvim
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=0.5.0
pkgrel=2
pkgver=0.5.1
pkgrel=1
pkgdesc='Python client for Neovim (mingw-w64)'
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
Expand All @@ -20,7 +20,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-installer"
"${MINGW_PACKAGE_PREFIX}-python-setuptools")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('e80a11f6f5d194c6a47bea4135b90b55faca24da3544da7cf4a5f7ba8fb09215')
sha256sums=('ed99cbaf286998aad48564ae13d26933b9106fc5a917a719798d2f2b2b8683ae')

prepare() {
cd "${srcdir}"
Expand Down

0 comments on commit 4f63167

Please sign in to comment.