Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / pdal
Commits: 685d742c by Sven-Hendrik Haase at 2023-11-09T15:18:24+01:00 upgpkg: 2.6.0-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,23 @@ +pkgbase = pdal + pkgdesc = A C++ library for translating and manipulating point cloud data + pkgver = 2.6.0 + pkgrel = 1 + url = http://www.pdal.io + arch = x86_64 + license = BSD + makedepends = cmake + makedepends = python + makedepends = python-numpy + makedepends = ninja + makedepends = postgresql-libs + depends = gdal + depends = libgeotiff + depends = jsoncpp + optdepends = python-numpy: for the Python plugin + optdepends = sqlite: for the sqlite plugin + optdepends = postgresql-libs: for the postgresql plugin + provides = pdal + source = https://github.com/PDAL/PDAL/releases/download/2.6.0/PDAL-2.6.0-src.tar.bz2 + sha512sums = 61b2575fc5d2751f1e34925e948aca9936b8de72c0b596f9809cdf9156a15e94f670db22bd68c45e484783ba112a6bc43c7309a62e3aa3158567437195901cbd + +pkgname = pdal ===================================== PKGBUILD ===================================== @@ -1,20 +1,20 @@ # Maintainer: Sven-Hendrik Haase <[email protected]> # Contributor: SaultDon <sault.don gmail> pkgname=pdal -pkgver=2.5.6 +pkgver=2.6.0 pkgrel=1 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') +depends=('gdal' 'libgeotiff' 'jsoncpp') 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') provides=('pdal') source=("https://github.com/PDAL/PDAL/releases/download/${pkgver}/PDAL-${pkgver}-src.tar.bz2") -sha512sums=('5431d06f5c49734c031b21db3d6a351d98aec4cf0d34b696333169929b190e980eddb299a499d659587f5ee2867f79478545f2ff94f687ed479ea30a6ccf09e5') +sha512sums=('61b2575fc5d2751f1e34925e948aca9936b8de72c0b596f9809cdf9156a15e94f670db22bd68c45e484783ba112a6bc43c7309a62e3aa3158567437195901cbd') build() { cd "PDAL-$pkgver-src/" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pdal/-/commit/685d742c1c2fef5f7a2592369f970b89d9ca34ca -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pdal/-/commit/685d742c1c2fef5f7a2592369f970b89d9ca34ca You're receiving this email because of your account on gitlab.archlinux.org.
