Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
pdal
Commits:
aa43d87b by Sven-Hendrik Haase at 2025-01-03T08:58:25+01:00
upgpkg: 2.8.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = pdal
pkgdesc = A C++ library for translating and manipulating point cloud
data
- pkgver = 2.8.2
+ pkgver = 2.8.3
pkgrel = 1
url = http://www.pdal.io
arch = x86_64
@@ -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.2/PDAL-2.8.2-src.tar.bz2
- sha512sums =
82dc84192e0cda809f4b12233e009c0c92328bf78001fc6394f56b28514a4b20de17dd354904d44cebc40c28a78828c47a1324b749143cc5b41b6c322902a442
+ source =
https://github.com/PDAL/PDAL/releases/download/2.8.3/PDAL-2.8.3-src.tar.bz2
+ sha512sums =
75c6e1fb94f6dec4632ed9858828e2f1fb793d345b4d66a6d1b34da70e24c3620ce2a95bf17f16973645469dc723130dd4953e0df69969f0da0cb04ce057a319
pkgname = pdal
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Sven-Hendrik Haase <[email protected]>
# Contributor: SaultDon <sault.don gmail>
pkgname=pdal
-pkgver=2.8.2
+pkgver=2.8.3
pkgrel=1
pkgdesc="A C++ library for translating and manipulating point cloud data"
arch=('x86_64')
@@ -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=('82dc84192e0cda809f4b12233e009c0c92328bf78001fc6394f56b28514a4b20de17dd354904d44cebc40c28a78828c47a1324b749143cc5b41b6c322902a442')
+sha512sums=('75c6e1fb94f6dec4632ed9858828e2f1fb793d345b4d66a6d1b34da70e24c3620ce2a95bf17f16973645469dc723130dd4953e0df69969f0da0cb04ce057a319')
build() {
cd "PDAL-$pkgver-src/"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pdal/-/commit/aa43d87b86b206756ce6afabb6f306cb69eedc0e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pdal/-/commit/aa43d87b86b206756ce6afabb6f306cb69eedc0e
You're receiving this email because of your account on gitlab.archlinux.org.