1
0
mirror of https://aur.archlinux.org/firedragon.git synced 2025-07-06 13:04:31 +00:00

chore: update firedragon

This commit was automatically generated to reflect changes to this package in another repository.

The changelog for this package can be found at https://gitlab.com/garuda-linux/pkgbuilds/-/commits/main/firedragon.

Logs of the corresponding pipeline run can be found here: https://gitlab.com/garuda-linux/pkgbuilds/-/pipelines/1907103158.
This commit is contained in:
GitLab CI
2025-07-04 18:22:54 +00:00
parent 6b778b0f8e
commit bc017b7868
2 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,7 @@
pkgbase = firedragon pkgbase = firedragon
pkgdesc = Floorp fork build using custom branding and settings pkgdesc = Floorp fork build using custom branding and settings
pkgver = 11.28.0_2 pkgver = 11.28.0_2
pkgrel = 1 pkgrel = 2
epoch = 1 epoch = 1
url = https://firedragon.garudalinux.org url = https://firedragon.garudalinux.org
arch = x86_64 arch = x86_64

View File

@ -13,7 +13,7 @@ _pkgver=11.28.0-2
pkgname=firedragon pkgname=firedragon
_pkgname=FireDragon _pkgname=FireDragon
pkgver=${_pkgver//-/_} pkgver=${_pkgver//-/_}
pkgrel=1 pkgrel=2
epoch=1 epoch=1
pkgdesc="Floorp fork build using custom branding and settings" pkgdesc="Floorp fork build using custom branding and settings"
url='https://firedragon.garudalinux.org' url='https://firedragon.garudalinux.org'
@ -168,7 +168,6 @@ ac_add_options --enable-strip
# Optimization # Optimization
ac_add_options --enable-optimize=-O3 ac_add_options --enable-optimize=-O3
ac_add_options --enable-lto=cross,full
ac_add_options OPT_LEVEL="3" ac_add_options OPT_LEVEL="3"
ac_add_options RUSTC_OPT_LEVEL="3" ac_add_options RUSTC_OPT_LEVEL="3"