summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b50873be7860..30d59ad2cbb0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,6 @@ 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 67711d84b1e5..81d81866e416 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=('suitesparse')
+depends=()
makedepends=()
license=('GPL3')
arch=('i686' 'x86_64')