Skip to content

Commit a28e744

Browse files
committed
libtree-sitter rebuilds
1 parent f97b199 commit a28e744

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

mingw-w64-emacs/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ _realname=emacs
88
pkgbase=mingw-w64-${_realname}
99
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
1010
pkgver=30.2
11-
pkgrel=6
11+
pkgrel=7
1212
pkgdesc="The extensible, customizable, self-documenting, real-time display editor (mingw-w64)"
1313
arch=('any')
1414
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')

mingw-w64-mesonlsp/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ _realname=mesonlsp
44
pkgbase=mingw-w64-${_realname}
55
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
66
pkgver=4.3.7
7-
pkgrel=7
7+
pkgrel=8
88
pkgdesc='Meson language server (mingw-w64)'
99
arch=('any')
1010
mingw_arch=('mingw64' 'ucrt64')

mingw-w64-neovim/PKGBUILD

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ _realname=neovim
44
pkgbase=mingw-w64-${_realname}
55
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
66
pkgver=0.11.5
7-
pkgrel=1
7+
pkgrel=2
88
pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs (mingw-w64)'
99
arch=('any')
1010
mingw_arch=('ucrt64' 'clang64' 'clangarm64')
@@ -51,8 +51,7 @@ prepare() {
5151
cd "${srcdir}"/${_realname}-${pkgver}
5252
patch -p1 -i "${srcdir}/0001-cmake-disable-bundling.patch"
5353
patch -p1 -i "${srcdir}/36406.patch"
54-
# uncomment when we update tree-sitter to 0.26.0
55-
#patch -p1 -i "${srcdir}/f4fc769c81af6f8d9235d59aec75cfe7c104b3ce.patch"
54+
patch -p1 -i "${srcdir}/f4fc769c81af6f8d9235d59aec75cfe7c104b3ce.patch"
5655

5756
# Werror is enabled in CI only
5857
sed "s/-Werror/-Wall/g" -i src/nvim/CMakeLists.txt

0 commit comments

Comments
 (0)