diff options
author | Blair Bonnett | 2023-12-03 11:19:12 +0100 |
---|---|---|
committer | Blair Bonnett | 2023-12-03 11:19:12 +0100 |
commit | 352ac856223760d22411286b3e6242a1522f7df3 (patch) | |
tree | fdabb3839189044e159c6b3021af2a25f6f87b6c | |
parent | ba9646c2c2cebb21114893c16d0e9cf8fd91ff2c (diff) | |
download | aur-352ac856223760d22411286b3e6242a1522f7df3.tar.gz |
Update to 1.3.10
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = python-pykdtree pkgdesc = Fast kd-tree implementation with OpenMP-enabled queries - pkgver = 1.3.9 + pkgver = 1.3.10 pkgrel = 1 url = https://github.com/storpipfugl/pykdtree arch = x86_64 @@ -13,7 +13,7 @@ pkgbase = python-pykdtree makedepends = python-wheel depends = gcc-libs depends = python-numpy - source = https://files.pythonhosted.org/packages/source/p/pykdtree/pykdtree-1.3.9.tar.gz - sha256sums = a7bd0b37d9a4780adf5138bda56180c26d45fa86f33d0fc271a629641bce9f60 + source = https://files.pythonhosted.org/packages/source/p/pykdtree/pykdtree-1.3.10.tar.gz + sha256sums = 41e7c5d669cadc2188acc4bbb4b0b4dcaf492d84512f1e6517a7ab2d122c911d pkgname = python-pykdtree @@ -3,7 +3,7 @@ pkgname=python-pykdtree pkgdesc='Fast kd-tree implementation with OpenMP-enabled queries' url='https://github.com/storpipfugl/pykdtree' -pkgver=1.3.9 +pkgver=1.3.10 pkgrel=1 arch=('x86_64') license=('LGPL3') @@ -16,7 +16,7 @@ source=( "https://files.pythonhosted.org/packages/source/${_pypi::1}/$_pypi/$_pypi-$pkgver.tar.gz" ) sha256sums=( - 'a7bd0b37d9a4780adf5138bda56180c26d45fa86f33d0fc271a629641bce9f60' + '41e7c5d669cadc2188acc4bbb4b0b4dcaf492d84512f1e6517a7ab2d122c911d' ) build() { |