summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkyechou2022-08-17 13:16:19 -0500
committerkyechou2022-08-26 12:03:02 -0500
commit301c53eb1024f7f9f90c1d0308a98c1667b75d13 (patch)
tree3a9df297bef45bad077122a9cf80c84fbdb89128
parent4213b1ef19facc4872c5157459db80c5e7402de4 (diff)
downloadaur-301c53eb1024f7f9f90c1d0308a98c1667b75d13.tar.gz
Update/Revert back to 7.0-GE-5-LoL
Fix the after-match hanging issue Changelog: https://github.com/GloriousEggroll/wine-ge-custom/releases/tag/7.0-GE-5-LoL
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ac54565fc83..79e5ffca1529 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wine-lol-bin
pkgdesc = A compatibility layer for running Windows programs - GloriousEggroll custom wine build for running League of Legends
- pkgver = 7.14_1
+ pkgver = 7.0_5
pkgrel = 1
url = https://github.com/GloriousEggroll/wine-ge-custom
install = wine.install
@@ -91,9 +91,9 @@ pkgbase = wine-lol-bin
options = staticlibs
options = !lto
options = !strip
- source = https://github.com/GloriousEggroll/wine-ge-custom/releases/download/7.14-GE-1-LoL/wine-lutris-ge-lol-7.14-1-x86_64.tar.xz
+ source = https://github.com/GloriousEggroll/wine-ge-custom/releases/download/7.0-GE-5-LoL/wine-lutris-ge-lol-7.0-5-x86_64.tar.xz
source = 30-win32-aliases.conf
- sha512sums = 5c3241aea22e679b7faac7dd29a2c591c98a93bc48ed894fe6e09074bf90d322421421c696ea6cf04db6730a68bc5fe0f15cc3ccd80d0c0b95143b3d00e2a91b
+ sha512sums = 5046c0b498c28204625502dae070d7ed19cd87491ddf5815ed104a92d0d9404df366ff634971c7416e45033b373a3a1e13951f46167937bed294d1dbb61d0dd4
sha512sums = 6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb
pkgname = wine-lol-bin
diff --git a/PKGBUILD b/PKGBUILD
index fc15f1b9f6f0..a73bd621c61f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Manuel Reimer <mail+wine@m-reimer.de>
pkgname=wine-lol-bin
-pkgver=7.14_1
+pkgver=7.0_5
pkgrel=1
_ver=${pkgver%_*}
@@ -10,7 +10,7 @@ _rev=${pkgver#*_}
source=(https://github.com/GloriousEggroll/wine-ge-custom/releases/download/$_ver-GE-$_rev-LoL/wine-lutris-ge-lol-$_ver-$_rev-x86_64.tar.xz
30-win32-aliases.conf)
-sha512sums=('5c3241aea22e679b7faac7dd29a2c591c98a93bc48ed894fe6e09074bf90d322421421c696ea6cf04db6730a68bc5fe0f15cc3ccd80d0c0b95143b3d00e2a91b'
+sha512sums=('5046c0b498c28204625502dae070d7ed19cd87491ddf5815ed104a92d0d9404df366ff634971c7416e45033b373a3a1e13951f46167937bed294d1dbb61d0dd4'
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb')
pkgdesc="A compatibility layer for running Windows programs - GloriousEggroll custom wine build for running League of Legends"