summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authora8212021-07-05 23:36:33 +0200
committera8212021-07-05 23:36:33 +0200
commit64005f183777dffe797cfa17ba30edfad38b7994 (patch)
tree642f08d230b18e5a1f06b70cb7854e4345469552
parentc6717afc0108b2e917f85d933d456b219f111976 (diff)
downloadaur-64005f183777dffe797cfa17ba30edfad38b7994.tar.gz
Version 0.5.3
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6aeb857a174..9de261de3d73 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pynndescent
pkgdesc = Simple fast approximate nearest neighbor search
- pkgver = 0.5.2
- pkgrel = 2
+ pkgver = 0.5.3
+ pkgrel = 1
url = http://github.com/lmcinnes/pynndescent
arch = any
license = BSD
@@ -10,8 +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.2.tar.gz
- sha256sums = d9fd22210b8d64368376ff392e876fb72fe3cda282396cfa6a59440ab6600771
+ source = https://pypi.io/packages/source/p/pynndescent/pynndescent-0.5.3.tar.gz
+ sha256sums = 1d5c4dfb560a1c866b2df5608b80773f58ecb6823432ef0e87909fda0e1333e9
pkgname = python-pynndescent
-
diff --git a/PKGBUILD b/PKGBUILD
index 859bec0a5004..c9f7257b6e2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=python-pynndescent
-pkgver=0.5.2
-pkgrel=2
+pkgver=0.5.3
+pkgrel=1
pkgdesc="Simple fast approximate nearest neighbor search"
arch=('any')
url="http://github.com/lmcinnes/pynndescent"
@@ -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=('d9fd22210b8d64368376ff392e876fb72fe3cda282396cfa6a59440ab6600771')
+sha256sums=('1d5c4dfb560a1c866b2df5608b80773f58ecb6823432ef0e87909fda0e1333e9')
package() {
cd "$srcdir/pynndescent-$pkgver"