summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Saurel2022-03-21 11:49:17 +0100
committerGuilhem Saurel2022-03-21 11:49:17 +0100
commite1aebae4266957a66bef935c9acb964d20bac542 (patch)
treeee3e174db9577e9578f65f63dde17f2f0339ba65
parent6263b81fc011b479e7fd9275749ce17c54dda4f4 (diff)
downloadaur-e1aebae4266957a66bef935c9acb964d20bac542.tar.gz
fix dependency-already-satisfied
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30b176753503..aea9585bba16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hpp-fcl
pkgdesc = An extension of the Flexible Collision Library
pkgver = 1.8.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/humanoid-path-planner/hpp-fcl
arch = i686
arch = x86_64
@@ -10,7 +10,6 @@ pkgbase = hpp-fcl
makedepends = eigen
makedepends = boost
depends = assimp
- depends = boost-libs
depends = eigenpy
depends = octomap
depends = qhull
diff --git a/PKGBUILD b/PKGBUILD
index 90b3ce8bc7bb..380459acb773 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@ pkgorg='humanoid-path-planner'
_pkgname='hpp-fcl'
pkgname=("$_pkgname" "$_pkgname-docs")
pkgver=1.8.1
-pkgrel=1
+pkgrel=2
pkgdesc="An extension of the Flexible Collision Library"
arch=('i686' 'x86_64')
url="https://github.com/$pkgorg/$pkgname"
license=('BSD')
-depends=('assimp' 'boost-libs' 'eigenpy' 'octomap' 'qhull')
+depends=('assimp' 'eigenpy' 'octomap' 'qhull')
optdepends=('doxygen')
makedepends=('cmake' 'eigen' 'boost')
source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz"{,.sig})