summarylogtreecommitdiffstats
path: root/PKGBUILD.testing
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD.testing')
-rw-r--r--PKGBUILD.testing14
1 files changed, 7 insertions, 7 deletions
diff --git a/PKGBUILD.testing b/PKGBUILD.testing
index e6f4c0653625..e6f2d9734d69 100644
--- a/PKGBUILD.testing
+++ b/PKGBUILD.testing
@@ -6,7 +6,7 @@ _commit=ac6be1b9c3c1d402874e604b8d13c9652306b93f
pkgver=${_srctag//-/.}
_geckover=2.47.3
_monover=8.0.1
-pkgrel=3
+pkgrel=4
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"
@@ -30,8 +30,8 @@ depends=(
'sdl2>=2.0.16' 'lib32-sdl2>=2.0.16'
libsoup lib32-libsoup
libgudev lib32-libgudev
-# blas lib32-blas
-# lapack lib32-lapack
+ blas lib32-blas
+ lapack lib32-lapack
desktop-file-utils
python
steam-native-runtime
@@ -91,11 +91,11 @@ source=(
0002-AUR-Do-not-update-cargo-crates.patch
0003-AUR-Remove-kaldi-openfst-vosk-api-modules-because-of.patch
0004-AUR-Copy-DLL-dependencies-of-32bit-libvkd3d-dlls-int.patch
+ 0005-AUR-Strip-binaries-early.patch
fix_hwnd_changes_meaning.patch
)
# Optional patches
source+=(
- 0005-AUR-Strip-binaries-early.patch
)
noextract=(
wine-gecko-${_geckover}-{x86,x86_64}.tar.xz
@@ -164,10 +164,10 @@ prepare() {
patch -p1 -i "$srcdir"/0001-AUR-Pkgbuild-changes.patch
patch -p1 -i "$srcdir"/0002-AUR-Do-not-update-cargo-crates.patch
- patch -p1 -i "$srcdir"/0003-AUR-Remove-kaldi-openfst-vosk-api-modules-because-of.patch
+ #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
patch -p1 -i "$srcdir"/0005-AUR-Strip-binaries-early.patch
+ patch -p1 -i "$srcdir"/fix_hwnd_changes_meaning.patch
}
build() {
@@ -270,9 +270,9 @@ sha256sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
+ 'SKIP'
'20824bb565fefcad4aa978c54e0f8b9d9d17b7b52fb03fc87943150de148f06f')
# Optional patches
sha256sums+=(
- 'SKIP'
)