summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2024-02-24 17:04:40 -0500
committerCarlos Aznarán2024-02-24 17:04:40 -0500
commite12ed5481d9713e2e150a45d92c25dad224dc64c (patch)
treeea722dcef8d4f3a8696f65584d2ec75e3665b7df
parentedf641a416e0240274dc3eade6c6382bcae7db0f (diff)
downloadaur-dune-fem.tar.gz
Update LICENSE name
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b33d1c0fbd1..b26b5565228d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = dune-fem
pkgrel = 1
url = https://dune-project.org/modules/dune-fem
arch = x86_64
- license = GPL2
+ license = GPL-2.0-or-later
makedepends = doxygen
makedepends = graphviz
makedepends = python-scikit-build
diff --git a/PKGBUILD b/PKGBUILD
index 99087e3e471f..6fa1c480d4ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="A discretization module providing an implementation of mathematical abstractions to solve PDEs on parallel computers including local grid adaptivity, dynamic load balancing, and higher order discretization schemes"
arch=(x86_64)
url="https://dune-project.org/modules/${pkgname}"
-license=('GPL2')
+license=(GPL-2.0-or-later)
depends=("dune-alugrid>=${pkgver::5}" "dune-istl>=${pkgver::5}" "dune-localfunctions>=${pkgver::5}" python-matplotlib python-scipy python-fenics-ufl)
makedepends=(doxygen graphviz python-scikit-build)
optdepends=('doxygen: Generate the class documentation from C++ sources'