Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / 
pdal


Commits:
89128810 by Sven-Hendrik Haase at 2024-09-08T21:33:23+02:00
upgpkg: 2.8.0-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.7.2
+       pkgver = 2.8.0
        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.7.2/PDAL-2.7.2-src.tar.bz2
-       sha512sums = 
81e4d4b136e292f5a2e4145f730e00375a26a6a2aa52af679bea6d9d371b55c92641475ea332fc8301fe35d237415b70ea311da3fc1bc4ff69013a7448f66896
+       source = 
https://github.com/PDAL/PDAL/releases/download/2.8.0/PDAL-2.8.0-src.tar.bz2
+       sha512sums = 
d3b02f13e56423c5086e72908f932db384cb0d64f3d3e5cec121c1e283268f8e38f6123ff852d77c07ea9777001a78595bdafed458dc06aa52402d92e76ce995
 
 pkgname = pdal


=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase <[email protected]>
 # Contributor: SaultDon <sault.don gmail>
 pkgname=pdal
-pkgver=2.7.2
+pkgver=2.8.0
 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=('81e4d4b136e292f5a2e4145f730e00375a26a6a2aa52af679bea6d9d371b55c92641475ea332fc8301fe35d237415b70ea311da3fc1bc4ff69013a7448f66896')
+sha512sums=('d3b02f13e56423c5086e72908f932db384cb0d64f3d3e5cec121c1e283268f8e38f6123ff852d77c07ea9777001a78595bdafed458dc06aa52402d92e76ce995')
 
 build() {
   cd "PDAL-$pkgver-src/"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pdal/-/commit/891288105803cfeec4bbb637ec8474253129dba2

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pdal/-/commit/891288105803cfeec4bbb637ec8474253129dba2
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to