There is a new pull request by iFoundSilentHouse against master on the void-packages repository https://github.com/iFoundSilentHouse/void-packages ollama https://github.com/void-linux/void-packages/pull/50133 New package: ollama-0.1.32 I wanted to test ollama myself so reworked @ezag PR: https://github.com/void-linux/void-packages/pull/48199 Now it's fetching files the right way and updated to 0.1.32. I'm fine with @ezag maintaining it. Just wanted to share my progress - I tested the changes in this PR: yes #### New package - This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES** - I built this PR locally for my native architecture, (x86-64-glibc) - I built this PR locally for these architectures: - aarch64-musl About archs: The only archs supported by upstream are x86 and arm64 so others were disabled About `git init` line: `go generate` script has `git submodule` command so build doesn't work without `.git` folder. Closes https://github.com/void-linux/void-packages/issues/50094 @ezag , thnx. @Bnyro , I used your review messages. Thnx A patch file from https://github.com/void-linux/void-packages/pull/50133.patch is attached