summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6c046c23dd9..4dded56bbf53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-mkl-fft-bin
pkgdesc = Fast Fourier Transform using Intel MKL - prebuilt binaries from Anaconda
pkgver = 1.0.15.0.py38ha843d7b.0
- pkgrel = 0
+ pkgrel = 1
url = https://github.com/IntelPython/mkl_fft
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 5c0787429684..735d9c4c4d75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgver=1.0.15
_build=py38ha843d7b_0
_build_number=0
pkgver="${_pkgver}.${_build_number}.${_build//_/.}"
-pkgrel=0
+pkgrel=1
pkgdesc="Fast Fourier Transform using Intel MKL - prebuilt binaries from Anaconda"
arch=('x86_64')
url="https://github.com/IntelPython/mkl_fft"