summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKasia2022-04-06 17:49:48 +0200
committerGitHub2022-04-06 12:49:48 -0300
commit08c696a27217669c47bfe480c24016ff8b6163b6 (patch)
tree6203facfad8aad6b390f643aa821f87d8cbe0f81
parent66efb3bf73281667d6aee1fcc76e9a8db970e3c6 (diff)
downloadaur-08c696a27217669c47bfe480c24016ff8b6163b6.tar.gz
Update PKGBUILD, .SRCINFO and changelog (#17)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
-rw-r--r--changelog.md21
3 files changed, 27 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f5eb8cda6da..7fc8cc65f1a4 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_10
+ pkgver = GE_Proton7_14
pkgrel = 1
epoch = 1
url = https://github.com/GloriousEggroll/proton-ge-custom
@@ -38,14 +38,14 @@ pkgbase = proton-ge-custom-bin
optdepends = xboxdrv: gamepad driver service
optdepends = lib32-libusb: wine usb support
provides = proton
- provides = proton-ge-custom=GE.Proton7_10
+ provides = proton-ge-custom=GE.Proton7_14
conflicts = proton-ge-custom
options = !strip
options = emptydirs
backup = usr/share/steam/compatibilitytools.d/proton-ge-custom/user_settings.py
- source = GE-Proton7-10_1.tar.gz::https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton7-10/GE-Proton7-10.tar.gz
+ source = GE-Proton7-14_1.tar.gz::https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton7-14/GE-Proton7-14.tar.gz
source = supplementary.tar.zst
- sha512sums = 1d105a3df5c3fca115f390232dbed0a8f8180fba50027437ab59640277628d0831b3d5c598a585bc1df4ed127638163e3520524553e51650128b70e1b4e1bb3d
+ sha512sums = 3cbe99a2659dab1871cef0b50deb8cab4f101cc4d0531ed3d2cd7cf89dcee6aa08357b3d485e4260ab7a46af13bf6349daed16deb382cbadd5b2831ba7ad5503
sha512sums = a484c4cd2003057cf0cbbd32ca5d0106e97c75434e7bef34b35be8239ad98a482358852e41e85abedf5b24ac4d0375c8fffc7deee81a9b08c7799a398f23773b
pkgname = proton-ge-custom-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6dcb71b00822..6a9c79f42b8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
## pkginfo
pkgdesc='A fancy custom distribution of Valves Proton with various patches'
pkgname=proton-ge-custom-bin
-pkgver=GE_Proton7_10
+pkgver=GE_Proton7_14
pkgrel=1
epoch=1
arch=('x86_64')
@@ -69,7 +69,7 @@ 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=('1d105a3df5c3fca115f390232dbed0a8f8180fba50027437ab59640277628d0831b3d5c598a585bc1df4ed127638163e3520524553e51650128b70e1b4e1bb3d'
+sha512sums=('3cbe99a2659dab1871cef0b50deb8cab4f101cc4d0531ed3d2cd7cf89dcee6aa08357b3d485e4260ab7a46af13bf6349daed16deb382cbadd5b2831ba7ad5503'
'a484c4cd2003057cf0cbbd32ca5d0106e97c75434e7bef34b35be8239ad98a482358852e41e85abedf5b24ac4d0375c8fffc7deee81a9b08c7799a398f23773b')
build() {
diff --git a/changelog.md b/changelog.md
index 5319ae144f2b..1dff57721672 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,24 @@
+## GE-Proton7-14 Released
+
+- Hotfix: Received more complaints than praise surrounding the gamemode change so I've reverted the changes. Gamemode is removed from the build and will not be used by default.
+
+## GE-Proton7-13 Released
+
+Woops another hotfix -- forgot to patch dxvk with async.
+
+## GE-Proton7-12 Released
+
+This is a hotfix that adds a workaround to launch New World since it's launcher hangs. They added the EAC .so library and it appears to work. Hopefully it stays that way.
+
+## GE-Proton7-11 Released
+
+- Feral Interactive's 'gamemode' has been added to the build and will now be automatically used when games are launched (you no longer need to run 'gamemode %command%') (Thanks manueliglesiasgarcia!)
+- proton experimental bleeding edge wine build has been updated (fixes a prefix creation bug)
+- several build-specific updates have been pulled from upstream proton
+- dxvk updated to git
+- vkd3d-proton updated to git
+- dxvk-nvapi updated to git
+
## GE-Proton7-10 Released
Updated wine to latest bleeding edge