diff --git a/PKGBUILD b/PKGBUILD index 697e613..670dac6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -15,7 +15,7 @@ options=('!debug' '!emptydirs') provides=("orca-slicer") source=("$pkgname::git+https://github.com/SoftFever/OrcaSlicer.git" "https://github.com/Open-Cascade-SAS/OCCT/commit/7236e83dcc1e7284e66dc61e612154617ef715d6.patch" - "cmake=min-version.patch" + "cmake-min-version.patch" "wxWidgets-cmake-min-version.patch") b2sums=('SKIP' 'cc7791841533e07787a4921b688fdd885782a67320936d445ad04102a68e8e044b5bf52a58d987d158ae522ae4f02a56a3525ccfd1831ef6a3b6459be14bd408' @@ -43,10 +43,7 @@ prepare() { # Set cmake_minimum_required to 3.5 for all dependencies cp wxWidgets-cmake-min-version.patch $pkgname/deps/wxWidgets/wxWidgets-cmake-min-version.patch cd $pkgname - git apply ../cmake=min-version.patch - - - + git apply ../cmake-min-version.patch } build() { diff --git a/cmake=min-version.patch b/cmake-min-version.patch similarity index 100% rename from cmake=min-version.patch rename to cmake-min-version.patch