summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2023-12-05 21:46:05 -0500
committerCarlos Aznarán2023-12-05 21:46:05 -0500
commit779607cb35ed258de7939192018f40dfc07b1ff9 (patch)
treec00528eb8372c36733455b34e8b3cff088959c8d
parentc2432f178d0e2a7bb5550d2648664d8784d2c1cb (diff)
downloadaur-779607cb35ed258de7939192018f40dfc07b1ff9.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 235dec9b24de..c6e611ef16b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,6 @@ pkgbase = dune-common
arch = x86_64
license = custom:GPL2 with runtime exception
makedepends = python-scikit-build
- makedepends = python-ninja
makedepends = doxygen
makedepends = graphviz
makedepends = python-sphinx
diff --git a/PKGBUILD b/PKGBUILD
index ac0e8b687880..24cdd20bb84f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ url="https://dune-project.org/modules/${pkgname}"
license=('custom:GPL2 with runtime exception')
depends=(cmake git lapack python-setuptools
python-portalocker python-numpy python-mpi4py python-jinja)
-makedepends=(python-scikit-build python-ninja doxygen graphviz python-sphinx texlive-latexextra biber)
+makedepends=(python-scikit-build doxygen graphviz python-sphinx texlive-latexextra biber)
optdepends=('vc: C++ Vectorization library'
'texlive-latexextra: Type setting system'
'doxygen: Generate the class documentation from C++ sources'