diff options
author | Holger Jaekel <holger.jaekel@gmx.de> | 2019-01-03 23:43:31 +0100 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-01-05 05:42:43 +0200 |
commit | bcaed23ac9d24031217a5cdfedaa16330d513e5d (patch) | |
tree | c1130d6398ab3dce832144a34a8a5135e1e94434 /testing/pdal | |
parent | 1d9c036c15d04310aefa9844804b977d7ee87d49 (diff) | |
download | aports-bcaed23ac9d24031217a5cdfedaa16330d513e5d.tar.bz2 aports-bcaed23ac9d24031217a5cdfedaa16330d513e5d.tar.xz |
testing/pdal: rebuild against gdal 2.4.0
Diffstat (limited to 'testing/pdal')
-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 d4e496e63a..03177b925f 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=1 +pkgrel=2 pkgdesc="PDAL is a C++ BSD library for translating and manipulating point cloud data." url="https://github.com/pdal/pdal" arch="x86 x86_64" |