Skip to content

AUR outdated #450

Description

@Joshua66252

System information

Arch Linux 7.1.8-arch1-3

Issue description

On the AUR (Arch User Repository) the package for gdsdecomp ( gdsdecomp-bin is outdated, it installs 2.6.0 instead of 2.6.4
This is caused by line 4 of the pkgbuild file
pkgver=2.6.0
Which can be updated to
pkgver=2.6.4
to fix the issue as it uses this variable on line 12 when downloading from github
source=("https://github.com/GDRETools/gdsdecomp/releases/download/v$pkgver/GDRE_tools-v$pkgver-linux.zip"

edit/addendum: The checksum would also have to be changed to accommodate the new version.

Steps to reproduce

No response

Recovery log

N/A

Link to game download

N/A

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions