summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchrisjbillington2019-11-19 20:27:45 -0500
committerchrisjbillington2019-11-19 20:27:45 -0500
commitef3e7725dc780d4e5ae15ea653b5fed2ad408412 (patch)
tree5ff031a779e64077d37be101f7a82cd4eca2fbae
parentf6ae9fefbd9fd0174acb79af22e24f980b59ee84 (diff)
downloadaur-ef3e7725dc780d4e5ae15ea653b5fed2ad408412.tar.gz
description typo
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2cc8aaf7e718..3c05d7005b11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = python-numexpr-mkl-bin
- pkgdesc = Fast numerical array expression evaluator for Python - with Intel MLK - prebuilt binaries from Anaconda
+ pkgdesc = Fast numerical array expression evaluator for Python - with Intel MKL - prebuilt binaries from Anaconda
pkgver = 2.7.0.0.py38h9e4a6bb.0
pkgrel = 0
url = https://github.com/pydata/numexpr
diff --git a/PKGBUILD b/PKGBUILD
index 36b4b0ee1e33..084045f321f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _build=py38h9e4a6bb_0
_build_number=0
pkgver="${_pkgver}.${_build_number}.${_build//_/.}"
pkgrel=0
-pkgdesc="Fast numerical array expression evaluator for Python - with Intel MLK - prebuilt binaries from Anaconda"
+pkgdesc="Fast numerical array expression evaluator for Python - with Intel MKL - prebuilt binaries from Anaconda"
arch=('x86_64')
url="https://github.com/pydata/numexpr"
license=('MIT')