Skip to content

Commit 1b6e66e

Browse files
authored
chore: upgrade to 10-2 (#120)
1 parent 2af4c27 commit 1b6e66e

File tree

3 files changed

+22
-8
lines changed

3 files changed

+22
-8
lines changed

.SRCINFO

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pkgbase = proton-ge-custom-bin
22
pkgdesc = A fancy custom distribution of Valves Proton with various patches
3-
pkgver = GE_Proton10_1
4-
pkgrel = 2
3+
pkgver = GE_Proton10_2
4+
pkgrel = 1
55
epoch = 1
66
url = https://github.com/GloriousEggroll/proton-ge-custom
77
install = pleasenote.install
@@ -42,16 +42,16 @@ 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_1
45+
provides = proton-ge-custom=GE.Proton10_2
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-1_2.tar.gz::https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton10-1/GE-Proton10-1.tar.gz
50+
source = GE-Proton10-2_1.tar.gz::https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton10-2/GE-Proton10-2.tar.gz
5151
source = user_settings.py
5252
source = launcher.sh
5353
source = pam_limits.conf
54-
sha512sums = 43beaf2c07090d7cb0817436d5c0862caf7265462d2efbbecbf5361f5f2601a9edcf52f159bfc823028c835be982a9d17c170beccbc1e722c770e7f62bf90f42
54+
sha512sums = 1c47a541f9790f94061ca0488b9588016dc124d811fd06ce09aea80c750544c2efc4b9b498398626195d3f2912055a55df3570d8418f7677b0979f1d01fc851e
5555
sha512sums = 7c1a535d6dc33dbcd9de5605d4ec5b3cd38096d0d09de31c46037b3cbbbac8d4d64c24709b487ba3bd343eddae2b53d4f7b83559193381c09bc5961b9d7d75c2
5656
sha512sums = 78ede6d50f9c43407da511c8b37dcf60aae2ddbd461c0081f0d0ce3de08ace3a84dee86e9253acbac829b47c5818ef4e1a354ccb05feaa9853ce279dc3f903fd
5757
sha512sums = 60bcb1ad899d108fca9c6267321d11871feae96b696e44607ef533becc6decb493e93cbe699382e8163ad83f35cfa003a059499c37278f31afeba4700be6e356

PKGBUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
## pkginfo
1212
pkgdesc='A fancy custom distribution of Valves Proton with various patches'
1313
pkgname=proton-ge-custom-bin
14-
pkgver=GE_Proton10_1
15-
pkgrel=2
14+
pkgver=GE_Proton10_2
15+
pkgrel=1
1616
epoch=1
1717
arch=('x86_64')
1818
license=('BSD' 'LGPL' 'zlib' 'MIT' 'MPL' 'custom')
@@ -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=('43beaf2c07090d7cb0817436d5c0862caf7265462d2efbbecbf5361f5f2601a9edcf52f159bfc823028c835be982a9d17c170beccbc1e722c770e7f62bf90f42'
80+
sha512sums=('1c47a541f9790f94061ca0488b9588016dc124d811fd06ce09aea80c750544c2efc4b9b498398626195d3f2912055a55df3570d8418f7677b0979f1d01fc851e'
8181
'7c1a535d6dc33dbcd9de5605d4ec5b3cd38096d0d09de31c46037b3cbbbac8d4d64c24709b487ba3bd343eddae2b53d4f7b83559193381c09bc5961b9d7d75c2'
8282
'78ede6d50f9c43407da511c8b37dcf60aae2ddbd461c0081f0d0ce3de08ace3a84dee86e9253acbac829b47c5818ef4e1a354ccb05feaa9853ce279dc3f903fd'
8383
'60bcb1ad899d108fca9c6267321d11871feae96b696e44607ef533becc6decb493e93cbe699382e8163ad83f35cfa003a059499c37278f31afeba4700be6e356')

changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## GE-Proton10-2
2+
3+
Hotfix release:
4+
- Fixes missing comma in proton script causing prefix issues (this was also a valve upstream issue)
5+
- Fixes accidental import of the steam ffmpeg libraries instead of the ones we build and ship (this was an accidental copy/paste when porting changes from Proton 10) -- this should fix video playback in a lot of titles as they worked in proton 9
6+
- Removes setting ENABLE_HDR_WSI -- this option is only specific for the vk_hdr_layer (https://github.com/Zamundaaa/VK_hdr_layer) hack, which is -not- needed as of mesa 25.1 and can cause washed out colors. If you previously used this, it's advised to remove it, and update mesa to 25.1 if you want HDR.
7+
- added a few patches for allowing more launchers to work in wayland (epic, battlenet, star citizen)
8+
- added patch to allow 32 bit EOS overlay to work for Among Us.
9+
- added raw input patches for winewayland (un-accelerated mouse)
10+
- added touchpad scrolling support patch for winewayland
11+
- xalia library updates imported from upstream
12+
- dxvk updated to latest git
13+
- vkd3d-proton updated to latest git
14+
115
## GE-Proton10-1
216

317
Proton:

0 commit comments

Comments
 (0)