summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2021-06-28 18:34:31 +0200
committerMichel Zou2021-06-28 18:34:31 +0200
commit5bbfcbc7f3f312b3ac941b6a6caabe9c06d26f81 (patch)
tree3c41f404306fa33541728aa2985e6f6a264d9ccb
parent7ac2728359f498abb15e6f191fba2d79ae7495f1 (diff)
downloadaur-5bbfcbc7f3f312b3ac941b6a6caabe9c06d26f81.tar.gz
9.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3dfaca3548e9..82b75884dbe7 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.0.0
+ pkgver = 9.0.1
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.0/VTK-9.0.0.tar.gz
- sha256sums = 15def4e6f84d72f82386617fe595ec124dda3cbd13ea19a0dcd91583197d8715
+ source = https://www.vtk.org/files/release/9.0/VTK-9.0.1.tar.gz
+ sha256sums = 1b39a5e191c282861e7af4101eaa8585969a2de05f5646c9199a161213a622c7
pkgname = mingw-w64-vtk
diff --git a/PKGBUILD b/PKGBUILD
index 04a29d6f65ea..ae22b19fab2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-vtk
-pkgver=9.0.0
+pkgver=9.0.1
pkgrel=1
pkgdesc='A software system for 3D computer graphics, image processing, and visualization (mingw-w64)'
arch=('any')
@@ -9,7 +9,7 @@ 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=('15def4e6f84d72f82386617fe595ec124dda3cbd13ea19a0dcd91583197d8715')
+sha256sums=('1b39a5e191c282861e7af4101eaa8585969a2de05f5646c9199a161213a622c7')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"