summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1710223d7cd1..7aea60b1b2e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fcl
pkgdesc = Flexible Collision Library.
- pkgver = 0.3.1
- pkgrel = 2
+ pkgver = 0.3.2
+ pkgrel = 1
url = https://github.com/flexible-collision-library
arch = i686
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = fcl
optdepends = octomap: collision detection with octrees
optdepends = tinyxml: support for global penetration depth test
optdepends = flann: support for fast approximate nearest neighbor searches
- source = https://github.com/flexible-collision-library/fcl/archive/0.3.1.tar.gz
- md5sums = 2f3c6f45a2eb482e4f2cddb4cfa4aba0
+ source = https://github.com/flexible-collision-library/fcl/archive/0.3.2.tar.gz
+ md5sums = b12246df3f4e1d0768ce1e46a52900ff
pkgname = fcl
diff --git a/PKGBUILD b/PKGBUILD
index c0ac5427adca..6cb9250b684e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgdesc="Flexible Collision Library."
url='https://github.com/flexible-collision-library'
pkgname=fcl
-pkgver=0.3.1
+pkgver=0.3.2
arch=('i686' 'x86_64')
-pkgrel=2
+pkgrel=1
license=('BSD')
makedepends=('cmake')
depends=('boost' 'libccd')
@@ -13,7 +13,7 @@ optdepends=('octomap: collision detection with octrees'
'flann: support for fast approximate nearest neighbor searches')
_dir=fcl-${pkgver}
source=(https://github.com/flexible-collision-library/fcl/archive/${pkgver}.tar.gz)
-md5sums=('2f3c6f45a2eb482e4f2cddb4cfa4aba0')
+md5sums=('b12246df3f4e1d0768ce1e46a52900ff')
build() {
rm -rf ${srcdir}/build && mkdir -p ${srcdir}/build