summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2020-12-04 11:50:25 +0100
committerMichel Zou2020-12-04 11:50:25 +0100
commit533b49e60a8b0a0b0ef928154b0d74dc1704a0f0 (patch)
treebb69f724bd3128ea152fade575d2757fd2a93b43
parentb350301c9d6225dc4e5babd66dda6ca16b1c26ec (diff)
downloadaur-533b49e60a8b0a0b0ef928154b0d74dc1704a0f0.tar.gz
https
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b00ed8a55d1..f3de57d7633b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = mingw-w64-paraview58
pkgdesc = Parallel Visualization Application using VTK (mingw-w64)
pkgver = 5.8.1
pkgrel = 1
- url = http://www.paraview.org
+ url = https://www.paraview.org
arch = any
license = custom
makedepends = mingw-w64-cmake
@@ -35,7 +35,7 @@ pkgbase = mingw-w64-paraview58
options = !buildflags
options = !strip
options = staticlibs
- source = http://paraview.org/files/v5.8/ParaView-v5.8.1.tar.xz
+ source = https://www.paraview.org/files/v5.8/ParaView-v5.8.1.tar.xz
sha256sums = 7653950392a0d7c0287c26f1d3a25cdbaa11baa7524b0af0e6a1a0d7d487d034
pkgname = mingw-w64-paraview58
diff --git a/PKGBUILD b/PKGBUILD
index 0d33050407d6..3000ff268d19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@ pkgver=5.8.1
pkgrel=1
pkgdesc='Parallel Visualization Application using VTK (mingw-w64)'
arch=('any')
-url='http://www.paraview.org'
+url='https://www.paraview.org'
license=('custom')
depends=('mingw-w64-qt5-xmlpatterns' 'mingw-w64-qt5-tools' 'mingw-w64-qt5-svg' 'mingw-w64-boost' 'mingw-w64-glew' 'mingw-w64-freetype2' 'mingw-w64-libxml2' 'mingw-w64-libtiff' 'mingw-w64-jsoncpp' 'mingw-w64-hdf5' 'mingw-w64-lz4' 'mingw-w64-proj' 'mingw-w64-cgns' 'mingw-w64-netcdf' 'mingw-w64-double-conversion' 'mingw-w64-protobuf' 'mingw-w64-libtheora' 'mingw-w64-pugixml' 'mingw-w64-gl2ps')
makedepends=('mingw-w64-cmake' 'mingw-w64-eigen' 'mingw-w64-utf8cpp' 'mingw-w64-wine' 'mingw-w64-wine-qt' 'protobuf')
provides=('mingw-w64-paraview')
conflicts=('mingw-w64-paraview')
options=('!buildflags' '!strip' 'staticlibs')
-source=("http://paraview.org/files/v${pkgver:0:3}/ParaView-v${pkgver}.tar.xz")
+source=("${url}/files/v${pkgver:0:3}/ParaView-v${pkgver}.tar.xz")
sha256sums=('7653950392a0d7c0287c26f1d3a25cdbaa11baa7524b0af0e6a1a0d7d487d034')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"