diff options
author | Leon Marz <main@lmarz.org> | 2023-08-03 20:12:04 +0200 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2023-08-03 19:52:07 +0000 |
commit | 53dbb17f1ec0c1ad81013c7937fe9a1843d5c8e2 (patch) | |
tree | e54c84cd041f8d993a93cf7d47c0b318a0adda8c | |
parent | 72d1a7a6f5b8f30b251e6dfd89784d7a53f5ccec (diff) |
community/onetbb: take over maintainership
-rw-r--r-- | community/onetbb/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/onetbb/APKBUILD b/community/onetbb/APKBUILD index 2061e868641..af68710d88f 100644 --- a/community/onetbb/APKBUILD +++ b/community/onetbb/APKBUILD @@ -1,8 +1,8 @@ # Contributor: David Huffman <storedbox@outlook.com> -# Maintainer: +# Maintainer: Leon Marz <main@lmarz.org> pkgname=onetbb pkgver=2021.10.0 -pkgrel=1 +pkgrel=2 pkgdesc="oneAPI Threading Building Blocks" url="https://github.com/oneapi-src/oneTBB" arch="all" |