summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2018-01-01 15:38:33 +0100
committerMichel Zou2018-01-01 15:38:33 +0100
commitf0e57d7f639aa6e03cf512ebc57fa51360121bd2 (patch)
tree0f6070a35232d113354b708f1f2fae0562bae01f
parentf0e20c328886efaa333d27d10f9026ec2357f8e5 (diff)
downloadaur-f0e57d7f639aa6e03cf512ebc57fa51360121bd2.tar.gz
20171205
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff52309cb8db..d42f29326aec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Sep 26 16:34:32 UTC 2017
+# Mon Jan 1 14:38:33 UTC 2018
pkgbase = mingw-w64-intel-tbb
pkgdesc = High level abstract threading library (mingw-w64)
- pkgver = 2018_20170919
+ pkgver = 2018_20171205
pkgrel = 1
url = http://www.threadingbuildingblocks.org/
arch = any
@@ -12,8 +12,8 @@ pkgbase = mingw-w64-intel-tbb
options = !buildflags
options = !strip
options = staticlibs
- source = https://github.com/01org/tbb/archive/2018_U1.tar.gz
- sha256sums = c6462217d4ecef2b44fce63cfdf31f9db4f6ff493869899d497a5aef68b05fc5
+ source = https://github.com/01org/tbb/archive/2018_U2.tar.gz
+ sha256sums = 78bb9bae474736d213342f01fe1a6d00c6939d5c75b367e2e43e7bf29a6d8eca
pkgname = mingw-w64-intel-tbb
diff --git a/PKGBUILD b/PKGBUILD
index 6f0080d182a3..fe5bbc864950 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=mingw-w64-intel-tbb
-pkgver=2018_20170919
-_pkgver=2018_U1
+pkgver=2018_20171205
+_pkgver=2018_U2
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=('c6462217d4ecef2b44fce63cfdf31f9db4f6ff493869899d497a5aef68b05fc5')
+sha256sums=('78bb9bae474736d213342f01fe1a6d00c6939d5c75b367e2e43e7bf29a6d8eca')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"