summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2017-05-20 10:48:46 -0400
committerGuillaume Horel2017-05-20 10:48:46 -0400
commit5d5506421435682d2a1e4ae4c024fb980697a92d (patch)
tree2d5cd9edfda953b57bb43680f0d897c60ae5f5b8
parent2af81346afe12d05e53a9cb7f2582bba3399c67e (diff)
downloadaur-5d5506421435682d2a1e4ae4c024fb980697a92d.tar.gz
add missing dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30d59ad2cbb0..b50873be7860 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = ecos
arch = i686
arch = x86_64
license = GPL3
+ depends = suitesparse
source = https://github.com/embotech/ecos/archive/v2.0.5.tar.gz
sha256sums = 14c6ef81dfe9dad6af353e3499ad3a7a0eb1ebd289a995b038e3bc67c6101151
diff --git a/PKGBUILD b/PKGBUILD
index 81d81866e416..67711d84b1e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver='2.0.5'
pkgrel=1
pkgdesc="A lightweight conic solver for second-order cone programming."
url="https://www.embotech.com/ECOS"
-depends=()
+depends=('suitesparse')
makedepends=()
license=('GPL3')
arch=('i686' 'x86_64')