wine: update to 9.13
Also removing musl-ntdll.patch since it was merged upstream. Signed-off-by: Fotios Valasiadis <fvalasiad@gmail.com>
This commit is contained in:
parent
fff1203ffd
commit
34fc0818ba
|
@ -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 <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/ioctl.h>
|
||||
+#include <asm/ioctls.h>
|
||||
#ifdef HAVE_SYS_FILIO_H
|
||||
# include <sys/filio.h>
|
||||
#endif
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue