summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authora8212024-03-30 21:47:12 +0100
committera8212024-03-30 21:47:12 +0100
commit1dfc4fb1eac9678cc08a6c993f1384d4d31ba323 (patch)
tree1d06203c7619e35675d9ae381c8dde4942524f7a /PKGBUILD
parent48b9d66b5d894045ebdadf3a9427db870c6c5183 (diff)
downloadaur-python-pynndescent.tar.gz
Version 0.5.12
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index da1f0c388dce..73bef41125cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: a821
pkgname=python-pynndescent
-pkgver=0.5.11
+pkgver=0.5.12
pkgrel=1
pkgdesc="Simple fast approximate nearest neighbor search"
arch=('any')
url="https://github.com/lmcinnes/pynndescent"
-license=('BSD')
+license=('BSD-2-Clause')
depends=('python-joblib' 'python-numba' 'python-scikit-learn' 'python-scipy')
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
checkdepends=('python-pytest')
source=("https://pypi.io/packages/source/p/pynndescent/pynndescent-${pkgver}.tar.gz")
-sha256sums=('6f44ced9d5a9da2c87d9b2fff30bb5308540c0657605e4d5cde7ed3275bbad50')
+sha256sums=('0736291fcbbedfd5e0a3a280f71a63f8eb2f8bd9670d4c0b51ac1b4d081adf70')
build() {
cd "pynndescent-$pkgver"