Date: Monday, October 10, 2016 @ 06:39:58 Author: svenstaro Revision: 191787
upgpkg: openvdb 3.2.0-1 upstream release 3.2.0 Modified: openvdb/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-10-10 06:31:08 UTC (rev 191786) +++ PKGBUILD 2016-10-10 06:39:58 UTC (rev 191787) @@ -6,17 +6,17 @@ # as well as other oddities. pkgname=openvdb -pkgver=3.1.0 -pkgrel=4 +pkgver=3.2.0 +pkgrel=1 pkgdesc='A large suite of tools for the efficient storage and manipulation of sparse volumetric data discretized on three-dimensional grids' url='https://github.com/dreamworksanimation/openvdb' arch=('i686' 'x86_64') license=('MPL') depends=('openexr' 'boost-libs' 'intel-tbb' 'zlib' 'jemalloc' 'blosc') -makedepends=('doxygen' 'boost' 'python2' 'log4cplus' 'epydoc' 'python2-numpy') +makedepends=('doxygen' 'boost' 'python2' 'log4cplus' 'epydoc' 'python2-numpy' 'texlive-core' 'ghostscript' 'epydoc') optdepends=('python2-numpy: Python module') source=("https://github.com/dreamworksanimation/openvdb/archive/v${pkgver}.tar.gz") -sha256sums=('b95a32f4f0195452a64870bda978999a719006a0c036b9ac985b466532d32d4b') +sha256sums=('d4b6eb63a2c1c62ca449399f3d7789638fde655c32a977b50717b727420a634b') build() { cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}" @@ -42,6 +42,7 @@ mkdir ${pkgdir}/usr make install \ GLFW_INCL_DIR='' \ + EPYDOC=/usr/bin/epydoc \ DESTDIR=${pkgdir}/usr }
