From 947dea6e379d7fa69f6365bca9c1dcc3b259af04 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sat, 22 Aug 2020 02:45:45 +0000 Subject: [PATCH] community/openvdb to 7.1.0-1 --- community/openvdb/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/community/openvdb/PKGBUILD b/community/openvdb/PKGBUILD index e2a1d15c3..128050875 100644 --- a/community/openvdb/PKGBUILD +++ b/community/openvdb/PKGBUILD @@ -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}"