mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/intel-tbb to 4.4_20160413-1
This commit is contained in:
parent
d46d640938
commit
dc05330807
1 changed files with 3 additions and 3 deletions
|
@ -10,9 +10,9 @@
|
|||
buildarch=12
|
||||
|
||||
pkgname=intel-tbb
|
||||
pkgver=4.4_20160128
|
||||
pkgver=4.4_20160413
|
||||
_tag=tbb${pkgver/\./}oss
|
||||
_file=${_tag}_src_0.tgz
|
||||
_file=${_tag}_src.tgz
|
||||
pkgrel=1
|
||||
pkgdesc='High level abstract threading library'
|
||||
arch=(i686 x86_64)
|
||||
|
@ -20,7 +20,7 @@ url='http://www.threadingbuildingblocks.org/'
|
|||
license=(GPL)
|
||||
depends=(gcc-libs)
|
||||
source=(http://threadingbuildingblocks.org/sites/default/files/software_releases/source/$_file)
|
||||
sha1sums=('80707e277f69d9b20eeebdd7a5f5331137868ce1')
|
||||
sha1sums=('d4cee5e4ca75cab5181834877738619c56afeb71')
|
||||
|
||||
build() {
|
||||
cd $_tag
|
||||
|
|
Loading…
Reference in a new issue