diff options
author | root <root@rshg054.dnsready.net> | 2012-01-02 23:14:48 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-01-02 23:14:48 +0000 |
commit | 48c96871761a4aad193d814e87ddb87c322e17d2 (patch) | |
tree | 60a798c3bbdef2ba8f51c6719e80b5552a9fb6d4 /community/intel-tbb | |
parent | 29f5aa692a3fa3ff3e743a47d1c57f1cc0341809 (diff) |
Mon Jan 2 23:14:48 UTC 2012
Diffstat (limited to 'community/intel-tbb')
-rw-r--r-- | community/intel-tbb/PKGBUILD | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/community/intel-tbb/PKGBUILD b/community/intel-tbb/PKGBUILD index b21ff6112..b730e44b3 100644 --- a/community/intel-tbb/PKGBUILD +++ b/community/intel-tbb/PKGBUILD @@ -1,15 +1,18 @@ +# $Id: PKGBUILD 61487 2012-01-01 12:33:54Z andrea $ +# Maintainer: # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: Denis Martinez <deuns.martinez AT gmail.com> pkgname=intel-tbb -pkgver=4.0_20111003 +pkgver=4.0_20111130 pkgrel=1 -pkgdesc='An award-winning C++ runtime library that abstracts the low-level threading details necessary for optimal multi-core performance.' +pkgdesc='An award-winning C++ runtime library that abstracts the low-level threading details necessary for optimal multi-core performance' arch=('i686' 'x86_64') url='http://www.threadingbuildingblocks.org/' license=('GPL') -source=("http://threadingbuildingblocks.org/uploads/77/177/4.0%20update%201/tbb40_20111003oss_src.tgz") -md5sums=('7b5d94eb35a563b29ef402e0fd8f15c9') +depends=('gcc-libs') +source=("http://threadingbuildingblocks.org/uploads/77/180/4.0%20update%202/tbb40_20111130oss_src.tgz") +md5sums=('1e6926b21e865e79772119cd44fc3ad8') build() { cd tbb${pkgver/\./}oss |