summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchrisjbillington2020-06-17 13:07:01 -0400
committerchrisjbillington2020-06-17 13:07:01 -0400
commit1f974167fd5063f42fb30036f278895532bd0349 (patch)
tree4264b404463539ae970a6e4e88fd737cd0cf2845
parent1cf4c2d25163aa43a1b1b4f32640fe4ceabd062b (diff)
downloadaur-1f974167fd5063f42fb30036f278895532bd0349.tar.gz
1.1.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4dded56bbf53..f67048119dd8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-mkl-fft-bin
pkgdesc = Fast Fourier Transform using Intel MKL - prebuilt binaries from Anaconda
- pkgver = 1.0.15.0.py38ha843d7b.0
+ pkgver = 1.1.0.0.py38h23d657b.0
pkgrel = 1
url = https://github.com/IntelPython/mkl_fft
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = python-mkl-fft-bin
depends = python-numpy
provides = python-mkl-fft
conflicts = python-mkl-fft
- source = https://repo.anaconda.com/pkgs/main/linux-64/mkl_fft-1.0.15-py38ha843d7b_0.tar.bz2
+ source = https://repo.anaconda.com/pkgs/main/linux-64/mkl_fft-1.1.0-py38h23d657b_0.tar.bz2
sha256sums = ad24e954606f5183d31cc99b20c86d878963c5a75626815cfc056c266ccbb55d
pkgname = python-mkl-fft-bin
diff --git a/PKGBUILD b/PKGBUILD
index 735d9c4c4d75..52a552746e0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer : Chris Billington <chrisjbillington@gmail.com>
pkgname=python-mkl-fft-bin
_pkgname=mkl_fft
-_pkgver=1.0.15
-_build=py38ha843d7b_0
+_pkgver=1.1.0
+_build=py38h23d657b_0
_build_number=0
pkgver="${_pkgver}.${_build_number}.${_build//_/.}"
pkgrel=1
@@ -20,4 +20,4 @@ package() {
mkdir "${pkgdir}/usr"
cp -drp --no-preserve=ownership "${srcdir}/lib" "${pkgdir}/usr/lib"
install -D -m 644 "${srcdir}/info/licenses/LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-} \ No newline at end of file
+}