summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2022-11-14 19:17:12 +0100
committerMichel Zou2022-11-14 19:17:12 +0100
commit32c368fd1e2bc46a8fdb99379376e6263878a954 (patch)
tree58174860819462441a8d53ca07293c7838932173
parentfb898a141595e603bd5faa6f25e902aed2878c13 (diff)
downloadaur-32c368fd1e2bc46a8fdb99379376e6263878a954.tar.gz
9.2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba6e01826b50..ef8524d9edb4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-vtk
pkgdesc = A software system for 3D computer graphics, image processing, and visualization (mingw-w64)
- pkgver = 9.1.0
+ pkgver = 9.2.2
pkgrel = 1
url = http://www.vtk.org/
arch = any
@@ -32,7 +32,7 @@ pkgbase = mingw-w64-vtk
options = !buildflags
options = staticlibs
options = !strip
- source = https://www.vtk.org/files/release/9.1/VTK-9.1.0.tar.gz
- sha256sums = 8fed42f4f8f1eb8083107b68eaa9ad71da07110161a3116ad807f43e5ca5ce96
+ source = https://www.vtk.org/files/release/9.2/VTK-9.2.2.tar.gz
+ sha256sums = 1c5b0a2be71fac96ff4831af69e350f7a0ea3168981f790c000709dcf9121075
pkgname = mingw-w64-vtk
diff --git a/PKGBUILD b/PKGBUILD
index d5c4c0d4e8d5..6589f72c6657 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-vtk
-pkgver=9.1.0
+pkgver=9.2.2
pkgrel=1
pkgdesc='A software system for 3D computer graphics, image processing, and visualization (mingw-w64)'
arch=('any')
@@ -9,17 +9,14 @@ depends=('mingw-w64-crt' 'mingw-w64-qt5-base' 'mingw-w64-jsoncpp' 'mingw-w64-exp
makedepends=('mingw-w64-cmake' 'mingw-w64-eigen' 'mingw-w64-utf8cpp' 'mingw-w64-pegtl2')
options=('!buildflags' 'staticlibs' '!strip')
source=("https://www.vtk.org/files/release/${pkgver:0:3}/VTK-${pkgver}.tar.gz")
-sha256sums=('8fed42f4f8f1eb8083107b68eaa9ad71da07110161a3116ad807f43e5ca5ce96')
+sha256sums=('1c5b0a2be71fac96ff4831af69e350f7a0ea3168981f790c000709dcf9121075')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
prepare() {
cd "${srcdir}/VTK-${pkgver}"
- # libharu 2.4.0
- curl -L https://gitlab.kitware.com/vtk/vtk/-/commit/c8b27677ee410233.patch | patch -p1
}
-
build() {
cd "${srcdir}/VTK-${pkgver}"