mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/intel-tbb to 2017_20160722-1
This commit is contained in:
parent
3d76b973c2
commit
c17a93fd86
1 changed files with 4 additions and 4 deletions
|
@ -10,17 +10,17 @@
|
|||
buildarch=12
|
||||
|
||||
pkgname=intel-tbb
|
||||
pkgver=4.4_20160526
|
||||
pkgver=2017_20160722
|
||||
_tag=tbb${pkgver/\./}oss
|
||||
_file=${_tag}_src_0.tgz
|
||||
pkgrel=2
|
||||
_file=${_tag}_src.tgz
|
||||
pkgrel=1
|
||||
pkgdesc='High level abstract threading library'
|
||||
arch=(i686 x86_64)
|
||||
url='http://www.threadingbuildingblocks.org/'
|
||||
license=(GPL)
|
||||
depends=(gcc-libs)
|
||||
source=(http://threadingbuildingblocks.org/sites/default/files/software_releases/source/$_file)
|
||||
sha1sums=('b08adf14c65511f1e9813a3e289d72f9a6cd3006')
|
||||
sha1sums=('872e5bec729b538e443dc1eccc1d31a084690793')
|
||||
|
||||
build() {
|
||||
cd $_tag
|
||||
|
|
Loading…
Reference in a new issue