community/openvdb to 9.0.0-1

This commit is contained in:
Kevin Mihelich 2021-11-06 03:24:13 +00:00
parent cba1d03b49
commit c0abd16413

View file

@ -4,7 +4,7 @@
# - explicitly link v5/v6 with libatomic
pkgname=openvdb
pkgver=8.1.0
pkgver=9.0.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'
@ -16,7 +16,7 @@ optdepends=('glfw: for tools'
'glu: for tools'
'python-numpy: python module')
source=("$pkgname-$pkgver.tar.gz::https://github.com/dreamworksanimation/openvdb/archive/v${pkgver}.tar.gz")
sha512sums=('081ccedb122ff9bd73e0cd7ff083ad0ff0165e0cf6305187edcbe90ff12f01ec085c91ad5c52c53596035e0c2afd5b8801e6c00374b0fc4b0cc111f5c7f37eb5')
sha512sums=('1410b7b04b03fb09d6775ebe7b95e7c0a484d5f29c84203530ed30ccb7c061470be1abb93189010617342e57f3fecdd66a115c6d222024e68e2384a7fb196194')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"