mirror of
https://github.com/k4yt3x/video2x.git
synced 2025-02-26 09:29:08 +00:00
build(arch): move PKGBUILD openmp from makedepends to depends
Signed-off-by: k4yt3x <i@k4yt3x.com>
This commit is contained in:
parent
0585130f09
commit
2c5a059d39
@ -5,8 +5,8 @@ pkgdesc="A machine learning-based video super resolution and frame interpolation
|
|||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://github.com/k4yt3x/video2x"
|
url="https://github.com/k4yt3x/video2x"
|
||||||
license=('AGPL-3.0-only')
|
license=('AGPL-3.0-only')
|
||||||
depends=('ffmpeg' 'ncnn' 'vulkan-driver' 'spdlog' 'boost-libs')
|
depends=('ffmpeg' 'ncnn' 'openmp' 'vulkan-driver' 'spdlog' 'boost-libs')
|
||||||
makedepends=('git' 'cmake' 'clang' 'vulkan-headers' 'openmp' 'boost')
|
makedepends=('git' 'cmake' 'clang' 'vulkan-headers' 'boost')
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
|
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
|
||||||
|
Loading…
Reference in New Issue
Block a user