mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/openvdb to 8.0.1-1
This commit is contained in:
parent
e6f440bb4f
commit
f478867f88
1 changed files with 2 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
|||
# - explicitly link v5/v6 with libatomic
|
||||
|
||||
pkgname=openvdb
|
||||
pkgver=8.0.0
|
||||
pkgver=8.0.1
|
||||
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=('b26dea41e5305bbe023362241b82dda7e168f8df9526270e6b214f8442ce7e2135889d79a1944928478ae1a2b24866381b3be4d2d1af7a5726e39724055a6e78')
|
||||
sha512sums=('6a5a8b637429295efa72494aef82ff92dd83092591b713f56930ccf4aab3a33806d1263bfd090c27239eab97b4fdc053288dc545e631f8a7d4ca180a32331be2')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
@ -39,8 +39,6 @@ package() {
|
|||
cd "${srcdir}/${pkgname}-${pkgver}/build"
|
||||
|
||||
DESTDIR="${pkgdir}" ninja install
|
||||
mkdir -p "${pkgdir}"/usr/share/doc/
|
||||
mv "${pkgdir}"/usr/doc "${pkgdir}"/usr/share/doc/$pkgname
|
||||
}
|
||||
|
||||
# vim:set sw=2 sts=2 et:
|
||||
|
|
Loading…
Reference in a new issue