summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2024-03-05 09:35:03 -0500
committerCarlos Aznarán2024-03-05 09:35:03 -0500
commitbf4fe278329293b8fc6aa41569b10af331d68a5a (patch)
tree9dc37cd61fc05a932e18dad5ef4c5ff0dd91d2dd
parent21a4752f000b3a30a0f982eda24b69c203ede344 (diff)
downloadaur-bf4fe278329293b8fc6aa41569b10af331d68a5a.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 d11385fad95d..77b75e3ed84d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = python-trame-vega
pkgrel = 1
url = https://github.com/Kitware/trame-vega
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 bc7f0b352708..dc3c41d47c37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=2.1.0
pkgrel=1
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)