mirror of
https://aur.archlinux.org/firedragon.git
synced 2024-12-26 12:44:21 +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/1296264004.
This commit is contained in:
parent
bb7bd5fc33
commit
b6ab843b99
6
.SRCINFO
6
.SRCINFO
@ -1,6 +1,6 @@
|
|||||||
pkgbase = firedragon
|
pkgbase = firedragon
|
||||||
pkgdesc = Floorp fork build using custom branding and settings
|
pkgdesc = Floorp fork build using custom branding and settings
|
||||||
pkgver = 11.13.0
|
pkgver = 11.13.1
|
||||||
pkgrel = 1.1
|
pkgrel = 1.1
|
||||||
epoch = 1
|
epoch = 1
|
||||||
url = https://garudalinux.org
|
url = https://garudalinux.org
|
||||||
@ -67,11 +67,11 @@ pkgbase = firedragon
|
|||||||
options = !strip
|
options = !strip
|
||||||
backup = usr/lib/firedragon/firedragon.cfg
|
backup = usr/lib/firedragon/firedragon.cfg
|
||||||
backup = usr/lib/firedragon/distribution/policies.json
|
backup = usr/lib/firedragon/distribution/policies.json
|
||||||
source = https://gitlab.com/api/v4/projects/55893651/packages/generic/firedragon/11.13.0-1/firedragon-v11.13.0-1.source.tar.zst
|
source = https://gitlab.com/api/v4/projects/55893651/packages/generic/firedragon/11.13.1-1/firedragon-v11.13.1-1.source.tar.zst
|
||||||
source = rustup.sh::https://sh.rustup.rs
|
source = rustup.sh::https://sh.rustup.rs
|
||||||
source = https://gitlab.com/garuda-linux/firedragon/settings/-/raw/master/firedragon.psd
|
source = https://gitlab.com/garuda-linux/firedragon/settings/-/raw/master/firedragon.psd
|
||||||
source = firedragon.desktop
|
source = firedragon.desktop
|
||||||
sha256sums = c59a9d86c1f2eae407adbaba39b09deae91ea5b6d0ac51207dbea1d715f160b7
|
sha256sums = 1ad498bfd401b961611915ffb256ae62a9bacf6d5b207fff93058031309145d8
|
||||||
sha256sums = 32a680a84cf76014915b3f8aa44e3e40731f3af92cd45eb0fcc6264fd257c428
|
sha256sums = 32a680a84cf76014915b3f8aa44e3e40731f3af92cd45eb0fcc6264fd257c428
|
||||||
sha256sums = 61355930cc59813e7e610ffdab8a01e32be980fffe1dfd8f9654b8f8f9f7fdc0
|
sha256sums = 61355930cc59813e7e610ffdab8a01e32be980fffe1dfd8f9654b8f8f9f7fdc0
|
||||||
sha256sums = 53d3e743f3750522318a786befa196237892c93f20571443fdf82a480e7f0560
|
sha256sums = 53d3e743f3750522318a786befa196237892c93f20571443fdf82a480e7f0560
|
||||||
|
4
PKGBUILD
4
PKGBUILD
@ -8,7 +8,7 @@
|
|||||||
# Profile with xvfb-run, if possible
|
# Profile with xvfb-run, if possible
|
||||||
: ${_build_pgo_xvfb:=false}
|
: ${_build_pgo_xvfb:=false}
|
||||||
|
|
||||||
_pkgver=11.13.0-1
|
_pkgver=11.13.1-1
|
||||||
_pkgrel=1
|
_pkgrel=1
|
||||||
|
|
||||||
pkgname=firedragon
|
pkgname=firedragon
|
||||||
@ -81,7 +81,7 @@ source=(https://gitlab.com/api/v4/projects/55893651/packages/generic/firedragon/
|
|||||||
rustup.sh::https://sh.rustup.rs
|
rustup.sh::https://sh.rustup.rs
|
||||||
https://gitlab.com/garuda-linux/firedragon/settings/-/raw/master/firedragon.psd
|
https://gitlab.com/garuda-linux/firedragon/settings/-/raw/master/firedragon.psd
|
||||||
"${pkgname}.desktop")
|
"${pkgname}.desktop")
|
||||||
sha256sums=('c59a9d86c1f2eae407adbaba39b09deae91ea5b6d0ac51207dbea1d715f160b7'
|
sha256sums=('1ad498bfd401b961611915ffb256ae62a9bacf6d5b207fff93058031309145d8'
|
||||||
'32a680a84cf76014915b3f8aa44e3e40731f3af92cd45eb0fcc6264fd257c428'
|
'32a680a84cf76014915b3f8aa44e3e40731f3af92cd45eb0fcc6264fd257c428'
|
||||||
'61355930cc59813e7e610ffdab8a01e32be980fffe1dfd8f9654b8f8f9f7fdc0'
|
'61355930cc59813e7e610ffdab8a01e32be980fffe1dfd8f9654b8f8f9f7fdc0'
|
||||||
'53d3e743f3750522318a786befa196237892c93f20571443fdf82a480e7f0560')
|
'53d3e743f3750522318a786befa196237892c93f20571443fdf82a480e7f0560')
|
||||||
|
Loading…
Reference in New Issue
Block a user