summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Furkan Yıldız2023-07-22 18:03:28 +0300
committerGitHub2023-07-22 12:03:28 -0300
commit8cf380d64c42d3dfd0288f1940f5de1fcffecb07 (patch)
tree6fc8cfc64a73c13553c07f29b62551d645ecaf04
parentf398e0e1d452258cc963d2ab4692334a9f24d9b3 (diff)
downloadaur-8cf380d64c42d3dfd0288f1940f5de1fcffecb07.tar.gz
update to 8_9 (#64)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
-rw-r--r--changelog.md4
3 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9d30c7b60c3..5fe812ea0571 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = proton-ge-custom-bin
pkgdesc = A fancy custom distribution of Valves Proton with various patches
- pkgver = GE_Proton8_8
+ pkgver = GE_Proton8_9
pkgrel = 1
epoch = 1
url = https://github.com/GloriousEggroll/proton-ge-custom
@@ -42,16 +42,16 @@ pkgbase = proton-ge-custom-bin
optdepends = wine: support for 32bit prefixes
optdepends = xboxdrv: gamepad driver service
provides = proton
- provides = proton-ge-custom=GE.Proton8_8
+ provides = proton-ge-custom=GE.Proton8_9
conflicts = proton-ge-custom
options = !strip
options = emptydirs
backup = usr/share/steam/compatibilitytools.d/proton-ge-custom/user_settings.py
- source = GE-Proton8-8_1.tar.gz::https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton8-8/GE-Proton8-8.tar.gz
+ source = GE-Proton8-9_1.tar.gz::https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton8-9/GE-Proton8-9.tar.gz
source = user_settings.py
source = launcher.sh
source = pam_limits.conf
- sha512sums = bc27279ced79e5b4218a1736fc9b2a38b16b46f063b77d1773a4fbe796573f3363c2f89b96ac06c4442a13997b5c0da0a6e47a4fd3b377d39d10b5ac81f002cc
+ sha512sums = b017f55fcfb8f5245c3f025eefdf5797ca5b8131eb892c5470baddd3639abaa189b8c9b46ea1f56c4a5683028d0c8f4840ae5fc845462e1ddecfc4a086c3d46b
sha512sums = babe2a461118bef6a777656a10bb89abeee2c8c3ed4285eb1b99f5ba517b779f18372d1d93ed2cce63b0d8111cf0b08e14a0c92435680239f6936783c3e4cbc5
sha512sums = 78ede6d50f9c43407da511c8b37dcf60aae2ddbd461c0081f0d0ce3de08ace3a84dee86e9253acbac829b47c5818ef4e1a354ccb05feaa9853ce279dc3f903fd
sha512sums = c64898bd41801470925fb0efdcf7d247e5cb476fb4745f83ceeccf12041474e5c309fb1c2ac1483b419d12b4ade7668c046bebded4e3bf4708737ee505b080a1
diff --git a/PKGBUILD b/PKGBUILD
index e5dae2a546e5..59cdd2fdc814 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@
## pkginfo
pkgdesc='A fancy custom distribution of Valves Proton with various patches'
pkgname=proton-ge-custom-bin
-pkgver=GE_Proton8_8
+pkgver=GE_Proton8_9
pkgrel=1
epoch=1
arch=('x86_64')
@@ -77,7 +77,7 @@ source=("${_pkgver}_${pkgrel}.tar.gz::${url}/releases/download/${_pkgver}/${_pkg
'user_settings.py'
'launcher.sh'
'pam_limits.conf')
-sha512sums=('bc27279ced79e5b4218a1736fc9b2a38b16b46f063b77d1773a4fbe796573f3363c2f89b96ac06c4442a13997b5c0da0a6e47a4fd3b377d39d10b5ac81f002cc'
+sha512sums=('b017f55fcfb8f5245c3f025eefdf5797ca5b8131eb892c5470baddd3639abaa189b8c9b46ea1f56c4a5683028d0c8f4840ae5fc845462e1ddecfc4a086c3d46b'
'babe2a461118bef6a777656a10bb89abeee2c8c3ed4285eb1b99f5ba517b779f18372d1d93ed2cce63b0d8111cf0b08e14a0c92435680239f6936783c3e4cbc5'
'78ede6d50f9c43407da511c8b37dcf60aae2ddbd461c0081f0d0ce3de08ace3a84dee86e9253acbac829b47c5818ef4e1a354ccb05feaa9853ce279dc3f903fd'
'c64898bd41801470925fb0efdcf7d247e5cb476fb4745f83ceeccf12041474e5c309fb1c2ac1483b419d12b4ade7668c046bebded4e3bf4708737ee505b080a1')
diff --git a/changelog.md b/changelog.md
index 0c864a951fc7..a8f64dafe1af 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,7 @@
+## GE-Proton8-9
+
+-Hotfix: Apparently yesterdays build was missing the normal proton packaged Gecko and Mono (the file size was significantly smaller than usual). This build fixes that.
+
## GE-Proton8-8
- This is a minor hotfix release that just syncs proton-wine and dxvk with upstream versions from today. A user complained they were seeing some odd CPU+GPU usage in 8-7 but was fine in today's proton-experimental. After testing with this build based on today's experimental they confirmed it was working here too.