summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkyechou2023-07-19 20:21:38 -0500
committerkyechou2023-07-19 20:21:38 -0500
commitb70960a8ff8ba6a9d7b545fb7874b839ae0192bf (patch)
tree948e52639b31cbbd71e7eb65592396c4949d6af8
parent5f06464b461debff860c27b2ffad8c3378347b6b (diff)
downloadaur-b70960a8ff8ba6a9d7b545fb7874b839ae0192bf.tar.gz
Update to 8.12 while re-enabling the ntdll-Syscall_Emulation patchset
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00a65f9d3e7c..b8fcd1f5f2cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wine-lol-staging
pkgdesc = A compatibility layer for running Windows programs (staging branch) with LoL patches
- pkgver = 8.11
+ pkgver = 8.12
pkgrel = 1
url = https://wiki.winehq.org/Wine-Staging
arch = x86_64
@@ -111,8 +111,8 @@ pkgbase = wine-lol-staging
options = staticlibs
options = !lto
options = !strip
- source = git+https://gitlab.winehq.org/wine/wine-staging.git#tag=v8.11
- source = git+https://gitlab.winehq.org/wine/wine.git#tag=wine-8.11
+ source = git+https://gitlab.winehq.org/wine/wine-staging.git#tag=v8.12
+ source = git+https://gitlab.winehq.org/wine/wine.git#tag=wine-8.12
source = 0004-LoL-broken-client-update-fix.patch
source = 0005-LoL-client-slow-start-fix.patch
source = 0008-ntdll-nopguard-call_vectored_handlers.patch
diff --git a/PKGBUILD b/PKGBUILD
index 82f9b764eb3f..c59b4e7345be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Kuan-Yen Chou <kuanyenchou@gmail.com>
pkgname=wine-lol-staging
-pkgver=8.11
-_winever=8.11
+pkgver=8.12
+_winever=8.12
pkgrel=1
pkgdesc='A compatibility layer for running Windows programs (staging branch) with LoL patches'
arch=('x86_64')
@@ -103,6 +103,9 @@ prepare() {
git -C wine config --local advice.detachedHead false
git -C wine checkout wine-${_winever}
+ echo ' -> Re-enable wine-staging ntdll-Syscall_Emulation patchset...'
+ sed -i -e '/Disabled/d' "${srcdir}/wine-staging/patches/ntdll-Syscall_Emulation/definition"
+
# RCS Launcher Optional, not necessary since 64bit update as only thing useful there is missing fonts patch
echo ' -> Applying wine-staging patches...'
cd "${srcdir}/wine"