diff options
author | bartus | 2024-03-07 17:24:39 +0100 |
---|---|---|
committer | bartus | 2024-03-07 17:24:39 +0100 |
commit | deaacb70bbde13f18e22a5936b7d726b20af35e4 (patch) | |
tree | a223636ce60a1751c9f3343a44a731ac8de8d515 /PKGBUILD | |
parent | 1e5d7d848270e8ceb5642f98656c7986e987db92 (diff) | |
download | aur-deaacb70bbde13f18e22a5936b7d726b20af35e4.tar.gz |
Switch back to makepkg-git-lfs-proto: fetching devel no longer needed
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" ) |