summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoracxz2020-03-10 21:13:21 -0400
committeracxz2020-03-10 21:13:21 -0400
commit14e591d24a1da2dad5899182918fbdba3cea7b2d (patch)
tree7f617d8c5f4af4ebc73b083987e7b05ee4ddb96b /PKGBUILD
parentb5420a921e499c8122ecbe5c0deefa41139a196a (diff)
downloadaur-14e591d24a1da2dad5899182918fbdba3cea7b2d.tar.gz
updpkg to 0.6.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1d1e99b00603..44abe6f7be21 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.0
+pkgver=0.6.1
arch=('i686' 'x86_64')
pkgrel=1
license=('BSD')
@@ -14,7 +14,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/v${pkgver}.tar.gz)
-sha256sums=('6891abac5cc26d64f5ef8894bc6c2a30174558c5c83a3ed63cf65a21cb619b2b')
+sha256sums=('c8a68de8d35a4a5cd563411e7577c0dc2c626aba1eef288cb1ca88561f8d8019')
build() {
mkdir -p ${srcdir}/build