diff options
author | Michel Zou | 2019-10-30 09:22:49 +0100 |
---|---|---|
committer | Michel Zou | 2019-10-30 09:22:49 +0100 |
commit | 23c3c88d466c03451a07b130d886bc291ec024d2 (patch) | |
tree | 8145370587eebbfc1f181f297ce6d679ecf9773e | |
parent | 77c9640c7fc76bcf99d8dab019a63be7d40aa987 (diff) | |
download | aur-23c3c88d466c03451a07b130d886bc291ec024d2.tar.gz |
pugixml
-rw-r--r-- | .SRCINFO | 1 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -26,6 +26,7 @@ pkgbase = mingw-w64-vtk-git depends = mingw-w64-proj depends = mingw-w64-double-conversion depends = mingw-w64-glew + depends = mingw-w64-pugixml options = !buildflags options = staticlibs options = !strip @@ -6,7 +6,7 @@ pkgdesc='A software system for 3D computer graphics, image processing, and visua arch=('any') url='http://www.vtk.org/' license=('BSD') -depends=('mingw-w64-crt' 'mingw-w64-qt5-base' 'mingw-w64-jsoncpp' 'mingw-w64-expat' 'mingw-w64-netcdf' 'mingw-w64-libtiff' 'mingw-w64-libjpeg-turbo' 'mingw-w64-freetype2' 'mingw-w64-libpng' 'mingw-w64-libxml2' 'mingw-w64-hdf5' 'mingw-w64-freeglut' 'mingw-w64-lz4' 'mingw-w64-proj' 'mingw-w64-double-conversion' 'mingw-w64-glew') +depends=('mingw-w64-crt' 'mingw-w64-qt5-base' 'mingw-w64-jsoncpp' 'mingw-w64-expat' 'mingw-w64-netcdf' 'mingw-w64-libtiff' 'mingw-w64-libjpeg-turbo' 'mingw-w64-freetype2' 'mingw-w64-libpng' 'mingw-w64-libxml2' 'mingw-w64-hdf5' 'mingw-w64-freeglut' 'mingw-w64-lz4' 'mingw-w64-proj' 'mingw-w64-double-conversion' 'mingw-w64-glew' 'mingw-w64-pugixml') makedepends=('git' 'mingw-w64-cmake' 'mingw-w64-eigen' 'mingw-w64-utf8cpp' 'mingw-w64-wine') options=('!buildflags' 'staticlibs' '!strip') source=("git+https://gitlab.kitware.com/vtk/vtk.git") |