summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 965d92738b02..2a0229684360 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@ pkgdesc="Solver for nonlinear least squares problems (mingw-w64)"
arch=('any')
url="http://ceres-solver.org/"
license=('LGPL')
-makedepends=('mingw-w64-cmake')
-depends=('mingw-w64-lapack' 'mingw-w64-google-glog' 'mingw-w64-eigen' 'mingw-w64-suitesparse')
+makedepends=('mingw-w64-cmake' 'mingw-w64-eigen')
+depends=('mingw-w64-lapack' 'mingw-w64-google-glog' 'mingw-w64-suitesparse')
options=('!buildflags' 'staticlibs' '!strip')
source=("http://ceres-solver.org/ceres-solver-1.14.0.tar.gz")
sha256sums=("4744005fc3b902fed886ea418df70690caa8e2ff6b5a90f3dd88a3d291ef8e8e")