Skip to content

Commit

Permalink
pyinstaller: disable clangarm64
Browse files Browse the repository at this point in the history
  • Loading branch information
podsvirov committed Oct 11, 2024
1 parent acfc690 commit 835c596
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions mingw-w64-pyinstaller/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ _realname=pyinstaller
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=6.10.0
pkgrel=2
pkgrel=3
pkgdesc='Bundles a Python application and all its dependencies into a single package (mingw-w64)'
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
mingw_arch=('mingw64' 'ucrt64' 'clang64')
url='https://pyinstaller.org/'
msys2_repository_url='https://github.com/pyinstaller/pyinstaller'
license=('custom')
Expand All @@ -18,8 +18,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-binutils"
"${MINGW_PACKAGE_PREFIX}-python-pefile"
"${MINGW_PACKAGE_PREFIX}-python-pywin32-ctypes"
"${MINGW_PACKAGE_PREFIX}-python-setuptools")
makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-python-build"
makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-installer"
"${MINGW_PACKAGE_PREFIX}-python-wheel")
options=('!strip')
Expand Down

0 comments on commit 835c596

Please sign in to comment.