summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2017-09-26 18:34:33 +0200
committerMichel Zou2017-09-26 18:34:33 +0200
commitf0e20c328886efaa333d27d10f9026ec2357f8e5 (patch)
tree36a9dc1fbadbb15e3e2a86d60624f8ab789086e7
parentce5846e1e5ca40c61cdc47f518a92bb68e31e2c2 (diff)
downloadaur-f0e20c328886efaa333d27d10f9026ec2357f8e5.tar.gz
2018_20170919
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 368b189d9a26..ff52309cb8db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Sep 18 08:14:44 UTC 2017
+# Tue Sep 26 16:34:32 UTC 2017
pkgbase = mingw-w64-intel-tbb
pkgdesc = High level abstract threading library (mingw-w64)
- pkgver = 2018_20170726
+ pkgver = 2018_20170919
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.tar.gz
- sha256sums = 94f643f1edfaccb57d64b503c7c96f00dec64e8635c054bbaa33855d72c5822d
+ source = https://github.com/01org/tbb/archive/2018_U1.tar.gz
+ sha256sums = c6462217d4ecef2b44fce63cfdf31f9db4f6ff493869899d497a5aef68b05fc5
pkgname = mingw-w64-intel-tbb
diff --git a/PKGBUILD b/PKGBUILD
index 414018936e0e..6f0080d182a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=mingw-w64-intel-tbb
-pkgver=2018_20170726
-_pkgver=2018
+pkgver=2018_20170919
+_pkgver=2018_U1
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=('94f643f1edfaccb57d64b503c7c96f00dec64e8635c054bbaa33855d72c5822d')
+sha256sums=('c6462217d4ecef2b44fce63cfdf31f9db4f6ff493869899d497a5aef68b05fc5')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"