[arch-commits] Commit in pdal/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Sun May 20 20:06:00 UTC 2018


    Date: Sunday, May 20, 2018 @ 20:05:59
  Author: svenstaro
Revision: 325646

upgpkg: pdal 1.6.0-4

Make hexer-hobu an actual dep

Modified:
  pdal/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-20 20:05:31 UTC (rev 325645)
+++ PKGBUILD	2018-05-20 20:05:59 UTC (rev 325646)
@@ -2,15 +2,14 @@
 # Contributor: SaultDon <sault.don gmail>
 pkgname=pdal
 pkgver=1.6.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A C++ library for translating and manipulating point cloud data"
 arch=('x86_64')
 url="http://www.pdal.io"
 license=('BSD')
-depends=('gdal' 'libgeotiff' 'laszip' 'jsoncpp')
-makedepends=('cmake' 'python' 'python-numpy' 'laz-perf' 'hexer-hobu')
+depends=('gdal' 'libgeotiff' 'laszip' 'jsoncpp' 'hexer-hobu')
+makedepends=('cmake' 'python' 'python-numpy' 'laz-perf')
 optdepends=('python-numpy: for the Python plugin'
-            'hexer-hobu: for the hexbin plugin'
             'sqlite: for the sqlite plugin'
             'postgresql-libs: for the postgresql plugin')
 provides=('pdal')



More information about the arch-commits mailing list