summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Saurel2018-10-22 16:07:22 +0200
committerGuilhem Saurel2018-10-22 16:07:22 +0200
commit1882d183ac659f9ad844620602616100f3a0ae0c (patch)
tree3ab803616cc439f18de5576b3048aab4d551f6ba
parent0f8b5e42c791190f24140ad7580369dc5f70a754 (diff)
downloadaur-1882d183ac659f9ad844620602616100f3a0ae0c.tar.gz
update to 0.6.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c544255a7ee..71b0e117d68f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hpp-fcl
pkgdesc = An extension of the Flexible Collision Library
- pkgver = 0.5
- pkgrel = 3
+ pkgver = 0.6.0
+ pkgrel = 1
url = https://github.com/humanoid-path-planner/hpp-fcl
arch = i686
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = hpp-fcl
makedepends = cmake
depends = eigen
depends = assimp
- source = https://github.com/humanoid-path-planner/hpp-fcl/releases/download/v0.5/hpp-fcl-0.5.tar.gz
- md5sums = e872800a18086367ff3eb18a5beae6a4
+ source = http://www.openrobots.org/distfiles/hpp-fcl/hpp-fcl-0.6.0.tar.gz
+ md5sums = 95f189b2d79154c9fa76ba8bc3edb109
pkgname = hpp-fcl
diff --git a/PKGBUILD b/PKGBUILD
index 8688cc72ffc4..8fb0ad2d5afc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Guilhem Saurel <saurel@laas.fr>
pkgname=hpp-fcl
-pkgver=0.5
-pkgrel=3
+pkgver=0.6.0
+pkgrel=1
pkgdesc="An extension of the Flexible Collision Library"
arch=('i686' 'x86_64')
url="https://github.com/humanoid-path-planner/$pkgname"
license=('BSD 3-clause')
depends=('eigen' 'assimp')
makedepends=('cmake')
-source=("https://github.com/humanoid-path-planner/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('e872800a18086367ff3eb18a5beae6a4')
+source=("http://www.openrobots.org/distfiles/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('95f189b2d79154c9fa76ba8bc3edb109')
build() {
cd "$pkgname-$pkgver"