summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Rakowski2018-01-29 19:43:52 +0100
committerTim Rakowski2018-01-29 19:43:52 +0100
commitfc77e2319ea747e5a7e5a65ab245def4801bec46 (patch)
tree7b6f5f0caab3fb0326968bdf5ef27d7d531aa088
parent2d071c1541e4149f8e4f70a65df3688f87f87df1 (diff)
downloadaur-fc77e2319ea747e5a7e5a65ab245def4801bec46.tar.gz
Fixed doc dependency: texlive-bin -> texlive-core
-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")