summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2023-12-05 22:57:40 -0500
committerCarlos Aznarán2023-12-05 22:57:40 -0500
commitb41e64d624bca92c8ee83f6c965211ae35114704 (patch)
tree0bc9c8781e0ad2c6c275859896861c1edf0f6d79
parent857564b587f4d11cfd19bd8897bf8a5f48943421 (diff)
downloadaur-b41e64d624bca92c8ee83f6c965211ae35114704.tar.gz
Cleanup python-ninja, no longer in AUR
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c65ce3bdd80..720a12970335 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,6 @@ pkgbase = dune-mmesh
makedepends = doxygen
makedepends = graphviz
makedepends = python-scikit-build
- makedepends = python-ninja
depends = dune-grid>=2.9.0
depends = cgal
optdepends = vc: C++ Vectorization library
diff --git a/PKGBUILD b/PKGBUILD
index 3f3f366716d7..245461cd31bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=(x86_64)
url="https://dune-project.org/modules/${pkgname}"
license=(GPL3)
depends=("dune-grid>=${_dunever}" cgal)
-makedepends=(texlive-basic doxygen graphviz python-scikit-build python-ninja)
+makedepends=(texlive-basic doxygen graphviz python-scikit-build)
optdepends=('vc: C++ Vectorization library'
'doxygen: Generate the class documentation from C++ sources'
'graphviz: Graph visualization software'