aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-pdal/APKBUILD
diff options
context:
space:
mode:
authorBradley J Chambers <brad.chambers@gmail.com>2017-10-19 15:12:36 -0400
committerTimo Teräs <timo.teras@iki.fi>2017-10-20 10:52:33 +0000
commit2fb112c45dde42d96835ed3ba9b40cafdd166ec5 (patch)
tree5b84dd466b6bf3b1444c1c8209b6f5c21f71164f /testing/py-pdal/APKBUILD
parent3b8623835339fe055c9b05321382a611da199ce9 (diff)
downloadaports-2fb112c45dde42d96835ed3ba9b40cafdd166ec5.tar.bz2
aports-2fb112c45dde42d96835ed3ba9b40cafdd166ec5.tar.xz
testing/py-pdal: bump version to 1.6.0
Diffstat (limited to 'testing/py-pdal/APKBUILD')
-rw-r--r--testing/py-pdal/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/py-pdal/APKBUILD b/testing/py-pdal/APKBUILD
index ad83146719..ffa08aa67f 100644
--- a/testing/py-pdal/APKBUILD
+++ b/testing/py-pdal/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Bradley J Chambers <brad.chambers@gmail.com>
# Maintainer: Bradley J Chambers <brad.chambers@gmail.com>
pkgname=py-pdal
-pkgver=1.5.0
+pkgver=1.6.0
pkgrel=0
pkgdesc="PDAL Python bindings"
url="https://github.com/pdal/pdal"
@@ -10,8 +10,8 @@ license="BSD"
makedepends="cython-dev python2-dev py-setuptools py-packaging pdal-dev pdal py-numpy-dev libxml2-dev"
install=""
subpackages="py2-${pkgname#py-}:_py2"
-source="pdal-$pkgver.tar.gz::https://github.com/${pkgname#py-}/${pkgname#py-}/archive/$pkgver.tar.gz"
-builddir="$srcdir/PDAL-$pkgver/python"
+source="pdal-$pkgver.tar.gz::http://download.osgeo.org/${pkgname#py-}/PDAL-$pkgver-src.tar.gz"
+builddir="$srcdir/PDAL-$pkgver-src/python"
build() {
cd "$builddir"
@@ -36,4 +36,4 @@ _py() {
cd "$builddir"
$python setup.py install --prefix=/usr --root="$subpkgdir"
}
-sha512sums="666c7f45fbe22d2d7a913b2ffa171a9727cdcd41856f52035ab0b4aec26c5569098710276f1144802d07bbc9e2656209ce1b2ff363a036c8c2d13ef2771c0657 pdal-1.5.0.tar.gz"
+sha512sums="2e3bb90033d2248277bae241e4c9387f175e31abfeb3951d9ccaddca8d8f4cf58606d9a6c1730c69a5a0814f708366a271a38f80359d1f0db4572f45e102bc32 pdal-1.6.0.tar.gz"