summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD17
2 files changed, 21 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f163d25c4fc..4b8ee4f5d425 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,15 +5,20 @@ pkgbase = dune-core
url = https://dune-project.org
arch = any
license = none
+ depends = dune-alugrid
depends = dune-common
- depends = dune-istl
+ depends = dune-foamgrid
+ depends = dune-functions
depends = dune-geometry
- depends = dune-localfunctions
depends = dune-grid
+ depends = dune-grid-glue
+ depends = dune-istl
+ depends = dune-localfunctions
+ depends = dune-logging
+ depends = dune-multidomaingrid
+ depends = dune-pdelab
+ depends = dune-spgrid
depends = dune-typetree
depends = dune-uggrid
- depends = dune-functions
- depends = dune-logging
- depends = dune-alugrid
pkgname = dune-core
diff --git a/PKGBUILD b/PKGBUILD
index 7f521bc18c79..0f70a46bacf4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,14 +9,19 @@ pkgdesc='Metapackage to install modules of DUNE Numerics.'
arch=(any)
license=(none)
url='https://dune-project.org'
-depends=(dune-common
- dune-istl
+depends=(dune-alugrid
+ dune-common
+ dune-foamgrid
+ dune-functions
dune-geometry
- dune-localfunctions
dune-grid
+ dune-grid-glue
+ dune-istl
+ dune-localfunctions
+ dune-logging
+ dune-multidomaingrid
+ dune-pdelab
+ dune-spgrid
dune-typetree
dune-uggrid
- dune-functions
- dune-logging
- dune-alugrid
)