summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorchrisjbillington2020-12-09 12:56:48 +1100
committerchrisjbillington2020-12-09 12:56:48 +1100
commitce7b9f96a0c2c3d23285cf4ba1becb65f9a35aba (patch)
tree52c0b8cb5d06953faf1c6a2de8993f354f1318d5 /PKGBUILD
parentb10d56ae8bc7218faeb067c79378b9535b5ceb5d (diff)
downloadaur-ce7b9f96a0c2c3d23285cf4ba1becb65f9a35aba.tar.gz
Python 3.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dfb9aa649ac1..679985565d81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
# Maintainer : Chris Billington <chrisjbillington@gmail.com>
pkgname=python-mkl-fft-bin
_pkgname=mkl_fft
-_pkgver=1.2.0
-_build=py38h23d657b_0
+_pkgver=1.0.6
+_build=py39h63df603_0
_build_number=0
pkgver="${_pkgver}.${_build_number}.${_build//_/.}"
-pkgrel=3
+pkgrel=1
+epoch=1
pkgdesc="Fast Fourier Transform using Intel MKL - prebuilt binaries from Anaconda"
arch=('x86_64')
url="https://github.com/IntelPython/mkl_fft"
@@ -14,7 +15,7 @@ provides=('python-mkl-fft')
conflicts=('python-mkl-fft')
depends=('python-mkl-service' 'python-numpy')
source=("https://repo.anaconda.com/pkgs/main/linux-64/${_pkgname}-${_pkgver}-${_build}.tar.bz2")
-sha256sums=('79d9ba628abf260db647f44b4b435ff223a06775c138878ca881e29f9d87ff3e')
+sha256sums=('999e0468931a093860084f71372a6246f30519101fe0e6f53d367c35230b775f')
package() {
mkdir "${pkgdir}/usr"