summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2021-10-04 10:37:51 -0400
committeracxz2021-10-04 10:37:51 -0400
commitac9506ea09b8782eda9b4d06631379ab6840c0ce (patch)
tree1dd367e79ba5265a9a92b6964d9fd7abf062b9e6
parent14e591d24a1da2dad5899182918fbdba3cea7b2d (diff)
downloadaur-fcl.tar.gz
updpkg 0.7.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e9604222379..dec254958faa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fcl
pkgdesc = Flexible Collision Library.
- pkgver = 0.6.1
+ pkgver = 0.7.0
pkgrel = 1
url = https://github.com/flexible-collision-library/fcl
arch = i686
@@ -13,8 +13,7 @@ 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/v0.6.1.tar.gz
- sha256sums = c8a68de8d35a4a5cd563411e7577c0dc2c626aba1eef288cb1ca88561f8d8019
+ source = https://github.com/flexible-collision-library/fcl/archive/0.7.0.tar.gz
+ sha256sums = 90409e940b24045987506a6b239424a4222e2daf648c86dd146cbcb692ebdcbc
pkgname = fcl
-
diff --git a/PKGBUILD b/PKGBUILD
index 44abe6f7be21..fa6d5749ef43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgdesc="Flexible Collision Library."
url='https://github.com/flexible-collision-library/fcl'
pkgname=fcl
-pkgver=0.6.1
+pkgver=0.7.0
arch=('i686' 'x86_64')
pkgrel=1
license=('BSD')
@@ -13,8 +13,8 @@ optdepends=('octomap: collision detection with octrees'
'tinyxml: support for global penetration depth test'
'flann: support for fast approximate nearest neighbor searches')
_dir=fcl-${pkgver}
-source=(https://github.com/flexible-collision-library/fcl/archive/v${pkgver}.tar.gz)
-sha256sums=('c8a68de8d35a4a5cd563411e7577c0dc2c626aba1eef288cb1ca88561f8d8019')
+source=(https://github.com/flexible-collision-library/fcl/archive/${pkgver}.tar.gz)
+sha256sums=('90409e940b24045987506a6b239424a4222e2daf648c86dd146cbcb692ebdcbc')
build() {
mkdir -p ${srcdir}/build