summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2019-07-24 23:24:51 +0200
committerMichel Zou2019-07-24 23:24:51 +0200
commita1dbf03cad10481bd8fae11a94c290f850c38950 (patch)
tree81f19c7d6d9cb39c721d442cf8915bec3aad19bb
parente02e328a83b9fe5c136046fee128ea8b3edc87ed (diff)
downloadaur-a1dbf03cad10481bd8fae11a94c290f850c38950.tar.gz
Revert "proj"
This reverts commit e02e328a83b9fe5c136046fee128ea8b3edc87ed.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 404a8e74b724..749c0449a17c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-paraview
pkgdesc = Parallel Visualization Application using VTK (mingw-w64)
- pkgver = 5.6.1
+ pkgver = 5.6.0
pkgrel = 1
url = http://www.paraview.org
arch = any
@@ -33,9 +33,9 @@ pkgbase = mingw-w64-paraview
options = !buildflags
options = !strip
options = staticlibs
- source = http://paraview.org/files/v5.6/ParaView-v5.6.1.tar.xz
+ source = http://paraview.org/files/v5.6/ParaView-v5.6.0.tar.gz
source = compile-tools.patch
- sha256sums = 50ef01f54db6358b402e50d1460ef47c04d675bf26f250c6937737169f1e6612
+ sha256sums = cb8c4d752ad9805c74b4a08f8ae6e83402c3f11e38b274dba171b99bb6ac2460
sha256sums = ea4211078f1e1d7d2bb999861d81fbcb0cc6176844fead431c473035e94bd4bb
pkgname = mingw-w64-paraview
diff --git a/PKGBUILD b/PKGBUILD
index 8cdfd56bf83f..ca5be9ca9aeb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-paraview
_majordotminor=5.6
-pkgver=${_majordotminor}.1
+pkgver=${_majordotminor}.0
_pkgver=${pkgver}
pkgrel=1
pkgdesc='Parallel Visualization Application using VTK (mingw-w64)'
@@ -10,9 +10,9 @@ license=('custom')
depends=('mingw-w64-qt5-xmlpatterns' 'mingw-w64-qt5-tools' 'mingw-w64-boost' 'mingw-w64-glew' 'mingw-w64-expat' 'mingw-w64-freetype2' 'mingw-w64-libjpeg' 'mingw-w64-libxml2' 'mingw-w64-libtheora' 'mingw-w64-libpng' 'mingw-w64-libtiff' 'mingw-w64-zlib' 'mingw-w64-jsoncpp' 'mingw-w64-pugixml' 'mingw-w64-hdf5' 'mingw-w64-lz4' 'mingw-w64-cgns' 'mingw-w64-netcdf-cxx-legacy' 'mingw-w64-double-conversion' 'mingw-w64-protobuf')
makedepends=('mingw-w64-cmake' 'mingw-w64-eigen' 'mingw-w64-wine' 'mingw-w64-pegtl' 'protobuf')
options=('!buildflags' '!strip' 'staticlibs')
-source=("http://paraview.org/files/v${_majordotminor}/ParaView-v${_pkgver}.tar.xz"
+source=("http://paraview.org/files/v${_majordotminor}/ParaView-v${_pkgver}.tar.gz"
"compile-tools.patch")
-sha256sums=('50ef01f54db6358b402e50d1460ef47c04d675bf26f250c6937737169f1e6612'
+sha256sums=('cb8c4d752ad9805c74b4a08f8ae6e83402c3f11e38b274dba171b99bb6ac2460'
'ea4211078f1e1d7d2bb999861d81fbcb0cc6176844fead431c473035e94bd4bb')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"