summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2023-03-20 08:33:20 +0100
committerMichel Zou2023-03-20 08:33:20 +0100
commit923f9554ea97deb0a8eb56557e64f5e7d3462d10 (patch)
tree3bd203ed4f4cfab62bc1dde9c8a79a570e601596
parentf936d00db3099b15c610dbdcf5515220e0a89262 (diff)
downloadaur-923f9554ea97deb0a8eb56557e64f5e7d3462d10.tar.gz
onetbb
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2cb7a4c77725..48092eaba157 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = mingw-w64-openimagedenoise
arch = any
license = Apache
makedepends = mingw-w64-cmake
- depends = mingw-w64-tbb
+ depends = mingw-w64-onetbb
options = !strip
options = !buildflags
options = staticlibs
@@ -14,4 +14,3 @@ pkgbase = mingw-w64-openimagedenoise
sha256sums = 948b070c780b5de0d983e7d5d37f6d9454932cc278913d9ee5b0bd047d23864a
pkgname = mingw-w64-openimagedenoise
-
diff --git a/PKGBUILD b/PKGBUILD
index b5df797f865a..f6b02977d1a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Interl(R) Open Image Denoise library"
arch=("any")
url="https://openimagedenoise.github.io"
license=('Apache')
-depends=("mingw-w64-tbb")
+depends=("mingw-w64-onetbb")
makedepends=("mingw-w64-cmake")
options=('!strip' '!buildflags' 'staticlibs')
source=("https://github.com/OpenImageDenoise/oidn/releases/download/v${pkgver}/oidn-${pkgver}.src.tar.gz")