testing/laszip: upgrade to 3.4.3

This commit is contained in:
Leo 2019-11-12 11:11:29 -03:00
parent b6f90975a4
commit 83cedcca5e

View File

@ -1,7 +1,7 @@
# Contributor: Bradley J Chambers <brad.chambers@gmail.com>
# Maintainer: Bradley J Chambers <brad.chambers@gmail.com>
pkgname=laszip
pkgver=3.4.1
pkgver=3.4.3
pkgrel=0
pkgdesc="LASzip point cloud compression library"
url="https://github.com/laszip/laszip"
@ -10,7 +10,7 @@ license="LGPL-2.0-or-later"
options="!check"
makedepends="cmake"
subpackages="$pkgname-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/LASzip/$pkgname/archive/$pkgver.tar.gz"
source="laszip-$pkgver.tar.gz::https://github.com/LASzip/laszip/archive/$pkgver.tar.gz"
builddir="$srcdir"/LASzip-"$pkgver"
build() {
@ -26,4 +26,4 @@ package() {
make DESTDIR="$pkgdir" install
}
sha512sums="875303d4672c61778694b8a969cc1e4239564f2fa81b35cba472f7eb28c71ca9bf052ca633dcdc8cbfb486a6c6849caed9833669fd1ba0aa5ee0065e7e2013f1 laszip-3.4.1.tar.gz"
sha512sums="e99d03b7383d07d35463c9d1643787ec5030722d80798b4d9eb2a7935d3181ea6485e298589023814c21fc89851dd7c5232a65b4c9041ccccf1450b80d293268 laszip-3.4.3.tar.gz"