summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6fec7592c829..61f649f866cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_base=rocket-fft
pkgname=python-${_base}
pkgdesc="Rocket-FFT extends Numba by scipy.fft and numpy.fft"
-pkgver=0.2.3
+pkgver=0.2.4
pkgrel=1
arch=(any)
url="https://github.com/styfenschaer/${_base}"
@@ -11,7 +11,7 @@ depends=(python-numba)
makedepends=(python-build python-installer python-setuptools python-wheel)
checkdepends=(python-pytest python-scipy)
source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
-sha512sums=('6703ff5e8cd48809a330c30a7f4bbbdd38a977f855321715eeeab705c9d1f87b3e29fcea9228c9fd6681ba04aee6209d62bf4290c3f7cf08c258d41b4f578646')
+sha512sums=('3141a0ef8584c83da19defebbed7ffa1419a888fc48d2569db04628557bfa1f89f7fb5d8d9e42604ac4462e6c9907862fdce0906383e3414204232e4acd48473')
build() {
cd ${_base}-${pkgver}