summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Saurel2019-08-06 11:07:39 +0200
committerGuilhem Saurel2019-08-06 11:07:39 +0200
commit8cb53e33042c480f64e86c01a2f11c89d2add5bb (patch)
treee1272f33e76eee480f5c885235ace10524b5659c
parent8d7173ae169da7a5a8b96c929c950bb962238ed2 (diff)
downloadaur-8cb53e33042c480f64e86c01a2f11c89d2add5bb.tar.gz
update to v1.1.2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9028fd199394..ae2528245d03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hpp-fcl
pkgdesc = An extension of the Flexible Collision Library
- pkgver = 1.0.2
+ pkgver = 1.1.2
pkgrel = 1
url = https://github.com/humanoid-path-planner/hpp-fcl
arch = i686
@@ -10,9 +10,10 @@ pkgbase = hpp-fcl
depends = assimp
optdepends = doxygen
optdepends = octomap
- source = https://github.com/humanoid-path-planner/hpp-fcl/releases/download/v1.0.2/hpp-fcl-1.0.2.tar.gz
- source = https://github.com/humanoid-path-planner/hpp-fcl/releases/download/v1.0.2/hpp-fcl-1.0.2.tar.gz.sig
+ source = https://github.com/humanoid-path-planner/hpp-fcl/releases/download/v1.1.2/hpp-fcl-1.1.2.tar.gz
+ source = https://github.com/humanoid-path-planner/hpp-fcl/releases/download/v1.1.2/hpp-fcl-1.1.2.tar.gz.sig
validpgpkeys = 9B1A79065D2F2B806C8A5A1C7D2ACDAF4653CF28
+ validpgpkeys = A031AD35058955293D54DECEC45D22EF408328AD
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ef1ff0f1c320..d61fbdd55a1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guilhem Saurel <saurel@laas.fr>
pkgname=hpp-fcl
-pkgver=1.0.2
+pkgver=1.1.2
pkgrel=1
pkgdesc="An extension of the Flexible Collision Library"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ makedepends=('eigen')
makedepends=('cmake')
source=($url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz{,.sig})
md5sums=('SKIP' 'SKIP')
-validpgpkeys=('9B1A79065D2F2B806C8A5A1C7D2ACDAF4653CF28')
+validpgpkeys=('9B1A79065D2F2B806C8A5A1C7D2ACDAF4653CF28' 'A031AD35058955293D54DECEC45D22EF408328AD')
build() {
cd "$pkgname-$pkgver"