I've found the AUR package for bun & bun-git to be highly unreliable with building and out-of-date, the bun team recommends using the setup script. I won't be adding it to the makedepends array for that reason, many bun users also use the setup script and therefore also don't have the package marked as installed on their system. However, I will add a note in the PKGBUILD.
Search Criteria
Package Details: ollamamodelupdater 1.1.2-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/ollamamodelupdater.git (read-only, click to copy) |
|---|---|
| Package Base: | ollamamodelupdater |
| Description: | Tool to help you update your Ollama models |
| Upstream URL: | https://github.com/thatonecalculator/ollamamodelupdater |
| Licenses: | MIT |
| Conflicts: | ollamamodelupdater, ollamamodelupdater-bin |
| Submitter: | That1Calculator |
| Maintainer: | That1Calculator |
| Last Packager: | That1Calculator |
| Votes: | 2 |
| Popularity: | 0.000000 |
| First Submitted: | 2024-01-02 23:57 (UTC) |
| Last Updated: | 2024-10-22 00:17 (UTC) |
Dependencies (2)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- ollama (ollama-nogpu-gitAUR, ollama-for-amd-gitAUR, ollama-gitAUR, ollama-for-amdAUR, ollama-binAUR) (optional) – Ollama
Required by (0)
Sources (1)
Latest Comments
That1Calculator commented on 2024-06-16 01:22 (UTC) (edited on 2024-06-16 01:25 (UTC) by That1Calculator)
dreieck commented on 2024-06-15 16:55 (UTC) (edited on 2024-06-15 17:06 (UTC) by dreieck)
bun is still missing from the makedepends array:
==> Starting prepare()...
Bun was not found. Please install bun from https://bun.sh
bun is present in the AUR (as bun-git and bun-bin, both of them have bun in their provides array), so just add bun as make dependency instead of forcing the user to install some stuff outside of package management manually before building this package.
Regards and thanks for maintaining!
dreieck commented on 2024-03-25 22:54 (UTC)
Please move the downloads that bun does out from package() into prepare().
Regards and thanks for maintaining!
dreieck commented on 2024-03-25 22:53 (UTC) (edited on 2024-03-25 23:03 (UTC) by dreieck)
Please add bun to the makedepends array.
Otherwise, build fails:
==> Starting prepare()...
Bun was not found. Please install bun from https://bun.sh
-> error making: ollamamodelupdater-exit status 1
(There are bun-git and bun-bin in the AUR which both provide bun. So bun can be installed as a normal package.)
Regards and thanks for maintaining!
Pinned Comments
That1Calculator commented on 2024-06-16 01:22 (UTC) (edited on 2024-06-16 01:25 (UTC) by That1Calculator)
I've found the AUR package for
bun&bun-gitto be highly unreliable with building and out-of-date, the bun team recommends using the setup script. I won't be adding it to themakedependsarray for that reason, many bun users also use the setup script and therefore also don't have the package marked as installed on their system. However, I will add a note in the PKGBUILD.