summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhirui Dai2023-10-08 03:02:38 -0700
committerZhirui Dai2023-10-08 03:02:38 -0700
commit0eb9eddfc4df43d01501776a7cea9e46517d78c5 (patch)
treee13e4151df677aafb63d3e54404cd0e20f421c67
parent18558a42c1823a57d53ca53725eaf01481931ae6 (diff)
downloadaur-0eb9eddfc4df43d01501776a7cea9e46517d78c5.tar.gz
change libccd-git to libccd
-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')