You can quickly fix the PKGBUILD
:
$ yay -G appimagelauncher-bin
$ cd appimagelauncher-bin
$ $EDITOR PKGBUILD
The two lines should be updated:
source=("https://github.com/TheAssassin/AppImageLauncher/releases/download/v2.2.0/appimagelauncher_2.2.0-travis995.0f91801.bionic_amd64.deb")
sha256sums=('f4b9db56a6ba7dd091074b14157612986a9f6a0cb3fcd230abfc8f4555c70a7f')
And then:
$ makepkg -si
Pinned Comments
spsf64 commented on 2023-09-18 21:30 (UTC)
I created this package with my limited knowledge, the main reason is to reduce the time to build from source. I noticed it's not reliable, if you try to update the appimage, sometimes it downgrades to a previous version, please, do not use this function. Feel free to make suggestions and/or become a contributor!