summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2020-10-09 00:35:01 +0200
committerbartus2020-10-09 00:35:01 +0200
commit764111f620c9d1e942c57374ed540059ed7690ea (patch)
tree2d33da3d11b371449158932460297778d56aad87
parent7f4ce3f61aecf2a605d1d7dfafd73bcef9cd104b (diff)
downloadaur-764111f620c9d1e942c57374ed540059ed7690ea.tar.gz
Fix eigen
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1eacee29b26f..1339b0cbcb0d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = meshlab
arch = x86_64
license = GPL2
makedepends = cmake
- makedepends = eigen
+ makedepends = eigen-qfix
makedepends = ninja
makedepends = git
makedepends = muparser
diff --git a/PKGBUILD b/PKGBUILD
index 43cf37c4c33f..04e0cc8b6871 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="https://www.meshlab.net"
license=('GPL2')
depends=('bzip2' 'glew' 'glu' 'openssl-1.0' 'qt5-base' 'qt5-declarative' 'qt5-script' 'qt5-xmlpatterns')
-makedepends=('cmake' 'eigen' 'ninja' 'git' 'muparser' 'levmar' 'lib3ds' 'mpir')
+makedepends=('cmake' 'eigen-qfix' 'ninja' 'git' 'muparser' 'levmar' 'lib3ds' 'mpir')
optdepends=('u3d: for U3D and IDTF file support'
'lib3ds: for Autodesk`s 3D-Studio r3 and r4 .3DS file support'
'levmar: for isoparametrization and mutualcorrs plugins'