summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkyechou2023-06-25 21:01:59 -0500
committerkyechou2023-06-25 21:01:59 -0500
commit5f06464b461debff860c27b2ffad8c3378347b6b (patch)
treef0cff09e9f29cacb0e678ccf588c0999305977f3
parenta089f8ae2be75c0e563f8f6376dff15eb7592411 (diff)
downloadaur-5f06464b461debff860c27b2ffad8c3378347b6b.tar.gz
Update to 8.11
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5452d2eecac7..00a65f9d3e7c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wine-lol-staging
pkgdesc = A compatibility layer for running Windows programs (staging branch) with LoL patches
- pkgver = 8.10
- pkgrel = 2
+ pkgver = 8.11
+ pkgrel = 1
url = https://wiki.winehq.org/Wine-Staging
arch = x86_64
license = LGPL
@@ -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.10
- source = git+https://gitlab.winehq.org/wine/wine.git#tag=wine-8.10
+ 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 = 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 c97f750c45c9..82f9b764eb3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Kuan-Yen Chou <kuanyenchou@gmail.com>
pkgname=wine-lol-staging
-pkgver=8.10
-_winever=8.10
-pkgrel=2
+pkgver=8.11
+_winever=8.11
+pkgrel=1
pkgdesc='A compatibility layer for running Windows programs (staging branch) with LoL patches'
arch=('x86_64')
url='https://wiki.winehq.org/Wine-Staging'