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

Bruno Pagani archange at gemini.archlinux.org
Thu Jun 30 12:49:21 UTC 2022


    Date: Thursday, June 30, 2022 @ 12:49:20
  Author: archange
Revision: 1243013

gdal 3.5 rebuild

Modified:
  pdal/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-30 12:31:54 UTC (rev 1243012)
+++ PKGBUILD	2022-06-30 12:49:20 UTC (rev 1243013)
@@ -2,13 +2,13 @@
 # Contributor: SaultDon <sault.don gmail>
 pkgname=pdal
 pkgver=2.4.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A C++ library for translating and manipulating point cloud data"
 arch=('x86_64')
 url="http://www.pdal.io"
 license=('BSD')
 depends=('gdal' 'libgeotiff' 'jsoncpp' 'libunwind')
-makedepends=('cmake' 'python' 'python-numpy' 'ninja')
+makedepends=('cmake' 'python' 'python-numpy' 'ninja' 'postgresql-libs')
 optdepends=('python-numpy: for the Python plugin'
             'sqlite: for the sqlite plugin'
             'postgresql-libs: for the postgresql plugin')



More information about the arch-commits mailing list