summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXuanrui Qi2020-11-10 07:32:48 +0900
committerXuanrui Qi2020-11-10 07:32:48 +0900
commit8c946f6c454c26eeb20d41d782beddd4f3103a95 (patch)
tree693be2a605b45ca330fdd653255b8da0e5266086
parent53d0405ac59d3f21a0581841bcad7388091f6eea (diff)
downloadaur-8c946f6c454c26eeb20d41d782beddd4f3103a95.tar.gz
Change default package format to zstd
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 039f391ef325..756a0c3ebf41 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
pkgver = 2020.4.304
- pkgrel = 2
+ pkgrel = 3
url = http://software.intel.com/en-us/articles/non-commercial-software-download/
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 27a6bd6867d1..2a7b277aeb5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -51,7 +51,7 @@ pkgname=('intel-common-libs'
'intel-inspector')
if [ -z "$FORCE_PKGEXT" ]; then
- PKGEXT='.pkg.tar.lzo'
+ PKGEXT='.pkg.tar.zst'
#msg "Overriding the default PKGEXT with '${PKGEXT}' to save compression time"
#msg "(change PKGEXT in the PKGBUILD or use FORCE_PKGEXT on the command line"
#msg " to override PKGEXT set by the package)."
@@ -88,7 +88,7 @@ _v_b='304'
_update='4'
-pkgrel=2
+pkgrel=3
_sp='cluster_edition'
_icc_ver='19.1.3'