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 cf34e60140c1..b0caea859fca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,6 @@ pkgbase = agrum
arch = x86_64
license = GPL
makedepends = cmake
- makedepends = cococpp
depends = python-pydotplus
depends = python-matplotlib
depends = ipython
diff --git a/PKGBUILD b/PKGBUILD
index fe3e98b16b56..9a5017badc12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ license=('GPL')
arch=('i686' 'x86_64')
url="http://agrum.gitlab.io/"
depends=('python-pydotplus' 'python-matplotlib' 'ipython' 'unixodbc')
-makedepends=('cmake' 'cococpp')
+makedepends=('cmake')
source=("https://gitlab.com/agrumery/aGrUM/-/archive/${pkgver}/aGrUM-${pkgver}.tar.bz2")
sha256sums=('bfb77bae256e08d100a62719ed6706f84845ce3ef0b87f25842206f5b2f8013b')