summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBenjamin Chrétien2014-11-13 22:02:50 +0100
committerBenjamin Chrétien2014-11-13 22:02:55 +0100
commit60317e9b434d8f3ad1869f552c08c25ab45a0eda (patch)
treee795dbffcee708426ffdd3885122fc5d308a51df /PKGBUILD
parent6db0ff746c0031bbe8b21e19b860d3ca68a67b9b (diff)
downloadaur-60317e9b434d8f3ad1869f552c08c25ab45a0eda.tar.gz
Update some packages after Boost update.
Also add new packages: * arrayfire-git * boost-compute * nodejs-termcolors * rofi-git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c0ac5427adca..6cb9250b684e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgdesc="Flexible Collision Library."
url='https://github.com/flexible-collision-library'
pkgname=fcl
-pkgver=0.3.1
+pkgver=0.3.2
arch=('i686' 'x86_64')
-pkgrel=2
+pkgrel=1
license=('BSD')
makedepends=('cmake')
depends=('boost' 'libccd')
@@ -13,7 +13,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/${pkgver}.tar.gz)
-md5sums=('2f3c6f45a2eb482e4f2cddb4cfa4aba0')
+md5sums=('b12246df3f4e1d0768ce1e46a52900ff')
build() {
rm -rf ${srcdir}/build && mkdir -p ${srcdir}/build