summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2020-06-29 18:44:24 +0200
committerMichel Zou2020-06-29 18:44:24 +0200
commit45f91c828cf67c2be18f9e991eef937c7ac63dea (patch)
tree73e916af7f229d868249a4dd3baf93d449163e4d
parentffe564bcd5beb77e0b38f7ea08f64b10fffc6b21 (diff)
downloadaur-45f91c828cf67c2be18f9e991eef937c7ac63dea.tar.gz
tbb
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6789631cdcc3..8fff6d3fe0d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = mingw-w64-opencascade
depends = mingw-w64-gl2ps
depends = mingw-w64-ffmpeg
depends = mingw-w64-freeimage
- depends = mingw-w64-intel-tbb
+ depends = mingw-w64-tbb
options = !buildflags
options = !strip
options = staticlibs
diff --git a/PKGBUILD b/PKGBUILD
index c7f9b3eec9cf..3803b0a97a76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Open CASCADE Technology, 3D modeling & numerical simulation (mingw-w64)
arch=('any')
url="https://www.opencascade.org"
license=('custom')
-depends=('mingw-w64-tk' 'mingw-w64-gl2ps' 'mingw-w64-ffmpeg' 'mingw-w64-freeimage' 'mingw-w64-intel-tbb')
+depends=('mingw-w64-tk' 'mingw-w64-gl2ps' 'mingw-w64-ffmpeg' 'mingw-w64-freeimage' 'mingw-w64-tbb')
#TODO: 'mingw-w64-vtk'
makedepends=('mingw-w64-cmake')
options=('!buildflags' '!strip' 'staticlibs')