summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2021-08-14 10:02:35 +0200
committerMichel Zou2021-08-14 10:02:35 +0200
commit6e3e454c63842bf91a3cfb87eb6512b8cf4b0219 (patch)
tree82386173f9f43318d1ce08facb6cfbbc14c461a3
parent7a51ffee4600a7b5ffb06bd07a2639d7a6387c8c (diff)
downloadaur-6e3e454c63842bf91a3cfb87eb6512b8cf4b0219.tar.gz
fmt
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37c051cbc742..7981f4fde0f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -33,6 +33,7 @@ pkgbase = mingw-w64-paraview-git
depends = mingw-w64-pugixml
depends = mingw-w64-libtheora
depends = mingw-w64-gl2ps
+ depends = mingw-w64-fmt
provides = mingw-w64-paraview
conflicts = mingw-w64-paraview
options = !buildflags
diff --git a/PKGBUILD b/PKGBUILD
index 43da7f69dbf8..bf9be4d0df98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgdesc='Parallel Visualization Application using VTK (mingw-w64)'
arch=('any')
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-pugixml' 'mingw-w64-libtheora' 'mingw-w64-gl2ps')
+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-pugixml' 'mingw-w64-libtheora' 'mingw-w64-gl2ps' 'mingw-w64-fmt')
makedepends=('git' 'mingw-w64-cmake' 'mingw-w64-eigen' 'mingw-w64-utf8cpp' 'mingw-w64-wine' 'mingw-w64-pegtl2' 'mingw-w64-wine-qt' 'protobuf' 'mingw-w64-cli11')
provides=('mingw-w64-paraview')
conflicts=('mingw-w64-paraview')