summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Liu2020-07-03 09:38:49 +1000
committerJonathan Liu2020-07-03 09:38:49 +1000
commit7046fcf05e5cae8a4ef5c17e449b447b4f600ad9 (patch)
tree04189d120895b7aa6e11bf35bd7389f862af614b
parent0f4c9202a67dc7a64b0f6a9b735ac4f7714e4b5d (diff)
downloadaur-7046fcf05e5cae8a4ef5c17e449b447b4f600ad9.tar.gz
Fix eigen dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c36d60384374..4e00bc16e1d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = meshlab
pkgdesc = System for processing and editing of unstructured 3D models arising in 3D scanning (qt5 version)
pkgver = 2020.06
- pkgrel = 1
+ pkgrel = 2
url = http://www.meshlab.net
arch = i686
arch = x86_64
license = GPL2
makedepends = cmake
- makedepends = eigen3
+ makedepends = eigen
makedepends = ninja
makedepends = git
makedepends = muparser
diff --git a/PKGBUILD b/PKGBUILD
index 55b2e73b6ee6..dbb069ac81dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Maintainer : bartus <arch-user-repoᘓbartus.33mail.com>
pkgname=meshlab
pkgver=2020.06
-pkgrel=1
+pkgrel=2
pkgdesc="System for processing and editing of unstructured 3D models arising in 3D scanning (qt5 version)"
arch=('i686' 'x86_64')
url="http://www.meshlab.net"
license=('GPL2')
depends=('bzip2' 'glew' 'glu' 'openssl-1.0' 'qt5-base' 'qt5-declarative' 'qt5-script' 'qt5-xmlpatterns')
-makedepends=('cmake' 'eigen3' 'ninja' 'git' 'muparser' 'levmar' 'lib3ds' 'mpir')
+makedepends=('cmake' 'eigen' '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'