summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzeFresk2022-07-25 18:36:35 +0200
committerzeFresk2022-07-25 18:36:35 +0200
commit5d07d14f80fe7586d8d1fc6df368a24e2ceb3289 (patch)
tree9efa6c6e589c8abef3d1fe3e19f9086ac0120369 /PKGBUILD
parent6227eb28e36b291a38d41b6fb5f2177149521736 (diff)
downloadaur-5d07d14f80fe7586d8d1fc6df368a24e2ceb3289.tar.gz
Added Boost as a dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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)