meld3: Enable clangarm64

This commit is contained in:
Stephen Just
2023-02-19 21:30:28 -08:00
committed by GitHub
parent 1475a50f89
commit 3ea1bd6c9b
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ pkgver=4.8.4
pkgrel=1
pkgdesc="A text widget adding syntax highlighting and more to GNOME (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
url="https://wiki.gnome.org/Projects/GtkSourceView"
license=("LGPL")
makedepends=("${MINGW_PACKAGE_PREFIX}-pkg-config"

View File

@@ -8,7 +8,7 @@ pkgver=3.22.0
pkgrel=1
pkgdesc="Visual diff and merge tool (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
url="https://meldmerge.org/"
license=("spdx:GPL-2.0-or-later")
depends=("${MINGW_PACKAGE_PREFIX}-gtk3"