summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStelios Tsampas2023-01-20 12:34:54 +0200
committerStelios Tsampas2023-01-20 12:34:54 +0200
commit1104498c44302e1c48eba880e925c98967d22117 (patch)
tree824cc7b10d55a82994701c6a214a74dac11fa5cd /PKGBUILD
parentc0384eb77f6698fc265b674316271b09579c3646 (diff)
downloadaur-1104498c44302e1c48eba880e925c98967d22117.tar.gz
[proton-ge-custom] Remove v45 patch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ecc5a4e039df..d4a5cf8656f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _commit=
pkgver=${_srctag//-/.}
_geckover=2.47.3
_monover=7.4.0
-pkgrel=1
+pkgrel=2
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"
@@ -273,7 +273,6 @@ prepare() {
popd
patch -p1 -i "$srcdir"/0001-AUR-pkgbuild-changes.patch
- patch -p1 -i "$srcdir"/0002-v45-fixes.patch
# Remove repos from srcdir to save space
for submodule in "${_submodules[@]}"; do