diff options
author | Holger Jaekel <holger.jaekel@gmx.de> | 2022-05-13 21:41:21 +0200 |
---|---|---|
committer | psykose <alice@ayaya.dev> | 2022-05-14 01:16:14 +0200 |
commit | e9e7ef5543d2e63a9c3a02ada41216f24ce6dba0 (patch) | |
tree | 0ffd0437afab320aa382aca8d4875b8fd8fdbdfb | |
parent | a329a600f9ec7a73c61c2db718507823ba735747 (diff) | |
download | aports-e9e7ef5543d2e63a9c3a02ada41216f24ce6dba0.tar.gz aports-e9e7ef5543d2e63a9c3a02ada41216f24ce6dba0.tar.bz2 aports-e9e7ef5543d2e63a9c3a02ada41216f24ce6dba0.tar.xz |
community/pdal: rebuild against gdal 3.5.0
-rw-r--r-- | community/pdal/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/pdal/APKBUILD b/community/pdal/APKBUILD index 4bd38e6c54..89af4a92c0 100644 --- a/community/pdal/APKBUILD +++ b/community/pdal/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=pdal pkgver=2.4.0 -pkgrel=0 +pkgrel=1 pkgdesc="PDAL is a C++ BSD library for translating and manipulating point cloud data." url="https://pdal.io/" arch="all" |