Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
vtk
Commits:
a2f1cbe1 by Jakub Klinkovský at 2025-09-18T07:58:18+02:00
upgpkg: 9.5.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = vtk
pkgdesc = Software system for 3D computer graphics, image processing,
and visualization
- pkgver = 9.5.1
+ pkgver = 9.5.2
pkgrel = 1
url = https://www.vtk.org
arch = x86_64
@@ -116,8 +116,8 @@ pkgbase = vtk
optdepends = nlohmann-json: for building downstream projects
optdepends = openmp: OpenMP support for downstream projects built with
Clang
options = staticlibs
- source = https://www.vtk.org/files/release/9.5/VTK-9.5.1.tar.gz
- sha256sums =
14443661c7b095d05b4e376fb3f40613f173e34fc9d4658234e9ec1d624a618f
- b2sums =
1487571bee9a8af7ccacf28bdc96518bdf2029b7b1f78edc443beca42cf62a4f74efd13f26cdb446a4dc09d942ff1a6a5435678007e68754cf56e4b953fa4947
+ source = https://www.vtk.org/files/release/9.5/VTK-9.5.2.tar.gz
+ sha256sums =
cee64b98d270ff7302daf1ef13458dff5d5ac1ecb45d47723835f7f7d562c989
+ b2sums =
6e7dab56c4f48d066ca44637f8839e9abc973d2831381ef5aec860aa1daa49ac9beca223e439c12dda2c33056b45395043f2edc54f55f9d169719b6c96499f40
pkgname = vtk
=====================================
PKGBUILD
=====================================
@@ -9,7 +9,7 @@
pkgname=vtk
# May need bootstrapping on upgrades due to circular vtk <-> opencascade
dependency
-pkgver=9.5.1
+pkgver=9.5.2
pkgrel=1
pkgdesc="Software system for 3D computer graphics, image processing, and
visualization"
arch=(x86_64)
@@ -151,8 +151,8 @@ options=(staticlibs)
source=(
$url/files/release/${pkgver%.*}/VTK-$pkgver.tar.gz
)
-sha256sums=('14443661c7b095d05b4e376fb3f40613f173e34fc9d4658234e9ec1d624a618f')
-b2sums=('1487571bee9a8af7ccacf28bdc96518bdf2029b7b1f78edc443beca42cf62a4f74efd13f26cdb446a4dc09d942ff1a6a5435678007e68754cf56e4b953fa4947')
+sha256sums=('cee64b98d270ff7302daf1ef13458dff5d5ac1ecb45d47723835f7f7d562c989')
+b2sums=('6e7dab56c4f48d066ca44637f8839e9abc973d2831381ef5aec860aa1daa49ac9beca223e439c12dda2c33056b45395043f2edc54f55f9d169719b6c96499f40')
prepare() {
cd ${pkgname^^}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/vtk/-/commit/a2f1cbe1d415f71ed5b484f51f9648dfdce52e1f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/vtk/-/commit/a2f1cbe1d415f71ed5b484f51f9648dfdce52e1f
You're receiving this email because of your account on gitlab.archlinux.org.