diff options
author | Bradley J Chambers <brad.chambers@gmail.com> | 2017-10-02 15:55:19 -0400 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-10-03 12:25:20 +0000 |
commit | 33be12f6d5f1e4dd7e9851557970d4e4aba49ec2 (patch) | |
tree | 94ea251886eb0f7c9b42330ba4e7721dfa138524 /testing/pdal | |
parent | dbf761fefa0f31eeecf529f44994dd1258ea5213 (diff) | |
download | aports-33be12f6d5f1e4dd7e9851557970d4e4aba49ec2.tar.bz2 aports-33be12f6d5f1e4dd7e9851557970d4e4aba49ec2.tar.xz |
testing/pdal: pkgrel bump
HDF5 dependency had an ABI change, prompting need to rebuild PDAL package.
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 af086895c9..9bd3b7aff1 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.5.0 -pkgrel=0 +pkgrel=1 pkgdesc="PDAL" url="https://github.com/pdal/pdal" arch="x86 x86_64" |