summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c2ee943ca0d9..237213f707e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="A logging framework for Dune"
arch=(x86_64)
url="https://gitlab.dune-project.org/staging/${pkgname}"
license=(BSD-2-Clause LGPL-3.0-or-later LicenseRef-GPL-2.0-only-with-DUNE-exception)
-depends=("dune-common>=${_tarver}" libfmt.so=9)
+depends=("dune-common>=${_tarver}" fmt9)
makedepends=(doxygen graphviz)
optdepends=('doxygen: Generate the class documentation from C++ sources'
'graphviz: Graph visualization software')