Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
pdal
Commits:
bd7c00f4 by Sven-Hendrik Haase at 2025-07-20T09:26:13+02:00
upgpkg: 2.9.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = pdal
pkgdesc = A C++ library for translating and manipulating point cloud
data
- pkgver = 2.8.3
- pkgrel = 3
+ pkgver = 2.9.0
+ pkgrel = 1
url = http://www.pdal.io
arch = x86_64
license = BSD
@@ -17,7 +17,7 @@ pkgbase = pdal
optdepends = sqlite: for the sqlite plugin
optdepends = postgresql-libs: for the postgresql plugin
provides = pdal
- source =
https://github.com/PDAL/PDAL/releases/download/2.8.3/PDAL-2.8.3-src.tar.bz2
- sha512sums =
75c6e1fb94f6dec4632ed9858828e2f1fb793d345b4d66a6d1b34da70e24c3620ce2a95bf17f16973645469dc723130dd4953e0df69969f0da0cb04ce057a319
+ source =
https://github.com/PDAL/PDAL/releases/download/2.9.0/PDAL-2.9.0-src.tar.bz2
+ sha512sums =
1ff1dcfdca261968a5e20ce9072181a687430e9ef5601d7f15c12cbf1af1696cd84c991bcad67e4c7cdfe279b66d12a0bc06016cee5a4106331b12eb6aa8a7a4
pkgname = pdal
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Sven-Hendrik Haase <[email protected]>
# Contributor: SaultDon <sault.don gmail>
pkgname=pdal
-pkgver=2.8.3
-pkgrel=3
+pkgver=2.9.0
+pkgrel=1
pkgdesc="A C++ library for translating and manipulating point cloud data"
arch=('x86_64')
url="http://www.pdal.io"
@@ -14,7 +14,7 @@ optdepends=('python-numpy: for the Python plugin'
'postgresql-libs: for the postgresql plugin')
provides=('pdal')
source=("https://github.com/PDAL/PDAL/releases/download/${pkgver}/PDAL-${pkgver}-src.tar.bz2")
-sha512sums=('75c6e1fb94f6dec4632ed9858828e2f1fb793d345b4d66a6d1b34da70e24c3620ce2a95bf17f16973645469dc723130dd4953e0df69969f0da0cb04ce057a319')
+sha512sums=('1ff1dcfdca261968a5e20ce9072181a687430e9ef5601d7f15c12cbf1af1696cd84c991bcad67e4c7cdfe279b66d12a0bc06016cee5a4106331b12eb6aa8a7a4')
build() {
cd "PDAL-$pkgver-src/"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pdal/-/commit/bd7c00f4fc514239c11e13fd20ce16af27974f8b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pdal/-/commit/bd7c00f4fc514239c11e13fd20ce16af27974f8b
You're receiving this email because of your account on gitlab.archlinux.org.