sed: enable for clangarm64

This commit is contained in:
Jeremy Drake
2022-02-23 10:21:25 -08:00
parent 0b4bd3943e
commit 39f82ffe9f

View File

@@ -8,7 +8,7 @@ pkgver=4.4
pkgrel=1
pkgdesc="Sed is a stream editor (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
url='https://www.gnu.org/software/sed/'
license=('GPL3')
depends=("${MINGW_PACKAGE_PREFIX}-gettext"