summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbartus2024-03-07 17:24:39 +0100
committerbartus2024-03-07 17:24:39 +0100
commitdeaacb70bbde13f18e22a5936b7d726b20af35e4 (patch)
treea223636ce60a1751c9f3343a44a731ac8de8d515 /PKGBUILD
parent1e5d7d848270e8ceb5642f98656c7986e987db92 (diff)
downloadaur-deaacb70bbde13f18e22a5936b7d726b20af35e4.tar.gz
Switch back to makepkg-git-lfs-proto: fetching devel no longer needed
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 14bd6e93a050..1a9b07c7ef09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ license=('Apache')
depends=(intel-tbb python)
provides=("openimagedenoise=${pkgver%.r*}")
conflicts=(openimagedenoise)
-makedepends=(git cmake 'ispc>=1.14' ninja)
+makedepends=(git makepkg-git-lfs-proto cmake 'ispc>=1.14' ninja)
source=("${pkgname%-git}::git+https://github.com/OpenImageDenoise/oidn.git${_fragment}"
)
sha256sums=('SKIP'
@@ -53,7 +53,7 @@ prepare_submodule() {
}
source+=(
"mkl-dnn::git+https://github.com/OpenImageDenoise/mkl-dnn.git"
- "oidn-weights::git+https://github.com/OpenImageDenoise/oidn-weights.git"
+ "oidn-weights::git-lfs+https://github.com/OpenImageDenoise/oidn-weights.git"
"cutlass::git+https://github.com/NVIDIA/cutlass"
"composable_kernel::git+https://github.com/ROCmSoftwarePlatform/composable_kernel"
)