summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authora8212022-01-21 11:26:24 +0100
committera8212022-01-21 11:26:24 +0100
commitb7bf84bf18f703f8cab3e15d2617dd23cbb56f0c (patch)
tree699a7d17ff87d2a6540d20e21515ba40877c3a8b
parentbf71b8eb2539d0047ae3f159a38904a2c3286bde (diff)
downloadaur-b7bf84bf18f703f8cab3e15d2617dd23cbb56f0c.tar.gz
Version 0.5.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4707e7e6b630..f04d9b5d3848 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = python-pynndescent
pkgdesc = Simple fast approximate nearest neighbor search
- pkgver = 0.5.5
+ pkgver = 0.5.6
pkgrel = 1
- url = http://github.com/lmcinnes/pynndescent
+ url = https://github.com/lmcinnes/pynndescent
arch = any
license = BSD
makedepends = python-setuptools
@@ -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.5.tar.gz
- sha256sums = 7a7df8412b19cfb3596060faf5a8c5d0bf5b3bd504f8efd900fc4e3918c6f882
+ source = https://pypi.io/packages/source/p/pynndescent/pynndescent-0.5.6.tar.gz
+ sha256sums = 61fb31885baac469d67933e2c7c935b6edebb06ee498e2f0f9dfc97c59d3725c
pkgname = python-pynndescent
diff --git a/PKGBUILD b/PKGBUILD
index ddd56d4dd822..5c2fd29945dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
pkgname=python-pynndescent
-pkgver=0.5.5
+pkgver=0.5.6
pkgrel=1
pkgdesc="Simple fast approximate nearest neighbor search"
arch=('any')
-url="http://github.com/lmcinnes/pynndescent"
+url="https://github.com/lmcinnes/pynndescent"
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=('7a7df8412b19cfb3596060faf5a8c5d0bf5b3bd504f8efd900fc4e3918c6f882')
+sha256sums=('61fb31885baac469d67933e2c7c935b6edebb06ee498e2f0f9dfc97c59d3725c')
package() {
cd "$srcdir/pynndescent-$pkgver"