summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd7c20a4fac3..be30c169cfd5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Jan 10 21:34:52 UTC 2018
+# Mon Jan 29 18:40:53 UTC 2018
pkgbase = flann
pkgdesc = FLANN is a library for performing fast approximate nearest neighbor searches in high dimensional spaces
pkgver = 1.9.1
@@ -10,7 +10,7 @@ pkgbase = flann
license = BSD
makedepends = cmake
makedepends = python2
- makedepends = texlive-bin
+ makedepends = texlive-core
depends = lz4
depends = hdf5
optdepends = python2: python bindings
diff --git a/PKGBUILD b/PKGBUILD
index 05bbe1cf487f..cc3714714b54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ arch=('i686' 'x86_64')
url='http://www.cs.ubc.ca/~mariusm/index.php/FLANN/FLANN'
license=('BSD')
depends=('lz4' 'hdf5')
-makedepends=('cmake' 'python2' 'texlive-bin')
+makedepends=('cmake' 'python2' 'texlive-core')
optdepends=('python2: python bindings'
'cuda: cuda support')
source=("https://github.com/mariusmuja/flann/archive/${pkgver}.tar.gz" "system_lz4.patch")