zed: enable clangarm64.

This commit is contained in:
مهدي شينون (Mehdi Chinoune)
2025-04-18 08:26:32 +01:00
parent ed1cdec3cb
commit fe56bcb246
2 changed files with 8 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ pkgver=0.182.11
pkgrel=1
pkgdesc="A high-performance, multiplayer code editor (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='https://zed.dev'
msys2_repository_url='https://github.com/zed-industries/zed'
msys2_documentation_url='https://zed.dev/docs'

View File

@@ -0,0 +1,7 @@
post_upgrade() {
_old_ver=$2
if [ $(vercmp $_old_ver 0.175.5) -eq -1 ]; then
echo "==> Warning: Zed package now provides a CLI which is installed as /clangarm64/bin/zeditor.
Editor itself is installed as /clangarm64/lib/zed/zed-editor"
fi
}