From d6910d7cf88884c63f80bf0419a47fd5efb0f992 Mon Sep 17 00:00:00 2001 From: lod Date: Sat, 27 Jan 2024 12:03:23 +0100 Subject: [PATCH] update install.patch --- PKGBUILD | 2 +- install.patch | 13 ++----------- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 09eb540..9bb90e0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -38,7 +38,7 @@ b2sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' - '2f2d110ba03c3d852bec93a0705570df93e72f5e3757bd64494083c5a1ae59c5228024fca563043c05014b1962ccde88e029a6bac2fe36be6e852a53b35a43fb') + '97badff74d64db444a780f48a3003e4a7232e7c0ab1ef43f9adbf20044c988f41dd455dc5aad548e5d3501ccc7a1ad9967a69bf43cbd2bb133eb6d00d50f210c') prepare() { export EDGETX_VERSION_TAG=$pkgver diff --git a/install.patch b/install.patch index 4d947c8..e73f262 100644 --- a/install.patch +++ b/install.patch @@ -1,5 +1,3 @@ ---- build-companion-org.sh 2022-11-29 15:37:49.493916416 +0100 -+++ build-companion.sh 2022-11-29 20:11:06.425385270 +0100 @@ -30,7 +30,7 @@ SRCDIR=$1 OUTDIR=$2 @@ -22,16 +20,9 @@ declare -a simulator_plugins=(x9lite x9lites x7 x7-access -@@ -161,19 +161,10 @@ - esac - - rm -f CMakeCache.txt native/CMakeCache.txt -+ - cmake ${BUILD_OPTIONS} "${SRCDIR}" - cmake --build . --target native-configure +@@ -176,14 +176,4 @@ cmake --build native -j"${JOBS}" --target libsimulator --done -+done + done -cmake --build . --target native-configure -if [ "$(uname)" = "Darwin" ]; then