mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/intel-tbb to 2018_20170919-1
This commit is contained in:
parent
8f271039b7
commit
8af336f0c3
1 changed files with 4 additions and 4 deletions
|
@ -11,17 +11,17 @@
|
|||
buildarch=12
|
||||
|
||||
pkgname=intel-tbb
|
||||
pkgver=2018_20170726
|
||||
_pkgver=2018
|
||||
pkgver=2018_20170919
|
||||
_pkgver=2018_U1
|
||||
_file=${_tag}_src.tgz
|
||||
pkgrel=1
|
||||
pkgdesc='High level abstract threading library'
|
||||
arch=(i686 x86_64)
|
||||
arch=(x86_64)
|
||||
url='http://www.threadingbuildingblocks.org/'
|
||||
license=(GPL)
|
||||
depends=(gcc-libs)
|
||||
source=(https://github.com/01org/tbb/archive/$_pkgver.tar.gz)
|
||||
sha256sums=('94f643f1edfaccb57d64b503c7c96f00dec64e8635c054bbaa33855d72c5822d')
|
||||
sha256sums=('c6462217d4ecef2b44fce63cfdf31f9db4f6ff493869899d497a5aef68b05fc5')
|
||||
|
||||
build() {
|
||||
cd tbb-$_pkgver
|
||||
|
|
Loading…
Reference in a new issue