summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2024-03-05 09:33:40 -0500
committerCarlos Aznarán2024-03-05 09:33:40 -0500
commit60fe5281eae3798481686f8fc456cfaf2766165c (patch)
tree2a1b0ba3693e8f4ede74d1e2f2570032ec7e244e
parentdc8cbb193093b19198b471189707447810820a99 (diff)
downloadaur-60fe5281eae3798481686f8fc456cfaf2766165c.tar.gz
Update license name
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD12
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29369984cfd6..fa7bddb6a834 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = python-trame-vtk
pkgrel = 1
url = https://github.com/Kitware/trame-vtk
arch = any
- license = custom:BSD-3-clause
+ license = BSD-3-clause
checkdepends = python-pytest-xprocess
checkdepends = python-pixelmatch
checkdepends = python-seleniumbase
@@ -35,6 +35,7 @@ pkgbase = python-trame-vtk
depends = gl2ps
depends = verdict
depends = qt5-tools
+ depends = opencascade
source = trame-vtk-2.8.5.tar.gz::https://github.com/Kitware/trame-vtk/archive/v2.8.5.tar.gz
source = https://registry.npmjs.org/vue-vtk-js/-/vue-vtk-js-3.2.1.tgz
source = https://raw.githubusercontent.com/Kitware/vtk-js/2d8de2853a1e63c12f9682acb3531083b77c4e3d/examples/OfflineLocalView/OfflineLocalView.html
diff --git a/PKGBUILD b/PKGBUILD
index 45e6e78b46d6..8274411267a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,18 +8,18 @@ _npm_pkgver=3.2.1
pkgrel=1
arch=(any)
url="https://github.com/Kitware/${_base}"
-license=('custom:BSD-3-clause')
-depends=(python-trame-client vtk openmpi fmt jsoncpp glew ospray
- openxr openvr ffmpeg hdf5-openmpi postgresql-libs netcdf pdal
- mariadb-libs liblas cgns adios2 libharu gl2ps verdict qt5-tools)
+license=(BSD-3-clause)
+depends=(python-trame-client vtk openmpi fmt jsoncpp glew ospray openxr
+ openvr ffmpeg hdf5-openmpi postgresql-libs netcdf pdal mariadb-libs
+ liblas cgns adios2 libharu gl2ps verdict qt5-tools opencascade)
makedepends=(python-build python-installer python-setuptools python-wheel)
checkdepends=(python-pytest-xprocess python-pixelmatch python-seleniumbase python-pyvista) # python-trame-vuetify
source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz
https://registry.npmjs.org/${_npm_base}/-/${_npm_base}-${_npm_pkgver}.tgz
https://raw.githubusercontent.com/Kitware/vtk-js/2d8de2853a1e63c12f9682acb3531083b77c4e3d/examples/OfflineLocalView/OfflineLocalView.html)
sha512sums=('105d03372bc973cf3893ac8071991d04497950d4986eac12017dce8f481acdaecc6482c7378a454c879e292147f680ca4f8fcf7118d09f3f350fed083353fd43'
- '17f81804464093d75663a7ad9e93b670171026d39c2a5dda6864e6e5ccc97b590efa0610f9fabf038f6a76802595705f05720f9f918303e14e8bfa6a489a9be6'
- '6f09789d876b431370dc55b04ba327092af218d1abea52dd4ec4c9de5b4340cbac2218f438bb231e0cab108f7edcc54d2e15d0c0b262067afb7a515a451414f5')
+ '17f81804464093d75663a7ad9e93b670171026d39c2a5dda6864e6e5ccc97b590efa0610f9fabf038f6a76802595705f05720f9f918303e14e8bfa6a489a9be6'
+ '6f09789d876b431370dc55b04ba327092af218d1abea52dd4ec4c9de5b4340cbac2218f438bb231e0cab108f7edcc54d2e15d0c0b262067afb7a515a451414f5')
prepare() {
sed -i 's/^include trame_vtk\/LICENSE/#include trame_vtk\/LICENSE/' ${_base}-${pkgver}/MANIFEST.in