|
4 | 4 | pkgbase=msys2-runtime
|
5 | 5 | pkgname=('msys2-runtime' 'msys2-runtime-devel')
|
6 | 6 | pkgver=3.4.10
|
7 |
| -pkgrel=2 |
| 7 | +pkgrel=3 |
8 | 8 | pkgdesc="Cygwin POSIX emulation engine"
|
9 | 9 | arch=('x86_64')
|
10 | 10 | url="https://www.cygwin.com/"
|
@@ -92,9 +92,10 @@ source=('msys2-runtime'::git+https://github.com/cygwin/cygwin#tag=cygwin-${pkgve
|
92 | 92 | 0063-Cygwin-console-Avoid-slipping-past-disable_master_th.patch
|
93 | 93 | 0064-Cygwin-pty-Fix-handle-leak-in-master-process.patch
|
94 | 94 | 0065-Cygwin-pty-Fix-potential-handle-leak-regarding-CallN.patch
|
95 |
| - 0066-Cygwin-console-Make-VMIN-and-VTIME-work.patch) |
96 |
| -sha256sums=('SKIP' |
97 |
| - 'a27c84e3755895bc81bb5bc5f6f3d9ac67de80f42a551480fc539b0a9670dd89' |
| 95 | + 0066-Cygwin-console-Make-VMIN-and-VTIME-work.patch |
| 96 | + 0067-Cygwin-suppress-a-warning-generated-with-w32api-12.0.patch) |
| 97 | +sha256sums=('4fb94e9f3bab9666dcab50c8940de6e8801d0aae900f0b5a6f79406479e757f1' |
| 98 | + '06e14933861636ce850cf4cfb1a28abca7393e3efd6271981265a643e00b5d28' |
98 | 99 | '351bb1efdbdafe80c981e92d6b425c6ab71c85ce4e990db184e2118158eb2ab6'
|
99 | 100 | 'd3d3a01feeae9f7d5e6cb32f4662df74fc9476ff11a1aac3dad2df3e43fd88e4'
|
100 | 101 | '2e50ecd65f2fd413baaf39e5058a6b252245abc7d34f4ebf17dd4f7ffed60ced'
|
@@ -160,7 +161,8 @@ sha256sums=('SKIP'
|
160 | 161 | 'd309a8ea69a0b1b173d56e5bb5a0003613a937d48c6d7736a5ed358ac25c1ef4'
|
161 | 162 | 'f661eb5b8ea9270888ad8bb129b307af5408fbf02a046bed91692666b54fc610'
|
162 | 163 | '8177e7300bcd0a2d96de2d29faf0b21a7fec74c77ac0ac66bbb8244e37efb541'
|
163 |
| - '22a99a0f9f1b90ab6d7fb1cee76c76f7c82d2185a5d0acf7bd60553f54fc9e80') |
| 164 | + '22a99a0f9f1b90ab6d7fb1cee76c76f7c82d2185a5d0acf7bd60553f54fc9e80' |
| 165 | + '11c89890557f23dfaf754bc11381d8fd82e3db0755d56df6b6e30e018d2c3ef3') |
164 | 166 |
|
165 | 167 | # Helper macros to help make tasks easier #
|
166 | 168 | apply_patch_with_msg() {
|
@@ -280,7 +282,8 @@ prepare() {
|
280 | 282 | 0063-Cygwin-console-Avoid-slipping-past-disable_master_th.patch \
|
281 | 283 | 0064-Cygwin-pty-Fix-handle-leak-in-master-process.patch \
|
282 | 284 | 0065-Cygwin-pty-Fix-potential-handle-leak-regarding-CallN.patch \
|
283 |
| - 0066-Cygwin-console-Make-VMIN-and-VTIME-work.patch |
| 285 | + 0066-Cygwin-console-Make-VMIN-and-VTIME-work.patch \ |
| 286 | + 0067-Cygwin-suppress-a-warning-generated-with-w32api-12.0.patch |
284 | 287 | }
|
285 | 288 |
|
286 | 289 | build() {
|
|
0 commit comments