summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Saurel2017-03-27 18:40:17 +0200
committerGuilhem Saurel2017-03-27 18:40:17 +0200
commit1df408f3b5f55d18f1f9c738b7e06d60e3553842 (patch)
treec0c4107dc739fedc6f380df61e73c88a607877ec
parent49bf5851b0a2af952c12cc8570001274a2f19a19 (diff)
downloadaur-1df408f3b5f55d18f1f9c738b7e06d60e3553842.tar.gz
add assimp
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2d695d946c9..9c32c9211d48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hpp-fcl
pkgdesc = An extension of the Flexible Collision Library
pkgver = 0.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/humanoid-path-planner/hpp-fcl
arch = i686
arch = x86_64
@@ -9,6 +9,7 @@ pkgbase = hpp-fcl
makedepends = cmake
makedepends = pkg-config
depends = eigen32
+ depends = assimp
source = https://github.com/humanoid-path-planner/hpp-fcl/releases/download/v0.5/hpp-fcl-0.5.tar.gz
md5sums = e872800a18086367ff3eb18a5beae6a4
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=()