summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2017-01-25 22:45:09 +0100
committerMichel Zou2017-01-25 22:45:09 +0100
commit9d94f121075f82f2256cc284fcce703e2752a18e (patch)
tree376015c1a31524e5297119f2937c7c82677552e9 /PKGBUILD
parent4a632aade599cbb486d8cd5057b4db76f1b51634 (diff)
downloadaur-9d94f121075f82f2256cc284fcce703e2752a18e.tar.gz
add eigen
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 31eed46b8d03..e4c1894e0056 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ license=('BSD')
url="http://opencv.org/"
options=('!buildflags' 'staticlibs' '!strip')
depends=('mingw-w64-crt' 'mingw-w64-jasper' 'mingw-w64-libpng' 'mingw-w64-libjpeg-turbo' 'mingw-w64-libtiff' 'mingw-w64-zlib' 'mingw-w64-openexr' 'mingw-w64-libwebp')
-makedepends=('mingw-w64-cmake')
+makedepends=('mingw-w64-cmake' 'mingw-w64-eigen')
source=("https://github.com/Itseez/opencv/archive/${pkgver}.tar.gz")
md5sums=('a43b65488124ba33dde195fea9041b70')