diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-01-24 16:35:33 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-01-24 16:45:48 +0000 |
commit | 1e80bdf94cb7a3725f437e02715fe34971ad162d (patch) | |
tree | d344edbc61e0e517ad20bd4581abde8d459cd439 /testing | |
parent | 2833c9265ed3429cabcc399adc70b12d45b08104 (diff) | |
download | aports-1e80bdf94cb7a3725f437e02715fe34971ad162d.tar.bz2 aports-1e80bdf94cb7a3725f437e02715fe34971ad162d.tar.xz |
testing/pdal: rebuild against hdf5 1.10
Diffstat (limited to 'testing')
-rw-r--r-- | testing/pdal/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/pdal/APKBUILD b/testing/pdal/APKBUILD index 03177b925f..780203795f 100644 --- a/testing/pdal/APKBUILD +++ b/testing/pdal/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bradley J Chambers <brad.chambers@gmail.com> pkgname=pdal pkgver=1.7.2 -pkgrel=2 +pkgrel=3 pkgdesc="PDAL is a C++ BSD library for translating and manipulating point cloud data." url="https://github.com/pdal/pdal" arch="x86 x86_64" |