summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStelios Tsampas2023-03-24 19:12:54 +0200
committerStelios Tsampas2023-03-24 19:12:54 +0200
commita9c0e97ef3193710cef535782651ebf6d4ef46aa (patch)
tree00498fae10faf69b5b4db6e01f4882477906ab0e
parent585fb41ba2457271b95d8cd241272606a05eea56 (diff)
downloadaur-a9c0e97ef3193710cef535782651ebf6d4ef46aa.tar.gz
[proton-ge-custom] Version GE-Proton7-53
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
-rw-r--r--PKGBUILD.testing10
3 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7da929e704d..73af4e39d0fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = proton-ge-custom
pkgdesc = Compatibility tool for Steam Play based on Wine and additional components, GloriousEggroll's custom build
- pkgver = GE.Proton7.51
- pkgrel = 3
+ pkgver = GE.Proton7.53
+ pkgrel = 1
epoch = 2
url = https://github.com/GloriousEggroll/proton-ge-custom
install = proton-ge-custom.install
@@ -176,7 +176,7 @@ pkgbase = proton-ge-custom
options = !staticlibs
options = !lto
options = emptydirs
- source = proton-ge-custom::git+https://github.com/gloriouseggroll/proton-ge-custom.git#commit=6f12019635c059f35b1329301ec0a5e7fee7e436
+ source = proton-ge-custom::git+https://github.com/gloriouseggroll/proton-ge-custom.git#commit=d4d37abb6c27516183cd6882e6d7941af721efe2
source = wine-valve::git+https://github.com/ValveSoftware/wine.git
source = dxvk::git+https://github.com/doitsujin/dxvk.git
source = openvr::git+https://github.com/ValveSoftware/openvr.git
diff --git a/PKGBUILD b/PKGBUILD
index 4a9650bf06fa..5a19eeb48b74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: loathingkernel <loathingkernel _a_ gmail _d_ com>
pkgname=proton-ge-custom
-_srctag=GE-Proton7-51
-_commit=6f12019635c059f35b1329301ec0a5e7fee7e436
+_srctag=GE-Proton7-53
+_commit=d4d37abb6c27516183cd6882e6d7941af721efe2
pkgver=${_srctag//-/.}
_geckover=2.47.3
_monover=7.4.0
-pkgrel=3
+pkgrel=1
epoch=2
pkgdesc="Compatibility tool for Steam Play based on Wine and additional components, GloriousEggroll's custom build"
url="https://github.com/GloriousEggroll/proton-ge-custom"
diff --git a/PKGBUILD.testing b/PKGBUILD.testing
index efbd6c1cfe46..1033af523f73 100644
--- a/PKGBUILD.testing
+++ b/PKGBUILD.testing
@@ -1,12 +1,12 @@
# Maintainer: loathingkernel <loathingkernel _a_ gmail _d_ com>
pkgname=proton-ge-custom
-_srctag=GE-Proton7-51
-_commit=6f12019635c059f35b1329301ec0a5e7fee7e436
+_srctag=GE-Proton7-53
+_commit=d4d37abb6c27516183cd6882e6d7941af721efe2
pkgver=${_srctag//-/.}
_geckover=2.47.3
_monover=7.4.0
-pkgrel=3
+pkgrel=1
epoch=2
pkgdesc="Compatibility tool for Steam Play based on Wine and additional components, GloriousEggroll's custom build"
url="https://github.com/GloriousEggroll/proton-ge-custom"
@@ -286,8 +286,8 @@ build() {
# This overrides FLAGS from makepkg.conf, if you comment these you are on your own
# If you want the "best" possible optimizations for your system you can use
# `-march=native` and remove the `-mtune=core-avx2` option.
- export CFLAGS="-O2 -march=haswell -mtune=haswell -pipe -ftree-vectorize -fno-semantic-interposition"
- export CXXFLAGS="-O2 -march=haswell -mtune=haswell -pipe -ftree-vectorize -fno-semantic-interposition"
+ export CFLAGS="-O2 -march=haswell -mtune=haswell -pipe -fno-semantic-interposition"
+ export CXXFLAGS="-O2 -march=haswell -mtune=haswell -pipe -fno-semantic-interposition"
export RUSTFLAGS="-C opt-level=2 -C target-cpu=haswell"
export LDFLAGS="-Wl,-O1,--sort-common,--as-needed"