summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEric Berquist2018-03-31 13:36:52 -0400
committerEric Berquist2018-03-31 13:37:41 -0400
commite5403a12e7e2c2e67afc82c5bbca68e6a7598aaf (patch)
treed507b5ca2e5cb6b0f44e18c1aa4ed0b294878b36 /PKGBUILD
parent408d8f58982dcc829077aabc00bea1da72c48e7d (diff)
downloadaur-e5403a12e7e2c2e67afc82c5bbca68e6a7598aaf.tar.gz
VTK secretly requires additional optional libraries
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2ed5d9866115..7db5bdbeab71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
_pkgname=avogadrolibs
pkgname="${_pkgname}-git"
pkgver=1.90.0.r1421.7e5b184
-pkgrel=6
+pkgrel=7
pkgdesc="Avogadro 2: libraries"
url="http://openchemistry.org/projects/avogadro2"
arch=("i686" "x86_64")
license=("Kitware")
-depends=("libarchive" "eigen3" "glew" "hdf5" "vtk" "spglib" "qt5-webview" "molequeue" "python" "pybind11")
-# gdal is for proj, which is optional for VTK but required here?
-makedepends=("git" "cmake" "gtest" "gdal")
+depends=("libarchive" "glew" "hdf5" "vtk" "spglib" "qt5-webview" "qt5-x11extras" "molequeue" "python" "pybind11")
+# gdal is for proj, which is optional for VTK but required here? same for openmpi
+makedepends=("git" "cmake" "eigen" "gtest" "gdal" "openmpi")
conflicts=("${_pkgname}")
provides=("${_pkgname}")
source=("git://github.com/OpenChemistry/${_pkgname}.git")