summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVersus Void2019-02-25 08:14:48 +0300
committerVersus Void2019-02-25 08:14:48 +0300
commit87d9cb5820e584c03582904d4284dfa3e1993e50 (patch)
tree800425811449f0886652049aa9f085d2d1f44a21 /PKGBUILD
parenta4618e2a93addc763f53b0ec25cec3586d12d30e (diff)
downloadaur-87d9cb5820e584c03582904d4284dfa3e1993e50.tar.gz
Remove unneeded cpio makedep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eb9128ec14f1..04691b91c523 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,12 @@
pkgname=intel-mkl-slim
pkgver_hyphen=2019.2-187
pkgver=${pkgver_hyphen/-/.}
-pkgrel=1
+pkgrel=2
pkgdesc="Intel Math Kernel Library (x86_64 shared libraries and headers only)"
arch=(x86_64)
url="https://software.intel.com/en-us/mkl"
license=("custom:ISSL")
depends=()
-makedepends=(cpio)
optdepends=('intel-tbb: IntelĀ® threading implementation')
provides=(intel-mkl)
conflicts=(intel-mkl)