summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2020-03-22 01:14:17 +0100
committerbartus2020-03-22 01:14:17 +0100
commitd5a1dce77f290c450506149e00a7168b91f501a0 (patch)
tree54d8e27fe7c3d7422ac26dd96beb4f209eec5dbd
parentad1d61c6279308e0fd5d4d0431a2544e41090210 (diff)
downloadaur-d5a1dce77f290c450506149e00a7168b91f501a0.tar.gz
Update depends.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5313d71e480..8f1a44f3dffd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = meshlab-git
pkgdesc = System for processing and editing of unstructured 3D models arising in 3D scanning (qt5 version)
pkgver = 2020.03.r36.gd0fa7a31f
- pkgrel = 1
+ pkgrel = 2
url = https://www.meshlab.net
arch = i686
arch = x86_64
license = GPL2
makedepends = cmake
+ makedepends = eigen3
makedepends = ninja
makedepends = git
makedepends = muparser
@@ -15,6 +16,7 @@ pkgbase = meshlab-git
makedepends = mpir
depends = bzip2
depends = desktop-file-utils
+ depends = glew
depends = glu
depends = openssl-1.0
depends = qt5-base
diff --git a/PKGBUILD b/PKGBUILD
index 2b3cd9603895..276d6c085ed6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,15 +5,15 @@
_name="meshlab"
pkgname="$_name-git"
pkgver=2020.03.r36.gd0fa7a31f
-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="https://www.meshlab.net"
conflicts=('meshlab')
provides=('meshlab')
license=('GPL2')
-depends=('bzip2' 'desktop-file-utils' 'glu' 'openssl-1.0' 'qt5-base' 'qt5-declarative' 'qt5-script' 'qt5-xmlpatterns')
-makedepends=('cmake' 'ninja' 'git' 'muparser' 'levmar' 'lib3ds' 'mpir')
+depends=('bzip2' 'desktop-file-utils' 'glew' 'glu' 'openssl-1.0' 'qt5-base' 'qt5-declarative' 'qt5-script' 'qt5-xmlpatterns')
+makedepends=('cmake' 'eigen3' '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'