summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgnat Harczuk2017-01-02 23:48:50 +0100
committerIgnat Harczuk2017-01-02 23:48:50 +0100
commitbcd9b56d947730feee89c1e012450142ca25aa50 (patch)
tree6890d6b6a51b54c3b50ef70750831dd951e7bdbb
parent3056ff3d58bb4f3b845a4504c90f6606e4664862 (diff)
downloadaur-bcd9b56d947730feee89c1e012450142ca25aa50.tar.gz
Added lzop in dependencies
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 698b98809386..be79f6e9587a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -58,7 +58,7 @@ _v_b='132'
_update='1'
-pkgrel=2
+pkgrel=3
#http://registrationcenter-download.intel.com/akdlm/irc_nas/9651/parallel_studio_xe_2017_update1.tgz
_sp=''
@@ -93,7 +93,7 @@ options=(strip libtool staticlibs)
url="http://software.intel.com/en-us/articles/non-commercial-software-download/"
arch=('x86_64')
license=('custom')
-makedepends=('libarchive' 'sed' 'gzip')
+makedepends=('libarchive' 'sed' 'gzip' 'lzop')
_parallel_studio_xe_dir="parallel_studio_xe${_year:+_${_year}}${_sp:+_${_sp}}${_update:+_update${_update}}"