summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorchrisjbillington2020-02-08 11:34:04 -0500
committerchrisjbillington2020-02-08 11:34:04 -0500
commit1cf4c2d25163aa43a1b1b4f32640fe4ceabd062b (patch)
tree9f4e63c80f0d9789d0088844170fd3f91b4eeef9 /PKGBUILD
parent58ffa59c1df21a739ce9ab6f7b108ad7c47aee16 (diff)
downloadaur-1cf4c2d25163aa43a1b1b4f32640fe4ceabd062b.tar.gz
set pkgrel=1 as per makepkg recommendations
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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"