summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2024-03-29 10:30:23 -0500
committerCarlos Aznarán2024-03-29 10:30:23 -0500
commitfd527dcf739c7ab2fd6ff47613cf4ce30ff62420 (patch)
tree0ddee0cbc5b57e60204420a0efc5ade5ea1dc55f
parentb77ba393d5d2286a5dfd1726cb047174d3ff7345 (diff)
downloadaur-mfem.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 b2b5ab777a13..987cda1c3c50 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = mfem
pkgrel = 3
url = https://github.com/mfem/mfem
arch = x86_64
- license = custom:BSD-3-clause
+ license = BSD-3-clause
makedepends = cmake
depends = gcc-libs
depends = blitz
diff --git a/PKGBUILD b/PKGBUILD
index 303c78ad6626..a1430173c034 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=3
pkgdesc="Lightweight, general, scalable C++ library for finite element methods"
arch=(x86_64)
url="https://github.com/${pkgname}/${pkgname}"
-license=('custom:BSD-3-clause')
+license=(BSD-3-clause)
depends=(gcc-libs blitz metis hypre openmpi)
# gnutls conduit ginkgo hdf5-openmpi libunwind mpfr | sundials scalapack scotch suitesparse superlu_dist
makedepends=(cmake)