summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f96020dc9297..dee60b7b1efb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pynndescent
pkgdesc = Simple fast approximate nearest neighbor search
- pkgver = 0.4.7
+ pkgver = 0.5.2
pkgrel = 1
url = http://github.com/lmcinnes/pynndescent
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-pynndescent
makedepends = python-setuptools
depends = python-numba
depends = python-scikit-learn
- source = https://pypi.io/packages/source/p/pynndescent/pynndescent-0.4.7.tar.gz
- sha256sums = 391a19b8422a82e01141e7b82bd168632712a497856e6f4ff347e9a4f5c87565
+ source = https://pypi.io/packages/source/p/pynndescent/pynndescent-0.5.2.tar.gz
+ sha256sums = d9fd22210b8d64368376ff392e876fb72fe3cda282396cfa6a59440ab6600771
pkgname = python-pynndescent
diff --git a/PKGBUILD b/PKGBUILD
index 8682921d0f1f..bf276ac4f780 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python-pynndescent
-pkgver=0.4.7
+pkgver=0.5.2
pkgrel=1
pkgdesc="Simple fast approximate nearest neighbor search"
arch=('any')
@@ -8,7 +8,7 @@ license=('BSD')
depends=('python-numba' 'python-scikit-learn')
makedepends=('python-setuptools')
source=("https://pypi.io/packages/source/p/pynndescent/pynndescent-${pkgver}.tar.gz")
-sha256sums=('391a19b8422a82e01141e7b82bd168632712a497856e6f4ff347e9a4f5c87565')
+sha256sums=('d9fd22210b8d64368376ff392e876fb72fe3cda282396cfa6a59440ab6600771')
package() {
cd "$srcdir/pynndescent-$pkgver"