mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/openvdb to 7.1.0-1
This commit is contained in:
parent
7a95328101
commit
947dea6e37
1 changed files with 4 additions and 4 deletions
|
@ -4,8 +4,8 @@
|
|||
# - explicitly link v5/v6 with libatomic
|
||||
|
||||
pkgname=openvdb
|
||||
pkgver=7.0.0
|
||||
pkgrel=5
|
||||
pkgver=7.1.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=('x86_64')
|
||||
|
@ -15,8 +15,8 @@ makedepends=('doxygen' 'boost' 'cmake' 'mesa' 'cppunit' 'glfw-x11' 'glu' 'python
|
|||
optdepends=('glfw: for tools'
|
||||
'glu: for tools'
|
||||
'python-numpy: python module')
|
||||
source=("https://github.com/dreamworksanimation/openvdb/archive/v${pkgver}.tar.gz")
|
||||
sha512sums=('f5321b22b10e192012d544cc02921d3d52f621778ec5aa21ba6d450f3e29f2fdbd76486ad390a0c008394dbc6ee4aeecc04527ef30e73adf71c1a08a021746b7')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/dreamworksanimation/openvdb/archive/v${pkgver}.tar.gz")
|
||||
sha512sums=('49806375f7e6d7b12eaba24e672a068531d2f8a05f12eba29069710d2682f9983f9e6ad26047eed4b28e337f8d0e738b90130582863c710e8dd1e720bf0addad')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
|
Loading…
Reference in a new issue