diff options
author | Carlos Aznarán | 2024-03-29 10:30:23 -0500 |
---|---|---|
committer | Carlos Aznarán | 2024-03-29 10:30:23 -0500 |
commit | fd527dcf739c7ab2fd6ff47613cf4ce30ff62420 (patch) | |
tree | 0ddee0cbc5b57e60204420a0efc5ade5ea1dc55f /PKGBUILD | |
parent | b77ba393d5d2286a5dfd1726cb047174d3ff7345 (diff) | |
download | aur-fd527dcf739c7ab2fd6ff47613cf4ce30ff62420.tar.gz |
Update license name
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |