summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuilhem Saurel2017-03-27 18:40:17 +0200
committerGuilhem Saurel2017-03-27 18:40:17 +0200
commit1df408f3b5f55d18f1f9c738b7e06d60e3553842 (patch)
treec0c4107dc739fedc6f380df61e73c88a607877ec /PKGBUILD
parent49bf5851b0a2af952c12cc8570001274a2f19a19 (diff)
downloadaur-1df408f3b5f55d18f1f9c738b7e06d60e3553842.tar.gz
add assimp
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 60b651fcb6f7..214eaa58b430 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=hpp-fcl
pkgver=0.5
-pkgrel=1
+pkgrel=2
pkgdesc="An extension of the Flexible Collision Library"
arch=('i686' 'x86_64')
url="https://github.com/humanoid-path-planner/hpp-fcl"
license=('BSD 3-clause')
-depends=('eigen32')
+depends=('eigen32' 'assimp')
optdepends=()
makedepends=('cmake' 'pkg-config')
conflicts=()