summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD11
2 files changed, 16 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79dadbcb2ed0..ce307cb5a8b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vtk-multi-python
- pkgver = 7.1.0
- pkgrel = 3
+ pkgver = 7.1.1
+ pkgrel = 1
url = http://www.vtk.org/
arch = i686
arch = x86_64
@@ -49,16 +49,18 @@ pkgbase = vtk-multi-python
optdepends = mariadb
optdepends = ffmpeg
optdepends = jsoncpp
+ conflicts = vtk
+ conflicts = vtk6
options = staticlibs
options = !emptydirs
- source = http://www.vtk.org/files/release/7.1/VTK-7.1.0.tar.gz
- source = http://www.vtk.org/files/release/7.1/VTKData-7.1.0.tar.gz
- source = http://www.vtk.org/files/release/7.1/VTKLargeData-7.1.0.tar.gz
+ source = http://www.vtk.org/files/release/7.1/VTK-7.1.1.tar.gz
+ source = http://www.vtk.org/files/release/7.1/VTKData-7.1.1.tar.gz
+ source = http://www.vtk.org/files/release/7.1/VTKLargeData-7.1.1.tar.gz
source = soversion-sharedlibs.patch
source = python-suffix.patch
- sha1sums = d3701ff23cb935e107e00174cf75d45a7a9cbdda
- sha1sums = d67694b32b8720a081fefac3a26b317b81e785c2
- sha1sums = bfcf4f87e53f81b7e6bd980e7b0137cef156f66c
+ sha1sums = 8b3433e408ba3408354356dee4d295ea599a817c
+ sha1sums = e0021056162e72e0dac20fa833ea4f9ee29dee48
+ sha1sums = 1ba20c351ac8237c168198a89504c3d93ea699c7
sha1sums = 823f10356ddc86d22629ee5a804f22145af91b6d
sha1sums = a597aa42e6f623b346c16db36aea31df29bdd8da
diff --git a/PKGBUILD b/PKGBUILD
index 081e1f1b6bd4..616cf754394a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,14 @@
pkgbase='vtk-multi-python'
pkgname=('vtk-base' 'python2-vtk' 'python-vtk')
-pkgver=7.1.0
+pkgver=7.1.1
_majorver=7.1
-pkgrel=3
+pkgrel=1
arch=('i686' 'x86_64')
url='http://www.vtk.org/'
license=('BSD')
depends=('gcc-libs')
+conflicts=('vtk' 'vtk6')
makedepends=('boost' 'cmake' 'ninja' 'java-environment' 'doxygen' 'gnuplot' 'tk' 'wget' 'python2-matplotlib' 'python2-twisted' 'python2-mpi4py' 'python2-autobahn' 'python-matplotlib' 'python-twisted' 'python-mpi4py' 'python-autobahn' 'unixodbc' 'gdal' 'openmpi' 'mariadb' 'glew' 'ffmpeg' 'lesstif' 'qt5-base' 'qt5-x11extras' 'qt5-tools' 'qt5-webkit' 'jsoncpp')
optdepends=('java-runtime: java bindings'
'tk: tcl bindings'
@@ -35,9 +36,9 @@ source=("http://www.vtk.org/files/release/${_majorver}/VTK-${pkgver}.tar.gz"
'soversion-sharedlibs.patch'
'python-suffix.patch')
options=(staticlibs !emptydirs)
-sha1sums=('d3701ff23cb935e107e00174cf75d45a7a9cbdda'
- 'd67694b32b8720a081fefac3a26b317b81e785c2'
- 'bfcf4f87e53f81b7e6bd980e7b0137cef156f66c'
+sha1sums=('8b3433e408ba3408354356dee4d295ea599a817c'
+ 'e0021056162e72e0dac20fa833ea4f9ee29dee48'
+ '1ba20c351ac8237c168198a89504c3d93ea699c7'
'823f10356ddc86d22629ee5a804f22145af91b6d'
'a597aa42e6f623b346c16db36aea31df29bdd8da')