summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán2023-12-05 23:30:58 -0500
committerCarlos Aznarán2023-12-05 23:30:58 -0500
commit81ae3abe023e8efb5107b2eb3ee04eaee7e0aee7 (patch)
treec6774b4cd7b94389e3eb2b632e1443a332878df9 /PKGBUILD
parent81bdcdac58c08d748d1aebf4d0cd726c3ccb2bcf (diff)
downloadaur-81ae3abe023e8efb5107b2eb3ee04eaee7e0aee7.tar.gz
Cleanup python-ninja, no longer in AUR
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 82fd3537fe74..0f1d99835e25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=(x86_64)
url="https://dune-project.org/modules/${pkgname}"
license=(GPL2)
depends=("dune-fem>=${pkgver}")
-makedepends=(doxygen graphviz python-scikit-build python-ninja)
+makedepends=(doxygen graphviz python-scikit-build)
optdepends=('doxygen: Generate the class documentation from C++ sources'
'graphviz: Graph visualization software')
source=(https://gitlab.dune-project.org/${pkgname/-dg/}/${pkgname}/-/archive/${_tar})