Relese version mismatch in AUR v1.0.14-1 #2503

Closed
opened 2026-02-16 17:36:01 -05:00 by yindo · 2 comments
Owner

Originally created by @anasmohammed361 on GitHub (Nov 2, 2025).

Description

Last time i checked the latest release is round v1.0.13 ,from github releases but the aur package opencode-bin has a different version mentioned so when i try to upgrade my opencode instance i get a 404 from github.

OpenCode version

1.0.11

Steps to reproduce

Try upgrading the opencode-bin package using any AUR compatable helpers .

Screenshot and/or share link

Image

Operating System

Arch Linux - Linux Zen

Terminal

Alacritty

Originally created by @anasmohammed361 on GitHub (Nov 2, 2025). ### Description Last time i checked the latest release is round v1.0.13 ,from github releases but the aur package [opencode-bin](https://aur.archlinux.org/packages/opencode-bin) has a different version mentioned so when i try to upgrade my opencode instance i get a 404 from github. ### OpenCode version 1.0.11 ### Steps to reproduce Try upgrading the `opencode-bin` package using any AUR compatable helpers . ### Screenshot and/or share link <img width="1161" height="565" alt="Image" src="https://github.com/user-attachments/assets/f027d6a6-083e-42dd-b0a0-1783a2dc07d6" /> ### Operating System Arch Linux - Linux Zen ### Terminal Alacritty
yindo added the opentuibug labels 2026-02-16 17:36:01 -05:00
yindo closed this issue 2026-02-16 17:36:01 -05:00
Author
Owner

@sholt0r commented on GitHub (Nov 2, 2025):

You can clone the PKGBUILD from the AUR and install it manually after changing the version number.

git clone https://aur.archlinux.org/opencode-bin.git
cd opencode-bin
sed -i 's/1.0.14/1.0.13/g'
sudo pacman -S base-devel
sudo makepkg -si

It'll resolve itself once the actions for publishing 1.0.14 actually passes, it exists under tags but not under releases, so I'd say that part of the actions is to update the AUR based on tags.

@sholt0r commented on GitHub (Nov 2, 2025): You can clone the PKGBUILD from the AUR and install it manually after changing the version number. ```bash git clone https://aur.archlinux.org/opencode-bin.git cd opencode-bin sed -i 's/1.0.14/1.0.13/g' sudo pacman -S base-devel sudo makepkg -si ``` It'll resolve itself once the actions for publishing 1.0.14 actually passes, it exists under tags but not under releases, so I'd say that part of the actions is to update the AUR based on tags.
Author
Owner

@thdxr commented on GitHub (Nov 2, 2025):

will be fixed in next release

@thdxr commented on GitHub (Nov 2, 2025): will be fixed in next release
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#2503