summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 977901aef806..58b9f43065dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Wells <dr wells at vt dot edu>
pkgname=nanoflann
-pkgver=1.2.3
+pkgver=1.3.0
pkgrel=1
pkgdesc='a C++ header-only library for Nearest Neighbor (NN) search wih KD-trees'
arch=('any')
@@ -9,8 +9,8 @@ url='https://github.com/jlblancoc/nanoflann'
license=('BSD')
depends=('eigen' 'python')
makedepends=('cmake')
-source=('https://github.com/jlblancoc/nanoflann/archive/v1.2.3.tar.gz')
-md5sums=('92a0f44a631c41aa06f9716c51dcdb11')
+source=('https://github.com/jlblancoc/nanoflann/archive/v1.3.0.tar.gz')
+md5sums=('c9836578e97fca4f05335699b8394b4d')
build() {
rm -rf ${srcdir}/build