summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2022-02-15 16:40:42 -0500
committerCarlos Aznarán Laos2022-02-15 16:40:42 -0500
commitbb81dc882d3be8eecba2d7dd07ed2f21c3141acf (patch)
tree6626b64eea498339795b8728831765807ad7b9f7
parentb2ebbec81f2aeaba8b30a6a3447261a84d2b8d62 (diff)
downloadaur-bb81dc882d3be8eecba2d7dd07ed2f21c3141acf.tar.gz
Remove duplicate in depends array
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8596861a1e2..89e99afa91e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,7 +14,6 @@ pkgbase = dune-pdelab
depends = superlu
depends = arpackpp
depends = suitesparse
- depends = dune-alugrid>=2.8.0
depends = parmetis
depends = scotch
optdepends = texlive-core: Type setting system
diff --git a/PKGBUILD b/PKGBUILD
index 901f099566f1..c880265a5322 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc="New generalized discretization module for a wide range of discretizatio
arch=('x86_64')
url="https://www.dune-project.org/modules/${pkgname}"
license=('LGPL3' 'custom:GPL2 with runtime exception')
-depends=('dune-functions>=2.7' 'dune-alugrid>=2.7' 'superlu' 'arpackpp' 'suitesparse' 'dune-alugrid>=2.8.0' 'parmetis' 'scotch')
+depends=('dune-functions>=2.7' 'dune-alugrid>=2.7' 'superlu' 'arpackpp' 'suitesparse' 'parmetis' 'scotch')
makedepends=('doxygen' 'graphviz' 'eigen')
optdepends=(
'texlive-core: Type setting system'