summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parentb77ba393d5d2286a5dfd1726cb047174d3ff7345 (diff)
downloadaur-fd527dcf739c7ab2fd6ff47613cf4ce30ff62420.tar.gz
Update license name
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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)