summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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)