summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán2024-05-18 13:56:08 -0500
committerCarlos Aznarán2024-05-18 13:56:08 -0500
commitc2980d6aa61779955c9c26b9fdd553325262655a (patch)
treeb288d3e50e9649f55742efecc710684c7a406c0d /PKGBUILD
parentd39c87f1e9b0747e7d5dbd1b733bab8847705f5f (diff)
downloadaur-c2980d6aa61779955c9c26b9fdd553325262655a.tar.gz
Bump version to 0.0.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 32b1db3a5e7f..b160997b7b05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Carlos Aznarán <caznaranl@uni.pe>
_base=napf
pkgname=python-${_base}
-pkgver=0.0.7
+pkgver=0.0.8
pkgrel=1
pkgdesc="nanoflann python bindings for kdtree"
url="https://tataratat.github.io/${_base}"
@@ -11,7 +11,7 @@ depends=(python-numpy nanoflann)
makedepends=(python-build python-installer python-setuptools python-wheel pybind11)
checkdepends=(python-pytest)
source=(https://pypi.org/packages/source/${_base::1}/${_base}/${_base}-${pkgver}.tar.gz)
-sha512sums=('daaece5d2799c3a86260f7a9fc90310e05a078714ede30bd387f787b9e93ed9f4644f8d0063e7688c996a1a2a7f1e2296f685c57a134741a034e2f2216614032')
+sha512sums=('399ff195fe3a300320959944453e330c5e067a4970029e302166bb485073fc05bc39c077f4118fcfefa3ec4349f77f64f7cdc0cc059584845aa8dd443766eb19')
build() {
cd ${_base}-${pkgver}