Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mingw-w64-cross-mingwarm64: Update to 41a713605c #5127

Merged
merged 1 commit into from
Jan 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions mingw-w64-cross-mingwarm64-crt/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pkgbase="${_mingw_suff}-mingwarm64-${_realname}"
_targetpkgs=("${_mingw_suff}-mingwarm64-${_realname}")
pkgname=("${_targetpkgs[@]}")
pkgver=12.0.0dev
pkgrel=3
pkgrel=4
pkgdesc='MinGW-w64 CRT for cross-compiler'
arch=('i686' 'x86_64')
url='https://www.mingw-w64.org'
Expand All @@ -16,10 +16,10 @@ license=('custom')
groups=("${_mingw_suff}-toolchain" "${_mingw_suff}")
makedepends=("git" "${_mingw_suff}-mingwarm64-gcc" "${_mingw_suff}-mingwarm64-binutils" "${_mingw_suff}-mingwarm64-headers" 'autotools')
options=('!strip' 'staticlibs' '!emptydirs' '!buildflags')
_commit='a1bf19077c012284d0398177799ea0476c1a1e79'
_commit='41a713605cd1630eec5622b4b16e847c0df65a7f'
source=("mingw-w64"::"git+https://github.com/Windows-on-ARM-Experiments/mingw-woarm64.git#commit=$_commit")

sha256sums=('dca6aaa5ababa53aaee63f5f0ebbf4570896b91e2ff41bff055dc91af75f2e34')
sha256sums=('db619494079c0cc8b27547fdc28496a228060e9c78f374129b5947742bb1d9f7')
msys2_references=(
'archlinux: mingw-w64-crt'
'cpe: cpe:/a:mingw-w64:mingw-w64'
Expand Down
6 changes: 3 additions & 3 deletions mingw-w64-cross-mingwarm64-headers/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pkgbase="${_mingw_suff}-mingwarm64-${_realname}"
_targetpkgs=("${_mingw_suff}-mingwarm64-${_realname}")
pkgname=("${_targetpkgs[@]}")
pkgver=12.0.0dev
pkgrel=2
pkgrel=3
pkgdesc="MinGW-w64 headers for cross-compiler"
arch=('i686' 'x86_64')
url="https://www.mingw-w64.org/"
Expand All @@ -16,9 +16,9 @@ license=('custom')
groups=("${_mingw_suff}-toolchain" "${_mingw_suff}")
makedepends=('git' 'autotools')
options=('!strip' '!libtool' '!emptydirs' '!buildflags')
_commit='a1bf19077c012284d0398177799ea0476c1a1e79'
_commit='41a713605cd1630eec5622b4b16e847c0df65a7f'
source=("mingw-w64"::"git+https://github.com/Windows-on-ARM-Experiments/mingw-woarm64.git#commit=$_commit")
sha256sums=('dca6aaa5ababa53aaee63f5f0ebbf4570896b91e2ff41bff055dc91af75f2e34')
sha256sums=('db619494079c0cc8b27547fdc28496a228060e9c78f374129b5947742bb1d9f7')
msys2_references=(
'archlinux: mingw-w64-headers'
'cpe: cpe:/a:mingw-w64:mingw-w64'
Expand Down
6 changes: 3 additions & 3 deletions mingw-w64-cross-mingwarm64-tools/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ _targetpkgs=("${_mingw_suff}-mingwarm64-${_realname}")
pkgname=("${_targetpkgs[@]}")
pkgdesc="MinGW-w64 headers for cross-compiler"
pkgver=12.0.0dev
pkgrel=1
pkgrel=2
arch=('i686' 'x86_64')
url="https://www.mingw-w64.org/"
msys2_repository_url="https://sourceforge.net/p/mingw-w64/mingw-w64/ci/master/tree/mingw-w64-tools"
license=('custom')
groups=("${_mingw_suff}-toolchain" "${_mingw_suff}")
makedepends=('git' 'autotools' "${_mingw_suff}-mingwarm64-gcc" "${_mingw_suff}-mingwarm64-binutils")
options=('!strip' '!libtool' '!emptydirs' '!buildflags')
_commit='a1bf19077c012284d0398177799ea0476c1a1e79'
_commit='41a713605cd1630eec5622b4b16e847c0df65a7f'
source=("mingw-w64"::"git+https://github.com/Windows-on-ARM-Experiments/mingw-woarm64.git#commit=$_commit")
sha256sums=('dca6aaa5ababa53aaee63f5f0ebbf4570896b91e2ff41bff055dc91af75f2e34')
sha256sums=('db619494079c0cc8b27547fdc28496a228060e9c78f374129b5947742bb1d9f7')
msys2_references=(
# doesn't exist in arch, this is the next best thing
'archlinux: mingw-w64-headers'
Expand Down
6 changes: 3 additions & 3 deletions mingw-w64-cross-mingwarm64-winpthreads/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pkgbase="${_mingw_suff}-mingwarm64-${_realname}"
_targetpkgs=("${_mingw_suff}-mingwarm64-${_realname}")
pkgname=("${_targetpkgs[@]}")
pkgver=12.0.0dev
pkgrel=2
pkgrel=3
pkgdesc="MinGW-w64 winpthreads library for cross-compiler"
arch=('i686' 'x86_64')
url="https://www.mingw-w64.org/"
Expand All @@ -17,10 +17,10 @@ makedepends=("git" "${_mingw_suff}-mingwarm64-gcc" "${_mingw_suff}-mingwarm64-bi
optdepends=()
backup=()
options=('!strip' '!buildflags' 'staticlibs' '!emptydirs' '!buildflags')
_commit='a1bf19077c012284d0398177799ea0476c1a1e79'
_commit='41a713605cd1630eec5622b4b16e847c0df65a7f'
source=("mingw-w64"::"git+https://github.com/Windows-on-ARM-Experiments/mingw-woarm64.git#commit=$_commit"
0001-Define-__-de-register_frame_info-in-fake-libgcc_s.patch)
sha256sums=('SKIP'
sha256sums=('db619494079c0cc8b27547fdc28496a228060e9c78f374129b5947742bb1d9f7'
'2e779bcc60a1422b23e0cfdb5c0f6851f2382592bb4675d08a6bdef78d5e5c10')
msys2_references=(
'archlinux: mingw-w64-winpthreads'
Expand Down
6 changes: 3 additions & 3 deletions mingw-w64-cross-mingwarm64-winstorecompat/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pkgbase="${_mingw_suff}-mingwarm64-${_realname}"
_targetpkgs=("${_mingw_suff}-mingwarm64-${_realname}")
pkgname=("${_targetpkgs[@]}")
pkgver=12.0.0dev
pkgrel=1
pkgrel=2
pkgdesc="MinGW-w64 winRT compat library"
arch=('i686' 'x86_64')
url='https://www.mingw-w64.org'
Expand All @@ -16,9 +16,9 @@ groups=("${_mingw_suff}-toolchain" "${_mingw_suff}")
makedepends=("git" "${_mingw_suff}-mingwarm64-gcc" "${_mingw_suff}-mingwarm64-binutils" "${_mingw_suff}-mingwarm64-crt" "${_mingw_suff}-mingwarm64-headers" 'autotools')
backup=()
options=('!strip' '!buildflags' 'staticlibs' '!emptydirs' '!buildflags')
_commit='a1bf19077c012284d0398177799ea0476c1a1e79'
_commit='41a713605cd1630eec5622b4b16e847c0df65a7f'
source=("mingw-w64"::"git+https://github.com/Windows-on-ARM-Experiments/mingw-woarm64.git#commit=$_commit")
sha256sums=('dca6aaa5ababa53aaee63f5f0ebbf4570896b91e2ff41bff055dc91af75f2e34')
sha256sums=('db619494079c0cc8b27547fdc28496a228060e9c78f374129b5947742bb1d9f7')
msys2_references=(
# doesn't exist in arch, this is the next best thing
'archlinux: mingw-w64-headers'
Expand Down
Loading