summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
-rw-r--r--proton-sanitize_makefile.patch (renamed from proton-unfuck_makefile.patch)0
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3668ecf02f6..f6735e698475 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = proton-native
- pkgdesc = Compatibility tool for Steam Play based on Wine and additional components. Monolithic distribution
+ pkgdesc = Compatibility tool for Steam Play based on Wine and additional components
pkgver = 6.3.7
pkgrel = 1
epoch = 1
@@ -222,7 +222,7 @@ pkgbase = proton-native
source = https://raw.githubusercontent.com/Sporif/dxvk-async/1.9.2/dxvk-async.patch
source = wine-winevulkan_fsr.patch
source = wine-more_8x5_res.patch
- source = proton-unfuck_makefile.patch
+ source = proton-sanitize_makefile.patch
source = proton-disable_lock.patch
source = proton-user_compat_data.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3e8775d4db7c..5943508a006c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ _monover=6.3.0
_dxvkver=1.9.2
pkgrel=1
epoch=1
-pkgdesc="Compatibility tool for Steam Play based on Wine and additional components. Monolithic distribution"
+pkgdesc="Compatibility tool for Steam Play based on Wine and additional components"
url="https://github.com/ValveSoftware/Proton"
arch=(x86_64 x86_64_v3)
options=(!staticlibs !lto)
@@ -125,7 +125,7 @@ source=(
https://raw.githubusercontent.com/Sporif/dxvk-async/${_dxvkver}/dxvk-async.patch
wine-winevulkan_fsr.patch
wine-more_8x5_res.patch
- proton-unfuck_makefile.patch
+ proton-sanitize_makefile.patch
proton-disable_lock.patch
proton-user_compat_data.patch
)
@@ -215,7 +215,7 @@ prepare() {
patch -p1 -i "$srcdir"/dxvk-async.patch
popd
- patch -p1 -i "$srcdir"/proton-unfuck_makefile.patch
+ patch -p1 -i "$srcdir"/proton-sanitize_makefile.patch
patch -p1 -i "$srcdir"/proton-disable_lock.patch
patch -p1 -i "$srcdir"/proton-user_compat_data.patch
}
diff --git a/proton-unfuck_makefile.patch b/proton-sanitize_makefile.patch
index e63b6912bef1..e63b6912bef1 100644
--- a/proton-unfuck_makefile.patch
+++ b/proton-sanitize_makefile.patch