summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpurboo2019-05-06 20:46:32 +0800
committerpurboo2019-05-06 20:46:32 +0800
commitd710ea0ed4a4d3747ccaf1d3e029c6ab6f601b5a (patch)
tree9614c99bc14c79c0e83b04e83e87695a5c2f27c0
parent83d8304e5eb774cc93dc00a518dbe3794ba7d684 (diff)
downloadaur-d710ea0ed4a4d3747ccaf1d3e029c6ab6f601b5a.tar.gz
fix dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32016df1d2e2..8c21103e7774 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,8 @@ pkgbase = vxl
url = https://github.com/vxl/vxl
arch = i686
arch = x86_64
- depends = cmake
+ makedepends = cmake
+ depends = libgeotiff
source = https://github.com/vxl/vxl/archive/v2.0.2.tar.gz
md5sums = 24fb616a55c885e821c9a049ae1b23ed
diff --git a/PKGBUILD b/PKGBUILD
index ed78d7c4e6b3..85bf72271ba7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,8 @@ pkgrel=1
pkgdesc="VXL (the Vision-something-Libraries): a multi-platform collection of C++ software libraries for Computer Vision and Image Understanding. "
arch=('i686' 'x86_64')
url='https://github.com/vxl/vxl'
-depends=('cmake')
+depends=('libgeotiff')
+makedepends=('cmake')
source=(https://github.com/vxl/vxl/archive/v${pkgver}.tar.gz)
md5sums=('24fb616a55c885e821c9a049ae1b23ed')