summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-01-14 20:27:34 -0500
committerCarlos Aznarán Laos2023-01-14 20:27:34 -0500
commite07112b94e3bacb36a5d5dd40fbb69027de9b809 (patch)
tree5f11dc5f02daaccc9cd6d5925f3160983d1a2e06
parenta3b2f85197b76fef92c4b9b239f59f37c89cbb45 (diff)
downloadaur-e07112b94e3bacb36a5d5dd40fbb69027de9b809.tar.gz
Fix license name
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13592ddd146e..56a42b1d4571 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = python-cppimport
pkgrel = 1
url = https://github.com/tbenthompson/cppimport
arch = any
- license = custom:BSD-3-clause
+ license = MIT
checkdepends = python-pytest
makedepends = python-build
makedepends = python-installer
diff --git a/PKGBUILD b/PKGBUILD
index 847c8b74556f..37032567eee6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=22.08.02
pkgrel=1
arch=(any)
url="https://github.com/tbenthompson/${_base}"
-license=('custom:BSD-3-clause')
+license=(MIT)
depends=(python-mako pybind11 python-filelock)
makedepends=(python-build python-installer python-setuptools python-wheel)
checkdepends=(python-pytest)