Skip to content

Commit 8c545d6

Browse files
authored
chore: upgrade to 10-4 (#122)
1 parent e6fa76b commit 8c545d6

File tree

3 files changed

+21
-5
lines changed

3 files changed

+21
-5
lines changed

.SRCINFO

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgbase = proton-ge-custom-bin
22
pkgdesc = A fancy custom distribution of Valves Proton with various patches
3-
pkgver = GE_Proton10_3
3+
pkgver = GE_Proton10_4
44
pkgrel = 1
55
epoch = 1
66
url = https://github.com/GloriousEggroll/proton-ge-custom
@@ -42,12 +42,12 @@ pkgbase = proton-ge-custom-bin
4242
optdepends = wine: support for 32bit prefixes
4343
optdepends = xboxdrv: gamepad driver service
4444
provides = proton
45-
provides = proton-ge-custom=GE.Proton10_3
45+
provides = proton-ge-custom=GE.Proton10_4
4646
conflicts = proton-ge-custom
4747
options = !strip
4848
options = emptydirs
4949
backup = usr/share/steam/compatibilitytools.d/proton-ge-custom/user_settings.py
50-
source = GE-Proton10-3_1.tar.gz::https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton10-3/GE-Proton10-3.tar.gz
50+
source = GE-Proton10-4_1.tar.gz::https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton10-4/GE-Proton10-4.tar.gz
5151
source = user_settings.py
5252
source = launcher.sh
5353
source = pam_limits.conf

PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
## pkginfo
1212
pkgdesc='A fancy custom distribution of Valves Proton with various patches'
1313
pkgname=proton-ge-custom-bin
14-
pkgver=GE_Proton10_3
14+
pkgver=GE_Proton10_4
1515
pkgrel=1
1616
epoch=1
1717
arch=('x86_64')
@@ -77,7 +77,7 @@ source=("${_pkgver}_${pkgrel}.tar.gz::${url}/releases/download/${_pkgver}/${_pkg
7777
'user_settings.py'
7878
'launcher.sh'
7979
'pam_limits.conf')
80-
sha512sums=('a7224e033beeb64b088cb43d2c1e8aa654cea39bc18b185d55960a00ebf9e93aabcd29e06444dc8aa1e416ea4a461dbac6ea8bbfca017a4abe87ffc50b8bc1c1'
80+
sha512sums=('ecae8bee69d5376e3170fe6f77fdab46931b45d89c2a89c778de5d10f8d371556b53fea84c6ab8dff370aa1e6e77d2d36a047e5001ef18a770db3b95749ef489'
8181
'7c1a535d6dc33dbcd9de5605d4ec5b3cd38096d0d09de31c46037b3cbbbac8d4d64c24709b487ba3bd343eddae2b53d4f7b83559193381c09bc5961b9d7d75c2'
8282
'78ede6d50f9c43407da511c8b37dcf60aae2ddbd461c0081f0d0ce3de08ace3a84dee86e9253acbac829b47c5818ef4e1a354ccb05feaa9853ce279dc3f903fd'
8383
'60bcb1ad899d108fca9c6267321d11871feae96b696e44607ef533becc6decb493e93cbe699382e8163ad83f35cfa003a059499c37278f31afeba4700be6e356')

changelog.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## GE-Proton10-4
2+
3+
Proton:
4+
- Fixed broken cursor issue with DOOM Eternal, DOOM Dark Ages, and Rocket League in winewayland (Thanks OOOOOF123/Etaash)
5+
- Added a stub implementation for amdxc64.dll to enable FSR4. Use FSR4_UPGRADE=1 to upgrade FSR3.1 games to FSR4. Again thanks to Thanks OOOOOF123/Etaash. Instructions: https://github.com/Etaash-mathamsetty/wine-builds/releases/tag/fsr4
6+
- import upstream proton changes
7+
8+
Protonfixes:
9+
- fix libcuda for star citizen
10+
- remove deprecated fixes for daedalic games
11+
- remove deprecated fix for Once human
12+
- add fix for The Chronicles of Myrtana: Archolos
13+
- add fix for Colin McRaie: DiRT
14+
- add quartz protonfix for Tree of Savior
15+
- remove deprecated fix for LOTRO
16+
117
## GE-Proton10-3
218

319
Hotfix release:

0 commit comments

Comments
 (0)