summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaja2022-02-28 16:43:50 +0100
committerJaja2022-02-28 17:23:26 +0100
commit06b0a007c7837f1b31eb3bdbcace053abef09bfa (patch)
tree9187928f9780e587efdbb46ea8090a3953b0eb5e
parent5e7ced3b0571feee9ee878d37b1974f619a14fe5 (diff)
downloadaur-06b0a007c7837f1b31eb3bdbcace053abef09bfa.tar.gz
upstream hotfix
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD11
-rw-r--r--changelog.md8
-rw-r--r--supplementary.tar.zstbin15641 -> 15668 bytes
4 files changed, 17 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 275357f0d14a..38c387188af8 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_Proton7_2
+ pkgver = GE_Proton7_3
pkgrel = 1
epoch = 1
url = https://github.com/GloriousEggroll/proton-ge-custom
@@ -40,14 +40,14 @@ pkgbase = proton-ge-custom-bin
optdepends = wine: support for 32bit prefixes
optdepends = xboxdrv: gamepad driver service
provides = proton
- provides = proton-ge-custom=GE.Proton7_2
+ provides = proton-ge-custom=GE.Proton7_3
conflicts = proton-ge-custom-legacy-bin
conflicts = proton-ge-custom
options = !strip
backup = usr/share/steam/compatibilitytools.d/proton-ge-custom/user_settings.py
- source = GE-Proton7-2_1.tar.gz::https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton7-2/GE-Proton7-2.tar.gz
+ source = GE-Proton7-3_1.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 = 44e72a7ac5014cbb9686aed4b9c8c83011947610d8365b51cef5e2527c787cc1752e2aa64895b8a18d8b4af774c75acf62a27ec392c38b61d9ea8cb43fbda8fe
+ sha512sums = d3d43785bfdc7fd9af1c47d1dc109c77c0abeb4f552f764a0ce6ebf8e127701fd0a32ce3cc2ed1cae350622883760bf94e93d815669155896de44a5825e6904d
+ sha512sums = 6a0edd52bbbe0bc724bcb92a3fe05b22393d4e7e40869c3eb978c6a997ac2ace2af76809fa7587513848c86ab29285665cdcd2e1ddb7a1de5fd0cf950e889383
pkgname = proton-ge-custom-bin
diff --git a/PKGBUILD b/PKGBUILD
index 61620d0f9851..e157eca0b1ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,8 @@
## pkginfo
pkgdesc="A fancy custom distribution of Valves Proton with various patches"
pkgname=proton-ge-custom-bin
-pkgver=GE_Proton7_2
+pkgver=GE_Proton7_3
pkgrel=1
-# remove epoch after some time, maybe 3 month or so
-# we need to do this since upstream naming has changed :(
epoch=1
arch=('x86_64')
license=('BSD' 'LGPL' 'zlib' 'MIT' 'MPL' 'custom')
@@ -66,8 +64,8 @@ backup=("${_protoncfg}")
url='https://github.com/GloriousEggroll/proton-ge-custom'
source=(${_pkgver}_${pkgrel}.tar.gz::"${url}/releases/download/${_pkgver}/${_pkgver}.tar.gz"
"supplementary.tar.zst")
-sha512sums=('7e6c3646f11425cb074734b99d7af626c9a37cd193076accf42b3336f6bbee643553165021c5de16b5cfa6dce5d6cf4ef908019a2b681fe1c557e79b1489a53c'
- '44e72a7ac5014cbb9686aed4b9c8c83011947610d8365b51cef5e2527c787cc1752e2aa64895b8a18d8b4af774c75acf62a27ec392c38b61d9ea8cb43fbda8fe')
+sha512sums=('d3d43785bfdc7fd9af1c47d1dc109c77c0abeb4f552f764a0ce6ebf8e127701fd0a32ce3cc2ed1cae350622883760bf94e93d815669155896de44a5825e6904d'
+ '6a0edd52bbbe0bc724bcb92a3fe05b22393d4e7e40869c3eb978c6a997ac2ace2af76809fa7587513848c86ab29285665cdcd2e1ddb7a1de5fd0cf950e889383')
build() {
## patches
@@ -77,8 +75,7 @@ sed -i -r 's|"GE-Proton.*"|"Proton-GE"|' ${_srcdir}/compatibilitytool.vdf
## remove artifacts
rm "${_srcdir}"/protonfixes/*.tar.xz
## fixes from namcap inspection
-chmod -R a+r "${_srcdir}"/protonfixes/gamefixes
-strip --preserve-dates --strip-unneeded "${_srcdir}"/dist/bin/wine*
+strip --preserve-dates --strip-unneeded "${_srcdir}"/files/bin/wine*
}
package() {
diff --git a/changelog.md b/changelog.md
index 5c47a29ba8f1..ef86b90b70c8 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,11 @@
+## 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-1 Released
Why the new naming scheme?
diff --git a/supplementary.tar.zst b/supplementary.tar.zst
index 3b3aea2e6116..6ef2ba366c75 100644
--- a/supplementary.tar.zst
+++ b/supplementary.tar.zst
Binary files differ