diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-30 11:13:55 -0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-13 15:30:24 +0000 |
commit | ac8b68980f47b0a12cb818fab2ff169fc313c20f (patch) | |
tree | f37279dae13076792bbdc5d6c88c11d5d8459347 /testing/pdal | |
parent | 7a83cf4e0e66951972dccad2e9d3668d6c9de6cc (diff) | |
download | aports-ac8b68980f47b0a12cb818fab2ff169fc313c20f.tar.bz2 aports-ac8b68980f47b0a12cb818fab2ff169fc313c20f.tar.xz |
rebuild against libjsoncpp.so.21
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 7c8c0b13f0..ac113bbb94 100644 --- a/testing/pdal/APKBUILD +++ b/testing/pdal/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bradley J Chambers <brad.chambers@gmail.com> pkgname=pdal pkgver=2.0.1 -pkgrel=0 +pkgrel=1 pkgdesc="PDAL is a C++ BSD library for translating and manipulating point cloud data." url="https://pdal.io" # Dependencies libgeotiff-dev, proj-dev, libspatialite-dev, and pcl-dev are |