summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2023-06-08 21:05:58 +0200
committerMichel Zou2023-06-08 21:05:58 +0200
commit80af48bc70531fb20b54af7edc21f19507c261c2 (patch)
tree17e3c11636607cf9d74645d1103e105f8516ce79
parent9ccc5a68cc195bc1d0bc3e267a97293c6a1ce713 (diff)
downloadaur-80af48bc70531fb20b54af7edc21f19507c261c2.tar.gz
2.5.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b0343e49a36..1e9353ad7cbf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-pdal
pkgdesc = A C++ library for translating and manipulating point cloud data (mingw-w64)
- pkgver = 2.4.2
+ pkgver = 2.5.4
pkgrel = 1
url = http://www.pdal.io
arch = any
@@ -15,7 +15,7 @@ pkgbase = mingw-w64-pdal
options = !buildflags
options = staticlibs
options = !strip
- source = https://github.com/PDAL/PDAL/releases/download/2.4.2/PDAL-2.4.2-src.tar.gz
- sha256sums = 582309942dc7b0fe9c3e652aa4c9c3ec3b8c6f56401a0bf3f6237d3347e8f616
+ source = https://github.com/PDAL/PDAL/releases/download/2.5.4/PDAL-2.5.4-src.tar.gz
+ sha256sums = 775a24cb7ebd173f0c44effa913107350447efac66d122d847911f9ea0abd346
pkgname = mingw-w64-pdal
diff --git a/PKGBUILD b/PKGBUILD
index 4f2b8c06eed9..3eb35f373043 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-pdal
-pkgver=2.4.2
+pkgver=2.5.4
pkgrel=1
pkgdesc="A C++ library for translating and manipulating point cloud data (mingw-w64)"
arch=('any')
@@ -9,13 +9,12 @@ depends=('mingw-w64-gdal' 'mingw-w64-libgeotiff' 'mingw-w64-jsoncpp' 'mingw-w64-
makedepends=('mingw-w64-cmake')
options=('!buildflags' 'staticlibs' '!strip')
source=("https://github.com/PDAL/PDAL/releases/download/${pkgver}/PDAL-${pkgver}-src.tar.gz")
-sha256sums=('582309942dc7b0fe9c3e652aa4c9c3ec3b8c6f56401a0bf3f6237d3347e8f616')
+sha256sums=('775a24cb7ebd173f0c44effa913107350447efac66d122d847911f9ea0abd346')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
prepare() {
cd "PDAL-$pkgver-src/"
- curl -L https://github.com/PDAL/PDAL/pull/3778.patch | patch -p1
}
build() {