summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2023-01-28 15:05:02 +0000
committerWill Handley2023-01-28 15:05:02 +0000
commitae8f8ccf471c9992f9df8544e05be3a4471d77f9 (patch)
tree68cde8abcd3f2079528645517a7d6d4c7eb9556a
parentd4369c7d48561bafc8059ebc4afbff384ee44839 (diff)
downloadaur-ae8f8ccf471c9992f9df8544e05be3a4471d77f9.tar.gz
1.0.20
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9467afa329d9..8b366d6f5967 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-fastkde
pkgdesc = Fast kernel density estimation
- pkgver = 1.0.16
- pkgrel = 3
+ pkgver = 1.0.20
+ pkgrel = 1
url = https://bitbucket.org/lbl-cascade/fastkde
arch = any
makedepends = python-build
@@ -10,7 +10,7 @@ pkgbase = python-fastkde
depends = python-scipy
depends = cython
options = !emptydirs
- source = https://files.pythonhosted.org/packages/source/f/fastkde/fastkde-1.0.16.tar.gz
- sha256sums = 09ed51ae65848c4a8bc4cf607d4bb7371ac5140c0350601d0383f4f64e1ad375
+ source = https://files.pythonhosted.org/packages/source/f/fastkde/fastkde-1.0.20.tar.gz
+ sha256sums = 6b8256739e216d04c4283afa32f207981a0a1b5c1e6d9242675577f77fd00aab
pkgname = python-fastkde
diff --git a/PKGBUILD b/PKGBUILD
index ad550c529bf4..80e121dc8cf7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Will Handley <wh260@cam.ac.uk> (aur.archlinux.org/account/wjhandley)
pkgname=python-fastkde
_name=${pkgname#python-}
-pkgver=1.0.16
-pkgrel=3
+pkgver=1.0.20
+pkgrel=1
pkgdesc="Fast kernel density estimation"
arch=(any)
url="https://bitbucket.org/lbl-cascade/fastkde"
@@ -17,7 +17,7 @@ backup=()
options=(!emptydirs)
install=
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=(09ed51ae65848c4a8bc4cf607d4bb7371ac5140c0350601d0383f4f64e1ad375)
+sha256sums=(6b8256739e216d04c4283afa32f207981a0a1b5c1e6d9242675577f77fd00aab)
build() {
cd "$srcdir/$_name-$pkgver"
python -m build --wheel --no-isolation