summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2020-03-31 19:54:18 +0200
committerMichel Zou2020-03-31 19:54:18 +0200
commitcc5e06e47d0dba4bdade4231f1e87bd8fe60c74a (patch)
tree8b69f942357170cb3529734c8efccdb81b42571d
parent6c0ed7fe8bfabfae65bad23c3f66ad141bfcbbb8 (diff)
downloadaur-mingw-w64-intel-tbb.tar.gz
2020.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a1ce65d4bef..e5bdce489b66 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-intel-tbb
pkgdesc = High level abstract threading library (mingw-w64)
- pkgver = 2020.1
+ pkgver = 2020.2
pkgrel = 1
url = https://github.com/oneapi-src/oneTBB
arch = any
@@ -10,8 +10,8 @@ pkgbase = mingw-w64-intel-tbb
options = !buildflags
options = !strip
options = staticlibs
- source = https://github.com/oneapi-src/oneTBB/archive/v2020.1.tar.gz
- sha256sums = 7c96a150ed22bc3c6628bc3fef9ed475c00887b26d37bca61518d76a56510971
+ source = https://github.com/oneapi-src/oneTBB/archive/v2020.2.tar.gz
+ sha256sums = 4804320e1e6cbe3a5421997b52199e3c1a3829b2ecb6489641da4b8e32faf500
pkgname = mingw-w64-intel-tbb
diff --git a/PKGBUILD b/PKGBUILD
index 92338847ba66..7381b2cf9f41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,5 @@
-
pkgname=mingw-w64-intel-tbb
-pkgver=2020.1
+pkgver=2020.2
pkgrel=1
pkgdesc='High level abstract threading library (mingw-w64)'
depends=('mingw-w64-crt')
@@ -10,7 +9,7 @@ arch=('any')
url='https://github.com/oneapi-src/oneTBB'
license=('APACHE')
source=(https://github.com/oneapi-src/oneTBB/archive/v$pkgver.tar.gz)
-sha256sums=('7c96a150ed22bc3c6628bc3fef9ed475c00887b26d37bca61518d76a56510971')
+sha256sums=('4804320e1e6cbe3a5421997b52199e3c1a3829b2ecb6489641da4b8e32faf500')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"