fcrackzip: Enable aarch64 builds (#23904)

This commit is contained in:
Hernan Martinez 2025-04-08 12:07:34 -06:00 committed by GitHub
parent caeb1f25ae
commit afff928621
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ pkgver=1.0
pkgrel=2
pkgdesc="Zip file password cracker (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
url="http://oldhome.schmorp.de/marc/${_realname}.html"
license=('GPL')
makedepends=("${MINGW_PACKAGE_PREFIX}-autotools" "${MINGW_PACKAGE_PREFIX}-cc")