summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--changelog21
-rw-r--r--supplementary.tar.zstbin2309 -> 2502 bytes
4 files changed, 28 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75b629b2115d..efce338bdd01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = proton-ge-custom-stable-bin
pkgdesc = A fancy custom distribution of Valves Proton with various patches (stable branch)
- pkgver = 5.11_GE_3_MF
+ pkgver = 5.9_GE_3_ST
pkgrel = 1
url = https://github.com/GloriousEggroll/proton-ge-custom
changelog = changelog
@@ -30,10 +30,10 @@ pkgbase = proton-ge-custom-stable-bin
conflicts = proton-ge-custom-bin
options = !strip
backup = usr/share/steam/compatibilitytools.d/proton-ge-custom-stable/user_settings.py
- source = proton-ge-custom-stable-5.11-GE-3-MF.tar.gz::https://github.com/GloriousEggroll/proton-ge-custom/releases/download/5.11-GE-3-MF/Proton-5.11-GE-3-MF.tar.gz
+ source = proton-ge-custom-stable-5.9-GE-3-ST.tar.gz::https://github.com/GloriousEggroll/proton-ge-custom/releases/download/5.9-GE-3-ST/Proton-5.9-GE-3-ST.tar.gz
source = supplementary.tar.zst
- md5sums = 36b36d4057be89d586689337a2034cbc
- md5sums = 757d3936d17804f36bc7357b29b2f6b4
+ md5sums = fad10ed731e92205f06a548f48ef648b
+ md5sums = d3bf8e07cc46d381d5a31f204e01c592
pkgname = proton-ge-custom-stable-bin
diff --git a/PKGBUILD b/PKGBUILD
index be64b9881caa..4458bd3d0fbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
## pkginfo
pkgdesc="A fancy custom distribution of Valves Proton with various patches (stable branch)"
pkgname=proton-ge-custom-stable-bin
-pkgver=5.11_GE_3_MF
+pkgver=5.9_GE_3_ST
pkgrel=1
arch=('x86_64')
license=('BSD' 'LGPL' 'zlib' 'MIT' 'MPL' 'custom')
@@ -49,8 +49,8 @@ backup=("${_protoncfg}")
url='https://github.com/GloriousEggroll/proton-ge-custom'
source=(${_pkgname}-${_pkgver}.tar.gz::"${url}/releases/download/${_pkgver}/${_srcdir}.tar.gz"
"supplementary.tar.zst")
-md5sums=('36b36d4057be89d586689337a2034cbc'
- '757d3936d17804f36bc7357b29b2f6b4')
+md5sums=('fad10ed731e92205f06a548f48ef648b'
+ 'd3bf8e07cc46d381d5a31f204e01c592')
build() {
## setup paths
diff --git a/changelog b/changelog
index c4a15cb9932f..ef751f747ca3 100644
--- a/changelog
+++ b/changelog
@@ -1,5 +1,26 @@
+Proton-5.9-GE-3-ST
+
+GloriousEggroll released this Jul 6, 2020
+
+After ironing out a lot of the major bugs since 5.11, I've realized that while some games run well enough without esync/fsync, the majority of games, specifically triple A titles, really need esync/fsync, especially when running on lower end hardware.
+
+SO, what I've done is taken -all- of the fixes from the 5.11 versions and upstream that are major/relevant that I could recall, and backported them to the 5.9 build. This returns esync/fsync functionality, and also enables some games to run correctly that weren't running in 5.11.
+
+So yes, this is aimed as a 'STABLE' build.
+-All the fixes from the 5.11 releases.
+-esync/fsync re-enabled
+-MGS: Ground Zeroes fully works
+-Planet Zoo fully works
+
+From here I've created yet another branch -- proton-ge-5-stable, which I hope to backport future fixes to, and bump up once Wine gets all of its current kinks resolved. The proton-ge-5-MF branch will continue to be the upstream git branch, with major game fixes being backported to the stable branch (hopefully).
+
+I would say for now, use this as the default 'GE' build over the 5.11 builds.
+
+
Proton-5.11-GE-3-MF
+GloriousEggroll released this Jul 4, 2020
+
Fixes:
-Re-enable rawinput (seems staging had it disabled in the previous build)
-Re-enable FakeDLLs and SECCOMP (seems staging had it disabled in the previous build) - needed for Doom Eternal,Detroit:BH, Origin
diff --git a/supplementary.tar.zst b/supplementary.tar.zst
index db70871b2813..8a8a7c6fe9af 100644
--- a/supplementary.tar.zst
+++ b/supplementary.tar.zst
Binary files differ