summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchrisjbillington2020-02-08 11:34:04 -0500
committerchrisjbillington2020-02-08 11:34:04 -0500
commit1cf4c2d25163aa43a1b1b4f32640fe4ceabd062b (patch)
tree9f4e63c80f0d9789d0088844170fd3f91b4eeef9
parent58ffa59c1df21a739ce9ab6f7b108ad7c47aee16 (diff)
downloadaur-1cf4c2d25163aa43a1b1b4f32640fe4ceabd062b.tar.gz
set pkgrel=1 as per makepkg recommendations
-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"