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