summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Saurel2022-07-13 10:55:28 +0200
committerGuilhem Saurel2022-07-13 10:55:28 +0200
commit690e53520353452e4e8c02b7dbf9bee29f6156c1 (patch)
tree0dac1dce1a9fdf7045853eab2ec5f905d5c53714
parentef35a31a3e14d152e2b7fa5b707810cee25c7e00 (diff)
downloadaur-690e53520353452e4e8c02b7dbf9bee29f6156c1.tar.gz
v2.1.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb29d6d4c3d1..c4d9cc0a09df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hpp-fcl
pkgdesc = An extension of the Flexible Collision Library
- pkgver = 2.0.1
- pkgrel = 3
+ pkgver = 2.1.0
+ pkgrel = 1
url = https://github.com/humanoid-path-planner/hpp-fcl
arch = i686
arch = x86_64
@@ -14,11 +14,11 @@ pkgbase = hpp-fcl
depends = octomap
depends = qhull
optdepends = doxygen
- source = https://github.com/humanoid-path-planner/hpp-fcl/releases/download/v2.0.1/hpp-fcl-2.0.1.tar.gz
- source = https://github.com/humanoid-path-planner/hpp-fcl/releases/download/v2.0.1/hpp-fcl-2.0.1.tar.gz.sig
+ source = https://github.com/humanoid-path-planner/hpp-fcl/releases/download/v2.1.0/hpp-fcl-2.1.0.tar.gz
+ source = https://github.com/humanoid-path-planner/hpp-fcl/releases/download/v2.1.0/hpp-fcl-2.1.0.tar.gz.sig
validpgpkeys = 9B1A79065D2F2B806C8A5A1C7D2ACDAF4653CF28
validpgpkeys = A031AD35058955293D54DECEC45D22EF408328AD
- sha256sums = c5bd8e87f633239bfc2bd0fcd55b00de3ab8c1ba3d54be1b0d4681e8c7464ad3
+ sha256sums = 11968d9a858af0ed319b44ec16ccd815d4f5e48c62e320958df3cb70de2d756e
sha256sums = SKIP
pkgname = hpp-fcl
diff --git a/PKGBUILD b/PKGBUILD
index 4a26e931c462..d8cd70bdac1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgorg='humanoid-path-planner'
_pkgname='hpp-fcl'
pkgname=("$_pkgname" "$_pkgname-docs")
-pkgver=2.0.1
-pkgrel=3
+pkgver=2.1.0
+pkgrel=1
pkgdesc="An extension of the Flexible Collision Library"
arch=('i686' 'x86_64')
url="https://github.com/$pkgorg/$pkgname"
@@ -13,7 +13,7 @@ depends=('assimp' 'eigenpy' 'octomap' 'qhull')
optdepends=('doxygen')
makedepends=('cmake' 'eigen' 'boost')
source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz"{,.sig})
-sha256sums=('c5bd8e87f633239bfc2bd0fcd55b00de3ab8c1ba3d54be1b0d4681e8c7464ad3'
+sha256sums=('11968d9a858af0ed319b44ec16ccd815d4f5e48c62e320958df3cb70de2d756e'
'SKIP')
validpgpkeys=('9B1A79065D2F2B806C8A5A1C7D2ACDAF4653CF28' 'A031AD35058955293D54DECEC45D22EF408328AD')