From c9f5b57843fab9b4c596bd2d207617eba068817a Mon Sep 17 00:00:00 2001 From: Fotios Valasiadis Date: Mon, 15 Jul 2024 05:50:42 +0300 Subject: [PATCH] wine: update to 9.13 Also removing musl-ntdll.patch since it was merged upstream. Signed-off-by: Fotios Valasiadis --- srcpkgs/wine/patches/musl-ntdll.patch | 12 ------------ srcpkgs/wine/template | 6 +++--- 2 files changed, 3 insertions(+), 15 deletions(-) delete mode 100644 srcpkgs/wine/patches/musl-ntdll.patch diff --git a/srcpkgs/wine/patches/musl-ntdll.patch b/srcpkgs/wine/patches/musl-ntdll.patch deleted file mode 100644 index 651b42148a4243..00000000000000 --- a/srcpkgs/wine/patches/musl-ntdll.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/dlls/ntdll/unix/serial.c b/dlls/ntdll/unix/serial.c -index d48c49c87f6..951ed5d9386 100644 ---- a/dlls/ntdll/unix/serial.c -+++ b/dlls/ntdll/unix/serial.c -@@ -41,6 +41,7 @@ - #include - #include - #include -+#include - #ifdef HAVE_SYS_FILIO_H - # include - #endif diff --git a/srcpkgs/wine/template b/srcpkgs/wine/template index dbc531a0cce0c6..2ff35a8afa6dc6 100644 --- a/srcpkgs/wine/template +++ b/srcpkgs/wine/template @@ -1,6 +1,6 @@ # Template file for 'wine' pkgname=wine -version=9.12 +version=9.13 revision=1 _pkgver=${version/r/-r} create_wrksrc=yes @@ -13,8 +13,8 @@ license="LGPL-2.1-or-later" homepage="http://www.winehq.org/" distfiles="https://dl.winehq.org/wine/source/${version%.*}.x/wine-${_pkgver}.tar.xz https://github.com/wine-staging/wine-staging/archive/v${_pkgver}.tar.gz" -checksum="09145ae720b2f9f18187970ba0640bbf3ced5ae8dc78af1d7d57f5077ec26af6 - f6f1b701ae071e98807dbde425726c2d1c934dc951e7d8414e1746fa57039f3b" +checksum="d79651d0fe38defe84cbd9e345f001c02ffc125979e29ebf203d6d487abf7348 + c61708f06caf2a6ad4b373624347ae0e74ecb9d8e78675f0fee289a67f993a00" # NOTE: wine depends on specific versions of wine-mono and wine-gecko, # check for updates to these packages when updating wine