You are not logged in.

#1 2024-03-17 19:14:45

renobarba
Member
Registered: 2015-04-16
Posts: 3

does last makepkg still understand options in PKGBUILD ?

Hi,
I juste reinstalled an arch linux in new laptop. When i installed joplin-appimage it does not work.

error :
nor joplin-desktop or joplin-desktop  --appimage-extract work correctly "This doesn't look like a squashfs image."

what's strange are i modified the PKGBUILD change options by OPTIONS it does work

note: joplin-apimage need options=(!strip)

but only correct if write OPTIONS=(!strip)

it's like makepkg undestand OPTIONS but not options, which is strange

# process used :
git clone https://aur.archlinux.org/joplin-appimage
cd joplin-appimage
makepkg -sfi

joplin-desktop will fail

add OPTIONS=(!strip) in PKGBUILD
makepkg -sfi

joplin-desktop work

i suppose i am not the only one ?

Offline

#2 2024-03-17 19:23:34

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,640

Re: does last makepkg still understand options in PKGBUILD ?

Offline

#3 2024-03-19 02:39:50

Nixuge
Member
Registered: 2023-05-10
Posts: 1

Re: does last makepkg still understand options in PKGBUILD ?

Add !debug to the options, that should fix it

Offline

#4 2024-03-19 17:02:08

renobarba
Member
Registered: 2015-04-16
Posts: 3

Re: does last makepkg still understand options in PKGBUILD ?

thank for the info, i will backport untill fixed i think ...

Offline

Board footer

Powered by FluxBB