summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchrisjbillington2020-02-08 11:34:06 -0500
committerchrisjbillington2020-02-08 11:34:06 -0500
commit81b8c2e91e3e2d7e9c6d417685a84aa96f9093cf (patch)
tree0f03fbeeb3098a1ab7f502b795d2e66c877237cd
parentff3d0d76ca04ccba9b392154983bd7061620ae42 (diff)
downloadaur-81b8c2e91e3e2d7e9c6d417685a84aa96f9093cf.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 4360e27049b2..bea35934cb0d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-numexpr-mkl-bin
pkgdesc = Fast numerical array expression evaluator for Python - with Intel MKL - prebuilt binaries from Anaconda
pkgver = 2.7.1.0.py38h423224d.0
- pkgrel = 0
+ pkgrel = 1
url = https://github.com/pydata/numexpr
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 97085a1f057e..e4da805157a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgver=2.7.1
_build=py38h423224d_0
_build_number=0
pkgver="${_pkgver}.${_build_number}.${_build//_/.}"
-pkgrel=0
+pkgrel=1
pkgdesc="Fast numerical array expression evaluator for Python - with Intel MKL - prebuilt binaries from Anaconda"
arch=('x86_64')
url="https://github.com/pydata/numexpr"