summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2017-09-18 10:11:32 +0200
committerMichel Zou2017-09-18 10:11:32 +0200
commitd82426902c945381c6174e49280f033fa73f5725 (patch)
tree9fcc79e4174ae564ef791ae618c0e706514bdb30
parentc67334d9d67e428911445e1740086acf9fa462f9 (diff)
downloadaur-d82426902c945381c6174e49280f033fa73f5725.tar.gz
2018
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD16
2 files changed, 10 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42314af21392..4abd38b79c3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Sep 11 18:24:57 UTC 2017
+# Mon Sep 18 08:11:32 UTC 2017
pkgbase = mingw-w64-intel-tbb
pkgdesc = High level abstract threading library (mingw-w64)
- pkgver = 2017_20170604
+ pkgver = 2018_20170726
pkgrel = 1
url = http://www.threadingbuildingblocks.org/
arch = any
@@ -12,12 +12,8 @@ pkgbase = mingw-w64-intel-tbb
options = !buildflags
options = !strip
options = staticlibs
- source = https://github.com/01org/tbb/archive/2017_U7.tar.gz
- source = https://raw.githubusercontent.com/wjakob/tbb/master/CMakeLists.txt
- source = https://raw.githubusercontent.com/wjakob/tbb/master/build/version_string.ver.in
- sha1sums = 8340c35c29a26081eb92426a98accb6c15dfa729
- sha1sums = SKIP
- sha1sums = SKIP
+ source = https://github.com/01org/tbb/archive/2018.tar.gz
+ sha1sums = e54de69981905ad69eb9cf0226b9bf5f9a4ba065
pkgname = mingw-w64-intel-tbb
diff --git a/PKGBUILD b/PKGBUILD
index 46cf3a1a7d74..8e1bd2b7407d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=mingw-w64-intel-tbb
-pkgver=2017_20170604
-_pkgver=2017_U7
+pkgver=2018_20170726
+_pkgver=2018
pkgrel=1
pkgdesc='High level abstract threading library (mingw-w64)'
depends=('mingw-w64-crt')
@@ -10,19 +10,15 @@ options=('!buildflags' '!strip' 'staticlibs')
arch=('any')
url='http://www.threadingbuildingblocks.org/'
license=('APACHE')
-source=("https://github.com/01org/tbb/archive/${_pkgver}.tar.gz"
- "https://raw.githubusercontent.com/wjakob/tbb/master/CMakeLists.txt"
- "https://raw.githubusercontent.com/wjakob/tbb/master/build/version_string.ver.in")
-sha1sums=('8340c35c29a26081eb92426a98accb6c15dfa729'
- 'SKIP'
- 'SKIP')
+source=("https://github.com/01org/tbb/archive/${_pkgver}.tar.gz")
+sha1sums=('e54de69981905ad69eb9cf0226b9bf5f9a4ba065')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
prepare () {
cd "$srcdir"/tbb-${_pkgver}
- cp "$srcdir"/CMakeLists.txt .
- cp "$srcdir"/version_string.ver.in build
+ curl -L https://raw.githubusercontent.com/wjakob/tbb/master/CMakeLists.txt -o CMakeLists.txt
+ curl -L https://raw.githubusercontent.com/wjakob/tbb/master/build/version_string.ver.in -o build/version_string.ver.in
}
build() {