summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0579a8c740ad..e4a589a58b28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = fcl-git
pkgdesc = Flexible Collision Library. Git version.
pkgver = r860.3f3d98a3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/flexible-collision-library
arch = i686
arch = x86_64
license = BSD
makedepends = cmake
depends = boost
- depends = libccd-git
+ depends = libccd
optdepends = octomap: collision detection with octrees
optdepends = tinyxml: support for global penetration depth test
optdepends = flann: support for fast approximate nearest neighbor searches
diff --git a/PKGBUILD b/PKGBUILD
index ad4eceb65803..b8cfa56ad066 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ url='https://github.com/flexible-collision-library'
pkgname=fcl-git
pkgver=r860.3f3d98a3
arch=('i686' 'x86_64')
-pkgrel=1
+pkgrel=2
license=('BSD')
makedepends=('cmake')
-depends=('boost' 'libccd-git')
+depends=('boost' 'libccd')
optdepends=('octomap: collision detection with octrees'
'tinyxml: support for global penetration depth test'
'flann: support for fast approximate nearest neighbor searches')