summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Stukalov2019-04-24 17:07:15 +0200
committerAlexey Stukalov2019-04-24 17:07:15 +0200
commit1106eb51a090d890aa85babe77313eeee37d8b56 (patch)
treee0ed7dadd6a85fc3b7acc0dae91a08649b7dddbc
parent9b0140349c702c9a3570013357b306d80c694c00 (diff)
downloadaur-1106eb51a090d890aa85babe77313eeee37d8b56.tar.gz
fix "depends=" in .SRCINFO
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD2
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0213b083f7ff..7017f2bd1fec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = intel-parallel-studio-xe
pkgdesc = Intel C++ C and FORTRAN compiler - Intel Parallel Studio XE - Cluster Edition - icc icpc ifort ipp mkl
pkgver = 2019.3.199
- pkgrel = 1
+ pkgrel = 2
url = http://software.intel.com/en-us/articles/non-commercial-software-download/
arch = x86_64
license = custom
@@ -58,18 +58,18 @@ pkgname = intel-common-libs
pkgname = intel-openmp
pkgdesc = Intel OpenMP Implementation 19.0.3
- depends = intel-common-libs=
+ depends = intel-common-libs=2019.3.199
pkgname = intel-compiler-base
pkgdesc = Intel C/C++ 19.0.3
install = intel-composer.install
- depends = intel-common-libs=
- depends = intel-openmp=
+ depends = intel-common-libs=2019.3.199
+ depends = intel-openmp=2019.3.199
pkgname = intel-fortran-compiler
pkgdesc = Intel Fortran compiler 19.0.3
install = intel-composer.install
- depends = intel-compiler-base=
+ depends = intel-compiler-base=2019.3.199
pkgname = intel-ipp
pkgdesc = Intel Integrated Performance Primitives
@@ -78,7 +78,7 @@ pkgname = intel-ipp
pkgname = intel-mkl
pkgdesc = Intel Math Kernel Library (IntelĀ® MKL) 2019.3.199
install = intel-mkl.install
- depends = intel-common-libs=
+ depends = intel-common-libs=2019.3.199
optdepends = intel-openmp: Intel OpenMP Implementation
backup = etc/intel-mkl-th.conf
diff --git a/PKGBUILD b/PKGBUILD
index 3d73f939505a..03d964a78a0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -92,7 +92,7 @@ _v_b='199'
_update='3'
-pkgrel=1
+pkgrel=2
_sp='cluster_edition'