summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSebastiaan Lokhorst2020-01-08 22:32:24 +0100
committerSebastiaan Lokhorst2020-01-08 22:32:24 +0100
commit122150e43f3e9923f133453d0ecc5f664fb50223 (patch)
treeb492821a3db7545122fa5ad56d85a9177279c796 /PKGBUILD
parentd59768728b324627476f5db29b5978d326d313d7 (diff)
downloadaur-122150e43f3e9923f133453d0ecc5f664fb50223.tar.gz
PySide2 rcc/uic finder was fixed upstream
https://github.com/FreeCAD/FreeCAD/pull/2846
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bf97ec1cc521..c161a63417b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Sebastiaan Lokhorst <sebastiaanlokhorst@gmail.com>
pkgname=freecad-git
-pkgver=0.18.r3026.gdcc2790834
+pkgver=0.18.r3116.g2e31417aa4
pkgrel=1
epoch=0
pkgdesc='A general purpose 3D CAD modeler - git checkout'
@@ -50,8 +50,6 @@ build() {
-DPYTHON_EXECUTABLE=/usr/bin/python3 \
-DOPENMPI_INCLUDE_DIRS=/usr/include \
-DPYSIDE_INCLUDE_DIR="/usr/include/PySide2" \
- -DPYSIDE2RCCBINARY=/usr/bin/rcc \
- -DPYSIDE2UICBINARY=/usr/bin/uic \
-DPYSIDE_LIBRARY="/usr/lib/libpyside2.cpython-${PYVER//.}-${CARCH}-linux-gnu.so" \
-DPYSIDE_PYTHONPATH="/usr/lib/python${PYVER}/site-packages/PySide2" \
-DPYSIDE_TYPESYSTEMS="/usr/share/PySide2/typesystems" \