summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b56bd455ca3..ab2ad4d1859c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = easena-git
license = AGPL3
makedepends = make
makedepends = gcc
+ depends = boost
depends = cmake
depends = flex
depends = bison
diff --git a/PKGBUILD b/PKGBUILD
index ef59f1cc41c4..5222a02a91cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="EAsy Specification of Evolutionary and Neural Algorithms is an Artifici
arch=(i686 x86_64)
url="http://easea.unistra.fr"
license=('AGPL3')
-depends=(cmake flex bison valgrind)
+depends=(boost cmake flex bison valgrind)
makedepends=(make gcc)
provides=(easena easea)
conflicts=(easea)