File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,11 @@ _mingw_suff=mingw-w64-cross
6
6
pkgbase=" ${_mingw_suff} -${_realname} "
7
7
pkgname=(" ${_mingw_suff} -${_realname} " " ${_mingw_suff} -ucrt64-${_realname} " " ${_mingw_suff} -mingw32-${_realname} " " ${_mingw_suff} -mingw64-${_realname} " )
8
8
pkgver=12.0.0.r0.g819a6ec2e
9
- pkgrel=2
9
+ pkgrel=3
10
10
pkgdesc=' MinGW-w64 CRT for cross-compiler'
11
11
arch=(' i686' ' x86_64' )
12
- url=' https://mingw-w64.sourceforge.io/'
12
+ url=' https://www.mingw-w64.org'
13
+ msys2_repository_url=' https://sourceforge.net/p/mingw-w64/mingw-w64/ci/master/tree/mingw-w64-crt'
13
14
license=(' custom' )
14
15
groups=(" ${_mingw_suff} -toolchain" " ${_mingw_suff} " )
15
16
makedepends=(" git" " ${_mingw_suff} -gcc" " ${_mingw_suff} -binutils" ' autotools' )
@@ -76,7 +77,11 @@ _package() {
76
77
77
78
package_mingw-w64-cross-crt () {
78
79
pkgdesc+=" (meta package, for backward compatibility)"
79
- depends=(" ${_mingw_suff} -headers" )
80
+ depends=(
81
+ " ${_mingw_suff} -ucrt64-${_realname} "
82
+ " ${_mingw_suff} -mingw32-${_realname} "
83
+ " ${_mingw_suff} -mingw64-${_realname} "
84
+ )
80
85
provides=(" ${_mingw_suff} -${_realname} -git" )
81
86
conflicts=(" ${_mingw_suff} -${_realname} -git" )
82
87
replaces=(" ${_mingw_suff} -${_realname} -git" )
You can’t perform that action at this time.
0 commit comments