Disable debug package so the main package publishes correctly
makepkg's debug split produced a -debug pkg; the upload's head -1 could grab it instead of the main package. !debug yields a single package.
This commit is contained in:
parent
617aeb3d99
commit
0486f4c7c6
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ license=('MIT')
|
|||
# Some Rust deps (ring/mlua) build vendored C/asm into static archives; makepkg's
|
||||
# default -flto=auto emits GCC LTO bitcode the Rust (lld) link cannot read,
|
||||
# causing undefined-symbol errors. Disable LTO.
|
||||
options=(!lto)
|
||||
options=(!lto !debug)
|
||||
depends=('gtk4' 'glib2' 'hicolor-icon-theme')
|
||||
optdepends=(
|
||||
'snapper: snapshot management view'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue