Skip to content
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-crt/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
_realname=crt
pkgbase="mingw-w64-${_realname}"
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=13.0.0.r545.gc39000898
pkgver=13.0.0.r551.g5595a0ef4
pkgrel=1
_commit='c39000898fa3f41df184597ebbd211e99df73aab'
_commit='5595a0ef4079da3cbf5ab800a3d2d66e8534b74d'
pkgdesc='MinGW-w64 CRT for Windows (mingw-w64)'
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
Expand All @@ -22,7 +22,7 @@ conflicts=("${MINGW_PACKAGE_PREFIX}-${_realname}-git")
replaces=("${MINGW_PACKAGE_PREFIX}-${_realname}-git")
options=('!strip' '!buildflags' '!emptydirs')
source=("mingw-w64"::"git+https://git.code.sf.net/p/mingw-w64/mingw-w64#commit=$_commit")
sha256sums=('4c1770ff49b85f665af40f2ebc9b5492462472c8b26db6944a089146540623b7')
sha256sums=('9a7c8627b168ddea5cc3e946131247c788487edd201c118ee409e03391134698')

pkgver() {
cd "${srcdir}/mingw-w64"
Expand Down
12 changes: 5 additions & 7 deletions mingw-w64-headers/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ _realname=headers
pkgbase="mingw-w64-${_realname}"
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgdesc="MinGW-w64 headers for Windows (mingw-w64)"
pkgver=13.0.0.r545.gc39000898
pkgrel=1
_commit='c39000898fa3f41df184597ebbd211e99df73aab'
pkgver=13.0.0.r551.g5595a0ef4
pkgrel=2
_commit='5595a0ef4079da3cbf5ab800a3d2d66e8534b74d'
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
url="https://www.mingw-w64.org/"
Expand All @@ -22,7 +22,7 @@ replaces=("${MINGW_PACKAGE_PREFIX}-${_realname}-git")
options=('!strip' '!emptydirs')
source=("mingw-w64"::"git+https://git.code.sf.net/p/mingw-w64/mingw-w64#commit=$_commit"
0001-remove-ireference-boolean.patch)
sha256sums=('4c1770ff49b85f665af40f2ebc9b5492462472c8b26db6944a089146540623b7'
sha256sums=('9a7c8627b168ddea5cc3e946131247c788487edd201c118ee409e03391134698'
'cad48616325b5e70afa4e02424021fc8d54e17dcbf86eae3df990d3500080236')

pkgver() {
Expand All @@ -39,9 +39,7 @@ build() {
declare -a _extra_config
if [[ ${MSYSTEM} == MINGW* ]]; then # MINGW32 & MINGW64
_extra_config+=("--with-default-win32-winnt=0x601") # Windows 7
elif [[ ${MSYSTEM} != CLANGARM64 ]]; then # UCR64 & CLANG64
_extra_config+=("--with-default-win32-winnt=0x603") # Windows 8.1
else # CLANGARM64
else # UCR64 & CLANG64 & CLANGARM64
_extra_config+=("--with-default-win32-winnt=0xA00") # Windows 10
fi

Expand Down
6 changes: 3 additions & 3 deletions mingw-w64-libmangle/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
_realname=libmangle
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=13.0.0.r545.gc39000898
pkgver=13.0.0.r551.g5595a0ef4
pkgrel=1
_commit='c39000898fa3f41df184597ebbd211e99df73aab'
_commit='5595a0ef4079da3cbf5ab800a3d2d66e8534b74d'
pkgdesc="MinGW-w64 libmangle (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
Expand All @@ -23,7 +23,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
"git")
options=('!emptydirs')
source=("mingw-w64"::"git+https://git.code.sf.net/p/mingw-w64/mingw-w64#commit=$_commit")
sha256sums=('4c1770ff49b85f665af40f2ebc9b5492462472c8b26db6944a089146540623b7')
sha256sums=('9a7c8627b168ddea5cc3e946131247c788487edd201c118ee409e03391134698')

pkgver() {
cd "${srcdir}/mingw-w64"
Expand Down
6 changes: 3 additions & 3 deletions mingw-w64-tools/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
_realname=tools
pkgbase="mingw-w64-${_realname}"
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=13.0.0.r545.gc39000898
pkgver=13.0.0.r551.g5595a0ef4
pkgrel=1
_commit='c39000898fa3f41df184597ebbd211e99df73aab'
_commit='5595a0ef4079da3cbf5ab800a3d2d66e8534b74d'
pkgdesc="MinGW-w64 tools (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
Expand All @@ -24,7 +24,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
depends=("${MINGW_PACKAGE_PREFIX}-cc-libs")
options=('!emptydirs')
source=("mingw-w64"::"git+https://git.code.sf.net/p/mingw-w64/mingw-w64#commit=$_commit")
sha256sums=('4c1770ff49b85f665af40f2ebc9b5492462472c8b26db6944a089146540623b7')
sha256sums=('9a7c8627b168ddea5cc3e946131247c788487edd201c118ee409e03391134698')
_tools="gendef genidl genpeimg widl" # genstubdll

pkgver() {
Expand Down
6 changes: 3 additions & 3 deletions mingw-w64-winpthreads/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
_realname=winpthreads
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}" "${MINGW_PACKAGE_PREFIX}-libwinpthread")
pkgver=13.0.0.r545.gc39000898
pkgver=13.0.0.r551.g5595a0ef4
pkgrel=1
_commit='c39000898fa3f41df184597ebbd211e99df73aab'
_commit='5595a0ef4079da3cbf5ab800a3d2d66e8534b74d'
pkgdesc="MinGW-w64 winpthreads library (mingw-w64)"
url="https://www.mingw-w64.org/"
msys2_repository_url="https://sourceforge.net/p/mingw-w64/mingw-w64/ci/master/tree/mingw-w64-libraries/winpthreads"
Expand All @@ -26,7 +26,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
options=('!emptydirs')
source=("mingw-w64"::"git+https://git.code.sf.net/p/mingw-w64/mingw-w64#commit=$_commit"
"0001-Define-__-de-register_frame_info-in-fake-libgcc_s.patch")
sha256sums=('4c1770ff49b85f665af40f2ebc9b5492462472c8b26db6944a089146540623b7'
sha256sums=('9a7c8627b168ddea5cc3e946131247c788487edd201c118ee409e03391134698'
'2e779bcc60a1422b23e0cfdb5c0f6851f2382592bb4675d08a6bdef78d5e5c10')

pkgver() {
Expand Down
6 changes: 3 additions & 3 deletions mingw-w64-winstorecompat/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
_realname=winstorecompat
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=13.0.0.r545.gc39000898
pkgver=13.0.0.r551.g5595a0ef4
pkgrel=1
_commit='c39000898fa3f41df184597ebbd211e99df73aab'
_commit='5595a0ef4079da3cbf5ab800a3d2d66e8534b74d'
pkgdesc="MinGW-w64 winRT compat library (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
Expand All @@ -23,7 +23,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
"git")
options=('!buildflags' '!emptydirs')
source=("mingw-w64"::"git+https://git.code.sf.net/p/mingw-w64/mingw-w64#commit=$_commit")
sha256sums=('4c1770ff49b85f665af40f2ebc9b5492462472c8b26db6944a089146540623b7')
sha256sums=('9a7c8627b168ddea5cc3e946131247c788487edd201c118ee409e03391134698')

pkgver() {
cd "${srcdir}/mingw-w64"
Expand Down