summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2020-03-27 21:23:17 +0100
committerMichel Zou2020-03-27 21:23:17 +0100
commit6c0ed7fe8bfabfae65bad23c3f66ad141bfcbbb8 (patch)
treecfdf80383f2e9c69d0f0198775b921a78f910ca5
parent517e042def64fcaccaadfd4a7b15dda265e523cf (diff)
downloadaur-6c0ed7fe8bfabfae65bad23c3f66ad141bfcbbb8.tar.gz
oneTBB
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eed92247fcf7..8a1ce65d4bef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = mingw-w64-intel-tbb
pkgdesc = High level abstract threading library (mingw-w64)
pkgver = 2020.1
pkgrel = 1
- url = http://www.threadingbuildingblocks.org/
+ url = https://github.com/oneapi-src/oneTBB
arch = any
license = APACHE
makedepends = mingw-w64-cmake
diff --git a/PKGBUILD b/PKGBUILD
index a7ea62c4c489..92338847ba66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ depends=('mingw-w64-crt')
makedepends=('mingw-w64-cmake')
options=('!buildflags' '!strip' 'staticlibs')
arch=('any')
-url='http://www.threadingbuildingblocks.org/'
+url='https://github.com/oneapi-src/oneTBB'
license=('APACHE')
source=(https://github.com/oneapi-src/oneTBB/archive/v$pkgver.tar.gz)
sha256sums=('7c96a150ed22bc3c6628bc3fef9ed475c00887b26d37bca61518d76a56510971')