summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorchrisjbillington2021-02-19 13:31:36 +1100
committerchrisjbillington2021-02-19 13:31:36 +1100
commite746749dae1d762d5a949ba7aa53ad21c16183ff (patch)
treebc21699120482f0b108023d207b78cda65a49fdd /PKGBUILD
parentce7b9f96a0c2c3d23285cf4ba1becb65f9a35aba (diff)
downloadaur-e746749dae1d762d5a949ba7aa53ad21c16183ff.tar.gz
1.2.1 and change to version format
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 679985565d81..e08ca6d6d112 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,9 @@
# Maintainer : Chris Billington <chrisjbillington@gmail.com>
pkgname=python-mkl-fft-bin
_pkgname=mkl_fft
-_pkgver=1.0.6
-_build=py39h63df603_0
-_build_number=0
-pkgver="${_pkgver}.${_build_number}.${_build//_/.}"
+_pkgver=1.2.1
+_build=py39h54f3939_0
+pkgver="${_pkgver}.anaconda${_build##*_}"
pkgrel=1
epoch=1
pkgdesc="Fast Fourier Transform using Intel MKL - prebuilt binaries from Anaconda"
@@ -15,7 +14,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=('999e0468931a093860084f71372a6246f30519101fe0e6f53d367c35230b775f')
+sha256sums=('1cb85327008cebbeff43500ea910436905b04ff7836660461666550feaeec4a2')
package() {
mkdir "${pkgdir}/usr"