summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJingbei Li2019-07-26 15:26:43 +0800
committerJingbei Li2019-07-26 15:26:43 +0800
commitc3625106a51735085badb8255f70f8a470336b49 (patch)
treefe84a79f4876c202a71f55c8ebff213bdf2b1379
parent491f47d35174c1c3c01de86580a80b160d76a944 (diff)
downloadaur-c3625106a51735085badb8255f70f8a470336b49.tar.gz
fixed pkgdesc
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81593e899a04..5fe7c9cf4cf2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = julia-mkl
- pkgdesc = High-level, high-performance, dynamic programming language
+ pkgdesc = High-level, high-performance, dynamic programming language (compiled with the Intel MKL library)
pkgver = 1.1.1
pkgrel = 1
epoch = 2
diff --git a/PKGBUILD b/PKGBUILD
index 978c9e03370d..bf9df3719ca8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ epoch=2
pkgver=1.1.1
pkgrel=1
arch=(x86_64)
-pkgdesc='High-level, high-performance, dynamic programming language'
+pkgdesc='High-level, high-performance, dynamic programming language (compiled with the Intel MKL library)'
url='https://julialang.org/'
license=(MIT)
depends=(fftw hicolor-icon-theme intel-mkl libgit2 libunwind libutf8proc suitesparse)