summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStelios Tsampas2023-07-21 20:11:20 +0300
committerStelios Tsampas2023-07-21 20:11:20 +0300
commit572787f06859a7defd8f239fc4e3f7eda6d5eed7 (patch)
tree99f24aaa8441432eca985bcf8c0cd2bb4c4440f9
parent17c32cc5ae4a730da30b1c9f2ca2ff6eabbc5b30 (diff)
downloadaur-572787f06859a7defd8f239fc4e3f7eda6d5eed7.tar.gz
[proton-ge-custom] woops
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
-rw-r--r--PKGBUILD.testing5
3 files changed, 3 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4279009a8328..016709ee6b3d 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.Proton8.7
- pkgrel = 2
+ pkgrel = 3
epoch = 2
url = https://github.com/GloriousEggroll/proton-ge-custom
install = proton-ge-custom.install
diff --git a/PKGBUILD b/PKGBUILD
index 53e9b4ffe681..41f2c58f81d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _commit=c03528a75cb317aa19a8e65bbe5c82416ee16594
pkgver=${_srctag//-/.}
_geckover=2.47.3
_monover=8.0.0
-pkgrel=2
+pkgrel=3
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"
@@ -252,9 +252,6 @@ prepare() {
patch -p1 -i "$srcdir"/0004-AUR-Copy-DLL-dependencies-of-32bit-libvkd3d-dlls-int.patch
patch -p1 -i "$srcdir"/fix_hwnd_changes_meaning.patch
- # Remove symstore to skip the building steps
- rm symstore
-
# Remove repos from srcdir to save space
for submodule in "${_submodules[@]}"; do
rm -rf "$srcdir"/"${submodule%::*}"
diff --git a/PKGBUILD.testing b/PKGBUILD.testing
index a5660882c023..6f43650399f0 100644
--- a/PKGBUILD.testing
+++ b/PKGBUILD.testing
@@ -6,7 +6,7 @@ _commit=c03528a75cb317aa19a8e65bbe5c82416ee16594
pkgver=${_srctag//-/.}
_geckover=2.47.3
_monover=8.0.0
-pkgrel=2
+pkgrel=3
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"
@@ -252,9 +252,6 @@ prepare() {
patch -p1 -i "$srcdir"/0004-AUR-Copy-DLL-dependencies-of-32bit-libvkd3d-dlls-int.patch
patch -p1 -i "$srcdir"/fix_hwnd_changes_meaning.patch
- # Remove symstore to skip the building steps
- rm symstore
-
# Remove repos from srcdir to save space
for submodule in "${_submodules[@]}"; do
rm -rf "$srcdir"/"${submodule%::*}"