summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStelios Tsampas2021-10-22 14:54:51 +0300
committerStelios Tsampas2021-10-22 14:54:51 +0300
commit5376671b29b128762760f8a954a0743afb16bc67 (patch)
treea6f09610914c96e6df22031429e6318dd1f81d31 /PKGBUILD
parentbc63bf9eb6132c5d581eddaf122d1fff720ce594 (diff)
downloadaur-5376671b29b128762760f8a954a0743afb16bc67.tar.gz
Provide proton
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3cb16f7c4a65..8c6c50c7ef38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -102,6 +102,7 @@ optdepends=(
)
makedepends=(${makedepends[@]} ${depends[@]})
+provides=('proton')
#install=${pkgname}.install
source=(
proton-ge-custom::git+https://github.com/gloriouseggroll/proton-ge-custom.git#tag=${_srctag}
@@ -276,6 +277,7 @@ build() {
export WINEESYNC=0
export WINEFSYNC=0
+ export DISPLAY=""
SUBJOBS=$([[ "$MAKEFLAGS" =~ -j\ *([1-9][0-9]*) ]] && echo "${BASH_REMATCH[1]}" || echo "$(nproc)") \
make -j1 dist
}