summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2022-06-11 15:03:43 +0200
committerMichel Zou2022-06-11 15:03:43 +0200
commit753aa67de79fb94c99eef4f32c86174545d3a70a (patch)
treed7457e55ed633c1710d08f987a80d640266c31a9
parent114796ba9ea3968a15a654cc4d6b7cc185baecba (diff)
downloadaur-753aa67de79fb94c99eef4f32c86174545d3a70a.tar.gz
2.4.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d3abf5df479..5b0343e49a36 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.1
+ pkgver = 2.4.2
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.1/PDAL-2.4.1-src.tar.gz
- sha256sums = 4df8463f68087e3742691048f5ab9db04269fc54bc418e4dc53e2c761bd825f2
+ source = https://github.com/PDAL/PDAL/releases/download/2.4.2/PDAL-2.4.2-src.tar.gz
+ sha256sums = 582309942dc7b0fe9c3e652aa4c9c3ec3b8c6f56401a0bf3f6237d3347e8f616
pkgname = mingw-w64-pdal
diff --git a/PKGBUILD b/PKGBUILD
index ff34190ef82b..a95bb9a16d6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-pdal
-pkgver=2.4.1
+pkgver=2.4.2
pkgrel=1
pkgdesc="A C++ library for translating and manipulating point cloud data (mingw-w64)"
arch=('any')
@@ -9,12 +9,13 @@ 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=('4df8463f68087e3742691048f5ab9db04269fc54bc418e4dc53e2c761bd825f2')
+sha256sums=('582309942dc7b0fe9c3e652aa4c9c3ec3b8c6f56401a0bf3f6237d3347e8f616')
_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() {