summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authora8212021-07-07 09:39:43 +0200
committera8212021-07-07 09:39:43 +0200
commitafe8c1b46a758141e216b0953ba94f8613984112 (patch)
tree4ffca275df26ba03d784b656a02a0941a43bcd21
parent64005f183777dffe797cfa17ba30edfad38b7994 (diff)
downloadaur-afe8c1b46a758141e216b0953ba94f8613984112.tar.gz
Version 0.5.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9de261de3d73..be1069399c78 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pynndescent
pkgdesc = Simple fast approximate nearest neighbor search
- pkgver = 0.5.3
+ pkgver = 0.5.4
pkgrel = 1
url = http://github.com/lmcinnes/pynndescent
arch = any
@@ -10,7 +10,7 @@ pkgbase = python-pynndescent
depends = python-numba
depends = python-scikit-learn
depends = python-scipy
- source = https://pypi.io/packages/source/p/pynndescent/pynndescent-0.5.3.tar.gz
- sha256sums = 1d5c4dfb560a1c866b2df5608b80773f58ecb6823432ef0e87909fda0e1333e9
+ source = https://pypi.io/packages/source/p/pynndescent/pynndescent-0.5.4.tar.gz
+ sha256sums = 221124cbad8e3cf3ed421a4089d80ac5a29d3215e76cb49effc1df887533d2a8
pkgname = python-pynndescent
diff --git a/PKGBUILD b/PKGBUILD
index c9f7257b6e2f..833ba3804b30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python-pynndescent
-pkgver=0.5.3
+pkgver=0.5.4
pkgrel=1
pkgdesc="Simple fast approximate nearest neighbor search"
arch=('any')
@@ -8,7 +8,7 @@ license=('BSD')
depends=('python-joblib' 'python-numba' 'python-scikit-learn' 'python-scipy')
makedepends=('python-setuptools')
source=("https://pypi.io/packages/source/p/pynndescent/pynndescent-${pkgver}.tar.gz")
-sha256sums=('1d5c4dfb560a1c866b2df5608b80773f58ecb6823432ef0e87909fda0e1333e9')
+sha256sums=('221124cbad8e3cf3ed421a4089d80ac5a29d3215e76cb49effc1df887533d2a8')
package() {
cd "$srcdir/pynndescent-$pkgver"