summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreDgar2023-08-18 20:34:38 +0200
committereDgar2023-08-18 20:34:38 +0200
commit788660c51bb632b2078f7e813a326cd05c7eb00f (patch)
treea99c36e46d92030c6b8ab3f2a3a5556669be7b1d
parentbcf2f33f6810bc33a99359f6b29ffc8a1c2078ca (diff)
downloadaur-788660c51bb632b2078f7e813a326cd05c7eb00f.tar.gz
MIT license (thanks @rmsc)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34c973052b5e..79835ab83f85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = fenics-basix-git
arch = i686
arch = x86_64
groups = fenics-git
- license = GPL3
+ license = MIT
checkdepends = python-sympy
makedepends = git
makedepends = boost
diff --git a/PKGBUILD b/PKGBUILD
index e9a082d2f32e..cad96fd355bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=0.6.0
pkgrel=3
arch=('i686' 'x86_64')
url="https://github.com/FEniCS/basix"
-license=('GPL3')
+license=('MIT')
groups=('fenics-git')
depends=('xtensor' 'xtensor-blas' 'petsc' "python-numpy")
makedepends=('git' 'boost' 'python-setuptools' "pybind11")