community/vtk to 9.2.6-1

This commit is contained in:
Kevin Mihelich 2023-02-28 16:35:47 +00:00
parent 7316dab6ec
commit 9aedf8ec66

View file

@ -14,8 +14,8 @@
# - removed -ffat-lto-objects from CFLAGS # - removed -ffat-lto-objects from CFLAGS
pkgname=vtk pkgname=vtk
pkgver=9.2.5 pkgver=9.2.6
pkgrel=2 pkgrel=1
pkgdesc="Software system for 3D computer graphics, image processing, and visualization" pkgdesc="Software system for 3D computer graphics, image processing, and visualization"
arch=(x86_64) arch=(x86_64)
url="https://www.vtk.org/" url="https://www.vtk.org/"
@ -65,7 +65,7 @@ optdepends=('gnuplot: plotting tools'
source=(${url}/files/release/${pkgver%.*}/VTK-${pkgver}.tar.gz source=(${url}/files/release/${pkgver%.*}/VTK-${pkgver}.tar.gz
) )
options=(staticlibs) options=(staticlibs)
sha256sums=('128d601baa980e98ee034207974b33fb38d2c98ab9cf4a5756efdb09ed6c0949') sha256sums=('06fc8d49c4e56f498c40fcb38a563ed8d4ec31358d0101e8988f0bb4d539dd12')
prepare() { prepare() {
cd VTK-${pkgver} cd VTK-${pkgver}