summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2024-03-05 09:42:00 -0500
committerCarlos Aznarán2024-03-05 09:42:00 -0500
commit836e0803861597e3cca98eb0503f1bce568986ee (patch)
tree3531794b44f4285122e92d5a2e2a901991739027
parent6269def8498b85eff0a25975ee057292c34a6f8a (diff)
downloadaur-836e0803861597e3cca98eb0503f1bce568986ee.tar.gz
Update license name
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2786f919871c..1532b722ea3d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = python-trame-matplotlib
pkgrel = 3
url = https://github.com/Kitware/trame-matplotlib
arch = any
- license = custom:BSD-3-clause
+ license = BSD-3-clause
checkdepends = python-pytest
makedepends = python-build
makedepends = python-installer
diff --git a/PKGBUILD b/PKGBUILD
index b35b9a5704ce..cac600b8258d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=2.0.2
pkgrel=3
arch=(any)
url="https://github.com/Kitware/${_base}"
-license=('custom:BSD-3-clause')
+license=(BSD-3-clause)
depends=(python-trame-client)
makedepends=(python-build python-installer python-setuptools python-wheel nodejs-lts-hydrogen npm)
checkdepends=(python-pytest)