diff --git a/community/openvdb/PKGBUILD b/community/openvdb/PKGBUILD
index 1b6577924..d399c9dfa 100644
--- a/community/openvdb/PKGBUILD
+++ b/community/openvdb/PKGBUILD
@@ -4,7 +4,7 @@
 #  - explicitly link v5/v6 with libatomic
 
 pkgname=openvdb
-pkgver=5.2.0
+pkgver=6.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'
@@ -17,7 +17,7 @@ optdepends=('glfw: for tools'
             'python-numpy: python module')
 source=("https://github.com/dreamworksanimation/openvdb/archive/v${pkgver}.tar.gz"
         'boost-1.67.patch')
-sha512sums=('69e21190c27a055e476a319b0c2d961303fa2f3fec30bec93ed44072d01816ef89e5e8f0abfc3a22d1c73742aa31284c664596747b49cd985fea1a751776506e'
+sha512sums=('6b9e267fff46647b39e1e6faa12059442196c1858df1fda1515cfc375e25bc3033e2828c80e63a652509cfba386376e022cebf81ec85aaccece421b0c721529b'
             '48075304517a9e0f52d5c22c575a22fb7904c743262652d4abe1028bfc540d4f5a8a97bd754acbb3959a7c148d12c7e55a71bd630e59bf4fe51433ac9dca4372')
 
 prepare() {