mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/intel-tbb to 2020.1-1
This commit is contained in:
parent
66c9f89635
commit
529cba162f
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
# - add specfic CXXFLAGS for ARM
|
||||
|
||||
pkgname=intel-tbb
|
||||
pkgver=2020.0
|
||||
pkgver=2020.1
|
||||
pkgrel=1
|
||||
pkgdesc='High level abstract threading library'
|
||||
arch=(x86_64)
|
||||
|
@ -18,7 +18,7 @@ license=(GPL)
|
|||
depends=(gcc-libs)
|
||||
makedepends=(cmake inetutils)
|
||||
source=($pkgname-$pkgver.tar.gz::https://github.com/intel/tbb/archive/v$pkgver.tar.gz)
|
||||
sha256sums=('8eed2377ac62e6ac10af5a8303ce861e4525ffe491a061b48e8fe094fc741ce9')
|
||||
sha256sums=('48d51c63b16787af54e1ee4aaf30042087f20564b4eecf9a032d5568bc2f0bf8')
|
||||
|
||||
build() {
|
||||
cd tbb-$pkgver
|
||||
|
|
Loading…
Reference in a new issue