build(container): optimize container build speed
Some checks failed
Build / ubuntu (push) Has been cancelled
Build / windows (push) Has been cancelled
Build / container (push) Has been cancelled
Docs / deploy (push) Has been cancelled

Signed-off-by: k4yt3x <i@k4yt3x.com>
This commit is contained in:
k4yt3x 2024-12-23 00:00:00 +00:00
parent 39a1828a3b
commit c25c0042f5
No known key found for this signature in database

View File

@ -4,7 +4,7 @@ pkgrel=1
pkgdesc="A machine learning-based video super resolution and frame interpolation framework"
arch=('x86_64')
url="https://github.com/k4yt3x/video2x"
license=('AGPL3')
license=('AGPL-3.0-only')
depends=('ffmpeg' 'ncnn' 'vulkan-driver' 'spdlog' 'boost-libs')
makedepends=('git' 'cmake' 'clang' 'vulkan-headers' 'openmp' 'boost')
@ -13,6 +13,7 @@ pkgver() {
}
prepare() {
git rm third_party/{ncnn,spdlog,boost}
git submodule update --init --recursive
}