makedeb
A fancy custom distribution of Valves Proton with various patches
Click here to go back to the commit logs for proton-ge-custom-bin.
Hash: 7bc983295013700b583b22430db29206fea4fa86
Message: Updated to GE-7-3 and changed jackd1 to jackd2
diff --git a/.SRCINFO b/.SRCINFO
index 3a951f8..e1b3725 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,8 +2,8 @@ generated-by = makedeb-makepkg
pkgbase = proton-ge-custom-bin
pkgdesc = A fancy custom distribution of Valves Proton with various patches
- pkgver = 7.2
- pkgrel = 2
+ pkgver = 7.3
+ pkgrel = 1
url = https://github.com/GloriousEggroll/proton-ge-custom
changelog = changelog.md
arch = x86_64
@@ -19,7 +19,7 @@ pkgbase = proton-ge-custom-bin
depends = flac
depends = speex
depends = libgstreamer1.0-0
- depends = jackd1
+ depends = jackd2
depends = libgudev-1.0-0
depends = mpg123
depends = libtheora0
@@ -37,14 +37,14 @@ pkgbase = proton-ge-custom-bin
optdepends = wine: support for 32bit prefixes
optdepends = xboxdrv: gamepad driver service
provides = proton
- provides = proton-ge-custom=7.2
+ provides = proton-ge-custom=7.3
conflicts = proton-ge-custom-stable-bin
conflicts = proton-ge-custom
options = !strip
backup = usr/share/steam/compatibilitytools.d/proton-ge-custom/user_settings.py
- source = proton-ge-custom-7_2.tar.gz::https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton7-2/GE-Proton7-2.tar.gz
+ source = proton-ge-custom-7_3.tar.gz::https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton7-3/GE-Proton7-3.tar.gz
source = supplementary.tar.zst
- sha512sums = 7e6c3646f11425cb074734b99d7af626c9a37cd193076accf42b3336f6bbee643553165021c5de16b5cfa6dce5d6cf4ef908019a2b681fe1c557e79b1489a53c
+ sha512sums = d3d43785bfdc7fd9af1c47d1dc109c77c0abeb4f552f764a0ce6ebf8e127701fd0a32ce3cc2ed1cae350622883760bf94e93d815669155896de44a5825e6904d
sha512sums = 44e72a7ac5014cbb9686aed4b9c8c83011947610d8365b51cef5e2527c787cc1752e2aa64895b8a18d8b4af774c75acf62a27ec392c38b61d9ea8cb43fbda8fe
pkgname = proton-ge-custom-bin
diff --git a/PKGBUILD b/PKGBUILD
index 360ae4e..9fbaa18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
## pkginfo
pkgdesc="A fancy custom distribution of Valves Proton with various patches"
pkgname=proton-ge-custom-bin
-pkgver=7.2
-pkgrel=2
+pkgver=7.3
+pkgrel=1
arch=('x86_64')
license=('BSD' 'LGPL' 'zlib' 'MIT' 'MPL' 'custom')
changelog=changelog.md
@@ -21,7 +21,7 @@ depends=('python3'
'flac'
'speex'
'libgstreamer1.0-0'
- 'jackd1'
+ 'jackd2'
'libgudev-1.0-0'
'mpg123'
'libtheora0'
@@ -60,7 +60,7 @@ backup=("${_protoncfg}")
url='https://github.com/GloriousEggroll/proton-ge-custom'
source=(${_pkgname}-${_pkgver}.tar.gz::"${url}/releases/download/${_srcdir}/${_srcdir}.tar.gz"
"supplementary.tar.zst")
-sha512sums=('7e6c3646f11425cb074734b99d7af626c9a37cd193076accf42b3336f6bbee643553165021c5de16b5cfa6dce5d6cf4ef908019a2b681fe1c557e79b1489a53c'
+sha512sums=('d3d43785bfdc7fd9af1c47d1dc109c77c0abeb4f552f764a0ce6ebf8e127701fd0a32ce3cc2ed1cae350622883760bf94e93d815669155896de44a5825e6904d'
'44e72a7ac5014cbb9686aed4b9c8c83011947610d8365b51cef5e2527c787cc1752e2aa64895b8a18d8b4af774c75acf62a27ec392c38b61d9ea8cb43fbda8fe')
build() {
diff --git a/changelog.md b/changelog.md
index 5c47a29..1dc65f6 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,22 @@
+## GE-Proton7-3 Released
+
+Another hotfix build.
+
+--Finally-- got the build corruption issue fixed. There was a mixup with the pefixup script and transition from proton 7 stable to proton 7 experimental builds. Took me a while but I got it sorted and Warframe and the Batman games as well as vcrun are all working properly again. I quadruple checked on my side this time. What a long day.
+
+
+## GE-Proton7-2 Released
+
+This is a hotfix.
+In GE-Proton7-1 I was applying the castlevania save patch, which was already fixed in upstream proton. This caused breakage in various installers (such as Visual C++ runtime).
+I've removed the patch since it's no longer needed and it resolves the issue. Notably:
+
+-Fixed broken launcher in Warframe on new prefix
+-Fixed various broken protonfixes
+-Fixed broken controller input on clean game prefix creations
+-Fixed failed installation for Batman Arkham City
+-Fixed failed controller input in Batman Arkham Knight
+
## GE-Proton7-1 Released
Why the new naming scheme?