summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Brauch2016-11-15 23:31:36 +0100
committerSven Brauch2016-11-15 23:31:36 +0100
commite7cc7e4fce3b51b70c56169d9a3daa2a9fd15ae1 (patch)
tree0f7e96af274db6614cc1f23e667d7a2f4e4442cf
parent87e3243b37244475b8bf653e8c0f6e8e9d434f5c (diff)
downloadaur-e7cc7e4fce3b51b70c56169d9a3daa2a9fd15ae1.tar.gz
fix dependencies
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e5e1104f4e84..726daa1820f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,9 +8,8 @@ pkgdesc="A 3D point cloud (and triangular mesh) processing software"
arch=('i686' 'x86_64')
url="http://www.danielgm.net/cc/"
license=('GPL2')
-depends=('qt4' 'glu' 'mesa')
-makedepends=('git' 'cmake' 'pcl')
-optdepends=('pcl')
+depends=('qt5-base' 'glu' 'mesa')
+makedepends=('git' 'cmake' 'pcl' 'doxygen')
source=("git+https://github.com/cloudcompare/trunk")
md5sums=('SKIP')