summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2024-03-19 21:48:35 -0500
committerCarlos Aznarán2024-03-19 21:48:35 -0500
commit1b3186eade82b4059f9f797ed4dcb14085690c75 (patch)
treefe979479a4279aa8ca2ec32209b6e9d9326994eb
parent5e4e0586941ee65472aeb788124164b00ae933d4 (diff)
downloadaur-1b3186eade82b4059f9f797ed4dcb14085690c75.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 2837865878be..768eff3aacf8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = python-trame-matplotlib
pkgrel = 1
url = https://github.com/Kitware/trame-matplotlib
arch = any
- license = BSD-3-clause
+ license = BSD-3-Clause
checkdepends = python-pytest
makedepends = python-build
makedepends = python-installer
diff --git a/PKGBUILD b/PKGBUILD
index 591e0c30a6e1..2ff138552aec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=2.0.3
pkgrel=1
arch=(any)
url="https://github.com/Kitware/${_base}"
-license=(BSD-3-clause)
+license=(BSD-3-Clause)
depends=(python-trame-client python-mpld3)
makedepends=(python-build python-installer python-setuptools python-wheel nodejs-lts-hydrogen npm)
checkdepends=(python-pytest)