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
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.0Which can be updated to
pkgver=2.6.4to 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