summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2023-08-26 14:45:51 +0200
committerMichel Zou2023-08-26 14:45:51 +0200
commitebbfa225c2e741f9079a0b6d8852c403e96d5c43 (patch)
tree437a85745d6fc41ce964849997d8b6dd7a0aa55c
parent80af48bc70531fb20b54af7edc21f19507c261c2 (diff)
downloadaur-mingw-w64-pdal.tar.gz
2.5.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e9353ad7cbf..e0d5b13740af 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.5.4
+ pkgver = 2.5.6
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.5.4/PDAL-2.5.4-src.tar.gz
- sha256sums = 775a24cb7ebd173f0c44effa913107350447efac66d122d847911f9ea0abd346
+ source = https://github.com/PDAL/PDAL/releases/download/2.5.6/PDAL-2.5.6-src.tar.gz
+ sha256sums = c4f51e7bb9843ecc5d51c47aad87d8ddbd919111fb49222294c5835be7c1fa85
pkgname = mingw-w64-pdal
diff --git a/PKGBUILD b/PKGBUILD
index 3eb35f373043..bd283539bd28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-pdal
-pkgver=2.5.4
+pkgver=2.5.6
pkgrel=1
pkgdesc="A C++ library for translating and manipulating point cloud data (mingw-w64)"
arch=('any')
@@ -9,7 +9,7 @@ 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=('775a24cb7ebd173f0c44effa913107350447efac66d122d847911f9ea0abd346')
+sha256sums=('c4f51e7bb9843ecc5d51c47aad87d8ddbd919111fb49222294c5835be7c1fa85')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"