summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2018-10-25 15:47:44 +0200
committerbartus2018-10-25 15:47:44 +0200
commitd1766da4dd04c90df7118c0e87befa2f82740e43 (patch)
treecf43a851b798d8fa162e57728ea87c31b6e82bcc
parent358fe42bd596c0a78c418e20cf6570e2b28c230e (diff)
downloadaur-d1766da4dd04c90df7118c0e87befa2f82740e43.tar.gz
update deps
qt5-tools > provides qt5linguisttools > requred by translations
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7747e2737c06..66642aee7a55 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cloudcompare-git
pkgdesc = A 3D point cloud (and triangular mesh) processing software
- pkgver = 2.9.1.r369.g09313203
+ pkgver = 2.9.1.r434.g04569d08
pkgrel = 1
url = http://www.danielgm.net/cc/
arch = i686
@@ -15,6 +15,7 @@ pkgbase = cloudcompare-git
makedepends = doxygen
makedepends = laz-perf
depends = qt5-base
+ depends = qt5-tools
depends = qt5-svg
depends = glu
depends = glew
diff --git a/PKGBUILD b/PKGBUILD
index f3e7781387b8..0386c528d28f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
name=cloudcompare
pkgname=${name}-git
-pkgver=2.9.1.r369.g09313203
+pkgver=2.9.1.r434.g04569d08
pkgrel=1
pkgdesc="A 3D point cloud (and triangular mesh) processing software"
arch=('i686' 'x86_64')
url="http://www.danielgm.net/cc/"
license=('GPL2')
-depends=('qt5-base' 'qt5-svg' 'glu' 'glew' 'mesa' 'vxl' 'ffmpeg' 'cgal' 'pdal')
+depends=('qt5-base' 'qt5-tools' 'qt5-svg' 'glu' 'glew' 'mesa' 'vxl' 'ffmpeg' 'cgal' 'pdal')
makedepends=('git' 'cmake' 'pcl' 'libharu' 'proj' 'python' 'doxygen' 'laz-perf')
optdepends=('pcl')
source=("${name}::git+https://github.com/CloudCompare/CloudCompare.git"