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