Package Details: appimagelauncher-bin 2.2.0.20220908-1

Git Clone URL: https://aur.archlinux.org/appimagelauncher-bin.git (read-only, click to copy)
Package Base: appimagelauncher-bin
Description: Helper app that 'makes your Linux desktop AppImage ready™.'
Upstream URL: https://github.com/TheAssassin/AppImageLauncher
Keywords: appimage
Licenses: MIT
Conflicts: appimagelauncher
Provides: appimagelauncher
Submitter: spsf64
Maintainer: randomUsername
Last Packager: spsf64
Votes: 3
Popularity: 0.77
First Submitted: 2023-09-18 21:29 (UTC)
Last Updated: 2023-09-18 21:29 (UTC)

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!

Latest Comments

randomUsername commented on 2025-04-25 00:14 (UTC)

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

spsf64 commented on 2025-03-29 17:04 (UTC)

@YashRaj thanks for the heads up; I was unable to package the new 3.x alpha version correctly, I'm about to disown this, let me know if you want to be a new maintainer or co-mantainer.

YashRaj commented on 2025-03-29 14:26 (UTC)

source leads to a 404

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!