diff --git a/mingw-w64-zed/PKGBUILD b/mingw-w64-zed/PKGBUILD index 29854fb6aa..696cf847b8 100644 --- a/mingw-w64-zed/PKGBUILD +++ b/mingw-w64-zed/PKGBUILD @@ -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' diff --git a/mingw-w64-zed/zed-CLANGARM64.install b/mingw-w64-zed/zed-CLANGARM64.install new file mode 100644 index 0000000000..7641f2a68d --- /dev/null +++ b/mingw-w64-zed/zed-CLANGARM64.install @@ -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 +}