summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2019-08-09 20:45:30 +0200
committerMichel Zou2019-08-09 20:45:30 +0200
commitad38c3a0488bcbc6fb94a3161058f591b5e45a3d (patch)
tree567d7bc5e5e3fb27734934fa7fa7b42f618f15c3
parente681d493b374126f959296383d9aefe9c99a4897 (diff)
downloadaur-ad38c3a0488bcbc6fb94a3161058f591b5e45a3d.tar.gz
2019.08
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a645b8afdd8..9e1669700bf2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-intel-tbb
pkgdesc = High level abstract threading library (mingw-w64)
- pkgver = 2018_20180618
+ pkgver = 2019.8
pkgrel = 1
url = http://www.threadingbuildingblocks.org/
arch = any
@@ -10,8 +10,8 @@ pkgbase = mingw-w64-intel-tbb
options = !buildflags
options = !strip
options = staticlibs
- source = https://github.com/01org/tbb/archive/2018_U5.tar.gz
- sha256sums = c4c2896af527392496c5e01ef8579058a71b6eebbd695924cd138841c13f07be
+ source = https://github.com/01org/tbb/archive/2019_U8.tar.gz
+ sha256sums = 7b1fd8caea14be72ae4175896510bf99c809cd7031306a1917565e6de7382fba
pkgname = mingw-w64-intel-tbb
diff --git a/PKGBUILD b/PKGBUILD
index 5da1141957b0..f581b3640712 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=mingw-w64-intel-tbb
-pkgver=2018_20180618
-_pkgver=2018_U5
+pkgver=2019.8
+_pkgver=${pkgver/./_U}
pkgrel=1
pkgdesc='High level abstract threading library (mingw-w64)'
depends=('mingw-w64-crt')
@@ -11,7 +11,7 @@ arch=('any')
url='http://www.threadingbuildingblocks.org/'
license=('APACHE')
source=("https://github.com/01org/tbb/archive/${_pkgver}.tar.gz")
-sha256sums=('c4c2896af527392496c5e01ef8579058a71b6eebbd695924cd138841c13f07be')
+sha256sums=('7b1fd8caea14be72ae4175896510bf99c809cd7031306a1917565e6de7382fba')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"