summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGreyson Christoforo2021-10-24 13:05:25 +0100
committerGreyson Christoforo2021-10-24 13:05:25 +0100
commitb19355144562d1bd60424928c0aa56db244ae2d8 (patch)
treec6ee836d7e94dba885cd911cf22c35426b04107d /PKGBUILD
parente99052d2c76950b6a41c3b5dac2ba8833cccdada (diff)
downloadaur-b19355144562d1bd60424928c0aa56db244ae2d8.tar.gz
remove QT5 build flag
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f184a7f89067..cdd87ba161a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Grey Christoforo <first name at last name dot net>
pkgname=freecad-git
-pkgver=0.20.0.r1693.g8bb582f23f
+pkgver=0.20.0.r1934.g9f2dd4a363
pkgrel=1
epoch=0
pkgdesc='A general purpose 3D CAD modeler - git checkout'
@@ -82,7 +82,6 @@ build() {
cmake -Wno-dev -G Ninja -B build_dir -S . \
-D BUILD_ENABLE_CXX_STD=C++17 \
- -D BUILD_QT5=ON \
-D BUILD_FEM=ON \
-D BUILD_MESH=ON \
-D BUILD_MESH_PART=ON \