summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c677c0f2b46..d146e8ebebcd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = flann
pkgdesc = FLANN is a library for performing fast approximate nearest neighbor searches in high dimensional spaces
pkgver = 1.9.1
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/mariusmuja/flann
arch = i686
arch = x86_64
license = BSD
makedepends = cmake
- makedepends = python2
+ makedepends = python
makedepends = texlive-core
depends = lz4
depends = hdf5
- optdepends = python2: python bindings
+ optdepends = python: python bindings
optdepends = cuda: cuda support
source = https://github.com/mariusmuja/flann/archive/1.9.1.tar.gz
md5sums = 73adef1c7bf8e8b978987e7860926ea6
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')