* update liblas to 1.8.1.r128+gded46373-10

This commit is contained in:
Alexander Baldeck 2024-10-04 20:32:50 +02:00
parent 01a4bf01b9
commit 67969ebecc
2 changed files with 6 additions and 2 deletions

View File

@ -1,9 +1,13 @@
pkgbase = liblas
pkgdesc = C/C++ library for reading and writing the very common LAS LiDAR format
pkgver = 1.8.1.r128+gded46373
pkgrel = 9
pkgrel = 10
url = https://liblas.org/
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = BSD
makedepends = cmake
makedepends = boost

View File

@ -3,7 +3,7 @@
pkgname=liblas
pkgver=1.8.1.r128+gded46373
pkgrel=9
pkgrel=10
pkgdesc="C/C++ library for reading and writing the very common LAS LiDAR format"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://liblas.org/"