mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/intel-tbb to 2019.8-1
This commit is contained in:
parent
6fc67c196c
commit
5ae09d4247
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
# - add specfic CXXFLAGS for ARM
|
||||
|
||||
pkgname=intel-tbb
|
||||
pkgver=2019.7
|
||||
pkgver=2019.8
|
||||
_tagname=${pkgver/./_U}
|
||||
pkgrel=1
|
||||
pkgdesc='High level abstract threading library'
|
||||
|
@ -17,7 +17,7 @@ url='https://www.threadingbuildingblocks.org/'
|
|||
license=(GPL)
|
||||
depends=(gcc-libs)
|
||||
source=($pkgname-$pkgver.tar.gz::https://github.com/01org/tbb/archive/$_tagname.tar.gz)
|
||||
sha256sums=('4204a93f4c0fd989fb6f79acae74feb02ee39725c93968773d9b6efeb75c7a6a')
|
||||
sha256sums=('7b1fd8caea14be72ae4175896510bf99c809cd7031306a1917565e6de7382fba')
|
||||
|
||||
build() {
|
||||
cd tbb-$_tagname
|
||||
|
|
Loading…
Reference in a new issue