[arch-commits] Commit in openvdb/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Sat Feb 6 07:11:57 UTC 2021


    Date: Saturday, February 6, 2021 @ 07:11:57
  Author: svenstaro
Revision: 846467

upgpkg: openvdb 8.0.1-1

Modified:
  openvdb/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-06 06:51:18 UTC (rev 846466)
+++ PKGBUILD	2021-02-06 07:11:57 UTC (rev 846467)
@@ -1,6 +1,6 @@
 # Maintainer : Sven-Hendrik Haase <svenstaro at gmail.com>
 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'
@@ -12,7 +12,7 @@
             '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}"
@@ -34,8 +34,6 @@
   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:



More information about the arch-commits mailing list