fix typos
This commit is contained in:
parent
cecbc03a50
commit
4df8a94200
2 changed files with 2 additions and 5 deletions
7
PKGBUILD
7
PKGBUILD
|
@ -15,7 +15,7 @@ options=('!debug' '!emptydirs')
|
||||||
provides=("orca-slicer")
|
provides=("orca-slicer")
|
||||||
source=("$pkgname::git+https://github.com/SoftFever/OrcaSlicer.git"
|
source=("$pkgname::git+https://github.com/SoftFever/OrcaSlicer.git"
|
||||||
"https://github.com/Open-Cascade-SAS/OCCT/commit/7236e83dcc1e7284e66dc61e612154617ef715d6.patch"
|
"https://github.com/Open-Cascade-SAS/OCCT/commit/7236e83dcc1e7284e66dc61e612154617ef715d6.patch"
|
||||||
"cmake=min-version.patch"
|
"cmake-min-version.patch"
|
||||||
"wxWidgets-cmake-min-version.patch")
|
"wxWidgets-cmake-min-version.patch")
|
||||||
b2sums=('SKIP'
|
b2sums=('SKIP'
|
||||||
'cc7791841533e07787a4921b688fdd885782a67320936d445ad04102a68e8e044b5bf52a58d987d158ae522ae4f02a56a3525ccfd1831ef6a3b6459be14bd408'
|
'cc7791841533e07787a4921b688fdd885782a67320936d445ad04102a68e8e044b5bf52a58d987d158ae522ae4f02a56a3525ccfd1831ef6a3b6459be14bd408'
|
||||||
|
@ -43,10 +43,7 @@ prepare() {
|
||||||
# Set cmake_minimum_required to 3.5 for all dependencies
|
# Set cmake_minimum_required to 3.5 for all dependencies
|
||||||
cp wxWidgets-cmake-min-version.patch $pkgname/deps/wxWidgets/wxWidgets-cmake-min-version.patch
|
cp wxWidgets-cmake-min-version.patch $pkgname/deps/wxWidgets/wxWidgets-cmake-min-version.patch
|
||||||
cd $pkgname
|
cd $pkgname
|
||||||
git apply ../cmake=min-version.patch
|
git apply ../cmake-min-version.patch
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue