summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index db9c2e937ad1..ae38fed76329 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgdesc="Perform parallel computations of optimisation tasks (global and local)
arch=('any')
url="https://github.com/esa/pagmo2"
license=('GPLv3')
-depends=('mingw-w64-boost' 'mingw-w64-intel-tbb' 'mingw-w64-nlopt' 'mingw-w64-coin-or-ipopt')
+depends=('mingw-w64-boost' 'mingw-w64-tbb' 'mingw-w64-nlopt' 'mingw-w64-coin-or-ipopt')
makedepends=('mingw-w64-cmake' 'mingw-w64-eigen')
options=('!buildflags' 'staticlibs' '!strip')
source=("https://github.com/esa/pagmo2/archive/v${pkgver}.tar.gz")