neovim: enable clangarm64

This commit is contained in:
Carter Li 2023-12-13 11:54:29 +08:00 committed by GitHub
parent 8a8823479b
commit c8a2c5e1df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ pkgver=${_pkgver/-/_}
pkgrel=1
pkgdesc='Bare libuv bindings for lua (mingw-w64)'
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
url='https://github.com/luvit/luv'
license=('spdx:Apache-2.0')
depends=("${MINGW_PACKAGE_PREFIX}-luajit"

View File

@ -7,7 +7,7 @@ pkgver=0.22
pkgrel=2
pkgdesc='Library for easy processing of keyboard entry from terminal-based programs (mingw-w64)'
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='https://www.leonerd.org.uk/code/libtermkey'
license=('spdx:MIT')
depends=("${MINGW_PACKAGE_PREFIX}-unibilium")

View File

@ -7,7 +7,7 @@ pkgver=0.9.4
pkgrel=1
pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs (mingw-w64)'
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
msys2_references=(
'archlinux: neovim'
)