diff options
author | root <root@rshg054.dnsready.net> | 2012-09-19 01:27:07 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-09-19 01:27:07 -0700 |
commit | 3e9f7fe2a26ee7496abdc6e9e4b54c4f5caddcae (patch) | |
tree | f46a9b554f74e65e41a6b29012981878a5a0bdea /community/intel-tbb | |
parent | 0eb0f7dcc1b8f07ad3f0eb5086eafba8f627967d (diff) |
Wed Sep 19 01:26:10 PDT 2012
Diffstat (limited to 'community/intel-tbb')
-rw-r--r-- | community/intel-tbb/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/intel-tbb/PKGBUILD b/community/intel-tbb/PKGBUILD index c833714fd..da92c34d0 100644 --- a/community/intel-tbb/PKGBUILD +++ b/community/intel-tbb/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 74680 2012-08-02 00:56:11Z stephane $ +# $Id: PKGBUILD 76482 2012-09-18 21:17:25Z stephane $ # Maintainer: Stéphane Gaudreault <stephane@archlinux.org> # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: Denis Martinez <deuns.martinez AT gmail.com> pkgname=intel-tbb -pkgver=4.0_20120613 +pkgver=4.1_20120718 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/uploads/77/187/4.0%20update%205/tbb${pkgver/\./}oss_src.tgz") -sha1sums=('48569b88450a78e8f1e7251500fdd951bb197f1b') +source=("http://threadingbuildingblocks.org/uploads/77/188/4.1/tbb${pkgver/\./}oss_src.tgz") +sha1sums=('3fad942c867f032dc5ddeccd7ca19606eda7065d') build() { cd "${srcdir}"/tbb${pkgver/\./}oss |