summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBlair Bonnett2023-12-03 11:19:12 +0100
committerBlair Bonnett2023-12-03 11:19:12 +0100
commit352ac856223760d22411286b3e6242a1522f7df3 (patch)
treefdabb3839189044e159c6b3021af2a25f6f87b6c
parentba9646c2c2cebb21114893c16d0e9cf8fd91ff2c (diff)
downloadaur-352ac856223760d22411286b3e6242a1522f7df3.tar.gz
Update to 1.3.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa29943ad946..f4c4e6fc72bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index a99acf40b2f4..b8c310e828e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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() {