summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriel Souza Franco2018-08-28 16:25:22 +0200
committerGabriel Souza Franco2018-08-28 16:25:22 +0200
commitdffcef33c3973989c497e3d3915f6dfecc778323 (patch)
treeae15e8a1f4d9bd1ab98f42a26e9648083f69f2aa
parent0d796648245482983c3264cc289a2cc1cd108f9f (diff)
downloadaur-dffcef33c3973989c497e3d3915f6dfecc778323.tar.gz
Add missing makedep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16ba3f3fff44..441347727586 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,6 +15,7 @@ pkgbase = freecad
makedepends = cmake
makedepends = coin>=3.1.3-9
makedepends = python2-pyside2
+ makedepends = python2-shiboken2
makedepends = pyside2
makedepends = shiboken2
depends = boost-libs
diff --git a/PKGBUILD b/PKGBUILD
index bfa2e06cc89e..dcddd4a7a47a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ depends=('boost-libs' 'curl' 'opencascade>=7.2' 'xerces-c' 'libspnav' 'glu' 'net
'shared-mime-info' 'hicolor-icon-theme' 'jsoncpp' 'qt5-base' 'qt5-declarative' 'qt5-svg' 'qt5-tools'
'med' 'python2-pivy' 'python2-pyside2' 'python2-matplotlib' 'pyside2-tools')
makedepends=('boost' 'eigen' 'gcc-fortran' 'swig' 'xerces-c' 'desktop-file-utils' 'git'
- 'cmake' 'coin>=3.1.3-9' 'python2-pyside2' 'pyside2' 'shiboken2')
+ 'cmake' 'coin>=3.1.3-9' 'python2-pyside2' 'python2-shiboken2' 'pyside2' 'shiboken2')
optdepends=('python2-matplotlib' 'python2-pyqt5' 'graphviz' 'openscad')
source=("git+https://github.com/FreeCAD/FreeCAD.git#commit=$_commit"
"${pkgname}.desktop" "${pkgname}.xml"