summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoracxz2019-12-10 20:06:18 -0500
committeracxz2019-12-10 20:06:18 -0500
commit1fcb283d140b85a3f3584638f314b602e810aa86 (patch)
tree9cd5b1bb8b13f77f9915d72f94601d0f6a7695eb /PKGBUILD
parentc3aa5aadaee680b2173856fbb817ede59834db0f (diff)
downloadaur-1fcb283d140b85a3f3584638f314b602e810aa86.tar.gz
move to py3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0353aae0950c..5abe4a66b0da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,14 @@
pkgname=flann
pkgver=1.9.1
-pkgrel=5
+pkgrel=6
pkgdesc="FLANN is a library for performing fast approximate nearest neighbor searches in high dimensional spaces"
arch=('i686' 'x86_64')
url='https://github.com/mariusmuja/flann'
license=('BSD')
depends=('lz4' 'hdf5')
-makedepends=('cmake' 'python2' 'texlive-core')
-optdepends=('python2: python bindings'
+makedepends=('cmake' 'python' 'texlive-core')
+optdepends=('python: python bindings'
'cuda: cuda support')
source=("https://github.com/mariusmuja/flann/archive/${pkgver}.tar.gz")
md5sums=('73adef1c7bf8e8b978987e7860926ea6')