summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonçalo Camelo Neves Pereira2018-04-25 21:04:38 +0100
committerGonçalo Camelo Neves Pereira2018-04-25 21:04:38 +0100
commit88c16f530eeeed80d6695dacf89ce55c55ec79ec (patch)
tree9d00dabf89b671ff6bb592a1e52cb681a1b2a179
parent33e092e02275528fdc8f4ed3f2ce3590d3fa758b (diff)
downloadaur-88c16f530eeeed80d6695dacf89ce55c55ec79ec.tar.gz
Updated to 0.5.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69197e84ef43..3b4cfd5c5d05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Wed May 25 12:07:21 UTC 2016
pkgbase = fcl
pkgdesc = Flexible Collision Library.
- pkgver = 0.4.0
+ pkgver = 0.5.0
pkgrel = 1
url = https://github.com/flexible-collision-library
arch = i686
@@ -14,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.4.0.tar.gz
- sha256sums = 1bea2cd5ee6034166d42860a6c5577f807c81f9f54d09dd680fb9bdf58d46747
+ source = https://github.com/flexible-collision-library/fcl/archive/0.5.0.tar.gz
+ sha256sums = 8e6c19720e77024c1fbff5a912d81e8f28004208864607447bc90a31f18fb41a
pkgname = fcl
diff --git a/PKGBUILD b/PKGBUILD
index e3052d19add9..fd0b94b38ad8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgdesc="Flexible Collision Library."
url='https://github.com/flexible-collision-library'
pkgname=fcl
-pkgver=0.4.0
+pkgver=0.5.0
arch=('i686' 'x86_64')
pkgrel=1
license=('BSD')
@@ -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)
-sha256sums=('1bea2cd5ee6034166d42860a6c5577f807c81f9f54d09dd680fb9bdf58d46747')
+sha256sums=('8e6c19720e77024c1fbff5a912d81e8f28004208864607447bc90a31f18fb41a')
build() {
mkdir -p ${srcdir}/build