makedeb


proton-ge-custom-bin 8.3-1


A fancy custom distribution of Valves Proton with various patches

Click here to go back to the commit logs for proton-ge-custom-bin.

Commit:


Hash: 84e3efe58fabaec6dcc9d0b0312b96aa14696aaa

Message: Updated to GE-7-10

Diff


diff --git a/PKGBUILD b/PKGBUILD
index e446b14..5cfe355 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
 ## pkginfo
 pkgdesc='A fancy custom distribution of Valves Proton with various patches'
 pkgname=proton-ge-custom-bin
-pkgver=7.9
+pkgver=7.10
 pkgrel=1
 arch=('x86_64')
 license=('BSD' 'LGPL' 'zlib' 'MIT' 'MPL' 'custom')
@@ -39,7 +39,7 @@ optdepends=('kdialog: KDE splash dialog support'
             'xboxdrv: gamepad driver service'
           )
 ## makepkg options
-options=('!strip')
+options=(!strip emptydirs)
 
 ## fix naming conventions, matching upstream
 _pkgname=${pkgname//-bin/}
@@ -59,8 +59,8 @@ 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=('f9a1a9f79ead06c6af87435ddb0b68e8ff06a9e1a94abfcdfc09186107c7743d814e89814dac48d96f31f7ce9db3d1be2491df6bda25b33affc5eef50ed8afbb'
-            'a484c4cd2003057cf0cbbd32ca5d0106e97c75434e7bef34b35be8239ad98a482358852e41e85abedf5b24ac4d0375c8fffc7deee81a9b08c7799a398f23773b')
+sha512sums=('1d105a3df5c3fca115f390232dbed0a8f8180fba50027437ab59640277628d0831b3d5c598a585bc1df4ed127638163e3520524553e51650128b70e1b4e1bb3d'
+           'a484c4cd2003057cf0cbbd32ca5d0106e97c75434e7bef34b35be8239ad98a482358852e41e85abedf5b24ac4d0375c8fffc7deee81a9b08c7799a398f23773b')
 
 build() {
 ## patches
diff --git a/changelog.md b/changelog.md
index 0733641..5319ae1 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,15 @@
+## GE-Proton7-10 Released
+
+Updated wine to latest bleeding edge
+Updated dxvk to latest git
+Updated vkd3d-proton to latest git
+Corrected VKD3D_FEATURE_LEVEL being in the wrong python script block so it actually loads now.
+
+Thanks to upstream proton devs RĂ©mi Bernon (rbernon), Derek Lesho (Guy1524), Philip Rebohle (doitsujin):
+
+Nioh 2 videos now work
+Persona 5 Strikers videos now work
+
 ## GE-Proton7-9 Released
 
 Added loader-KeyboardLayouts from staging. This fixes a big performance issue in Overwatch but may also help other games.