From ff93fd67963556a52051cdc5a243d18eb4f5a930 Mon Sep 17 00:00:00 2001 From: kth5 Date: Sat, 27 Jul 2024 22:37:52 +0200 Subject: [PATCH] * update liblas to 1.8.1.r128+gded46373-9 --- liblas/.SRCINFO | 21 +++++++++++++++++++++ liblas/PKGBUILD | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 liblas/.SRCINFO diff --git a/liblas/.SRCINFO b/liblas/.SRCINFO new file mode 100644 index 0000000000..e55f7049a6 --- /dev/null +++ b/liblas/.SRCINFO @@ -0,0 +1,21 @@ +pkgbase = liblas + pkgdesc = C/C++ library for reading and writing the very common LAS LiDAR format + pkgver = 1.8.1.r128+gded46373 + pkgrel = 9 + url = https://liblas.org/ + arch = x86_64 + license = BSD + makedepends = cmake + makedepends = boost + makedepends = git + depends = boost-libs + depends = gdal + depends = laszip2 + depends = libgeotiff + depends = proj + source = git+https://github.com/libLAS/libLAS.git#commit=ded463732db1f9baf461be6f3fe5b8bb683c41cd + source = fix-gdal-2.5.patch + sha256sums = SKIP + sha256sums = c492dd229664c0f1be1a7ca7a7e2df0414a04e2ac89dc5b5ce61463fbe84a6af + +pkgname = liblas diff --git a/liblas/PKGBUILD b/liblas/PKGBUILD index 2d98b7483f..d3ee54d399 100644 --- a/liblas/PKGBUILD +++ b/liblas/PKGBUILD @@ -3,7 +3,7 @@ pkgname=liblas pkgver=1.8.1.r128+gded46373 -pkgrel=8 +pkgrel=9 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/"