summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStelios Tsampas2023-08-22 22:21:34 +0300
committerStelios Tsampas2023-08-22 22:21:34 +0300
commit24045ab230a0f98f097eb2f6ae72aab60d03bce6 (patch)
treefff93686aa7cd13dfc078320183dd7654512191e /PKGBUILD
parent1ff405a5222fbc7bf2d0f45b128b47dfccf0b92c (diff)
downloadaur-24045ab230a0f98f097eb2f6ae72aab60d03bce6.tar.gz
[proton-ge-custom] Try to save more space
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 91d59bef6136..8be616cc755c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _commit=ac6be1b9c3c1d402874e604b8d13c9652306b93f
pkgver=${_srctag//-/.}
_geckover=2.47.3
_monover=8.0.1
-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"
@@ -166,6 +166,8 @@ prepare() {
patch -p1 -i "$srcdir"/0003-AUR-Remove-kaldi-openfst-vosk-api-modules-because-of.patch
patch -p1 -i "$srcdir"/0004-AUR-Copy-DLL-dependencies-of-32bit-libvkd3d-dlls-int.patch
patch -p1 -i "$srcdir"/fix_hwnd_changes_meaning.patch
+
+ rm -rf .git
}
build() {