mirror of
https://aur.archlinux.org/firedragon.git
synced 2024-12-25 20:24:14 +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/1261376578.
This commit is contained in:
parent
428ba83958
commit
cccced1025
19
.SRCINFO
19
.SRCINFO
@ -1,12 +1,13 @@
|
||||
pkgbase = firedragon
|
||||
pkgdesc = Floorp fork build using custom branding & settings
|
||||
pkgver = 11.12.0
|
||||
pkgdesc = Floorp fork build using custom branding and settings
|
||||
pkgver = 11.12.2
|
||||
pkgrel = 1
|
||||
epoch = 1
|
||||
url = http://dr460nf1r3.org
|
||||
url = https://garudalinux.org
|
||||
install = firedragon.install
|
||||
arch = x86_64
|
||||
license = MPL2
|
||||
license = Floorp Shared Source License
|
||||
makedepends = cbindgen
|
||||
makedepends = clang
|
||||
makedepends = diffutils
|
||||
@ -67,17 +68,17 @@ pkgbase = firedragon
|
||||
options = !strip
|
||||
backup = usr/lib/firedragon/firedragon.cfg
|
||||
backup = usr/lib/firedragon/distribution/policies.json
|
||||
source = https://github.com/Floorp-Projects/Floorp/archive/refs/tags/v11.12.0.tar.gz
|
||||
source = floorp-core::git+https://github.com/Floorp-Projects/Floorp-core#commit=c54e98bdcb80c3dd9e10fe668d9f1b052ac23e62
|
||||
source = https://github.com/Floorp-Projects/Floorp/archive/refs/tags/v11.12.2.tar.gz
|
||||
source = floorp-core::git+https://github.com/Floorp-Projects/Floorp-core#commit=1ac82bbf62fe656f02aea7c9edb921a8c18b1fe1
|
||||
source = floorp-l10n-central::git+https://github.com/Floorp-Projects/Unified-l10n-central#commit=b7a652ebf828e1c695a19903a568505d818463d2
|
||||
source = floorp-private::git+https://github.com/floorp-Projects/Floorp-private-components#commit=fd03f5cc34377591f63a293e82f0b5eb55a8c5fc
|
||||
source = floorp-private::git+https://github.com/floorp-Projects/Floorp-private-components#commit=f81d5691d20a51be32d671fc9d0058de7255f86a
|
||||
source = common::git+https://gitlab.com/garuda-linux/firedragon/common.git
|
||||
source = settings::git+https://gitlab.com/garuda-linux/firedragon/settings.git
|
||||
source = firedragon.desktop
|
||||
sha256sums = 4d1c6b6c69b139e90f2ae6b192f2774f7525eaca265fcb58247a8c0a20a18ae5
|
||||
sha256sums = 04659d794809a3e2dcb13e051b8752ddf322364f552d389e9ece28f9285fabab
|
||||
sha256sums = 6fdd272a75fb04df23706c8b693c46c0400ef072bb3b9a4c1f6dcefb11652e5d
|
||||
sha256sums = fe330c900317a1a798932dd9d197e38e44ad2a8cd8f19d9a8a20b9e60e60c112
|
||||
sha256sums = 5f9a31c9a7166328ac364b9172e3b40bff822f142976fa009de5ada65a7dd938
|
||||
sha256sums = 58d690b35080a70d99a665c7fb8db0d6dfc229a37bdea7ff2111c922687141c7
|
||||
sha256sums = dc846923451a747a4d1c4efd9a325db1f4b24e19dfefa277deefc346c6f5788c
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
sha256sums = 53d3e743f3750522318a786befa196237892c93f20571443fdf82a480e7f0560
|
||||
|
12
PKGBUILD
12
PKGBUILD
@ -9,10 +9,10 @@
|
||||
|
||||
pkgname=firedragon
|
||||
_pkgname=FireDragon
|
||||
pkgver=11.12.0
|
||||
_floorp_core_commit="c54e98bdcb80c3dd9e10fe668d9f1b052ac23e62"
|
||||
pkgver=11.12.2
|
||||
_floorp_core_commit="1ac82bbf62fe656f02aea7c9edb921a8c18b1fe1"
|
||||
_floorp_l10n_commit="b7a652ebf828e1c695a19903a568505d818463d2"
|
||||
_floorp_private_commit="fd03f5cc34377591f63a293e82f0b5eb55a8c5fc"
|
||||
_floorp_private_commit="f81d5691d20a51be32d671fc9d0058de7255f86a"
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
pkgdesc="Floorp fork build using custom branding and settings"
|
||||
@ -84,10 +84,10 @@ source=(https://github.com/Floorp-Projects/Floorp/archive/refs/tags/v"${pkgver}"
|
||||
"common::git+https://gitlab.com/garuda-linux/firedragon/common.git"
|
||||
"settings::git+https://gitlab.com/garuda-linux/firedragon/settings.git"
|
||||
"${pkgname}.desktop")
|
||||
sha256sums=('4d1c6b6c69b139e90f2ae6b192f2774f7525eaca265fcb58247a8c0a20a18ae5'
|
||||
'04659d794809a3e2dcb13e051b8752ddf322364f552d389e9ece28f9285fabab'
|
||||
sha256sums=('6fdd272a75fb04df23706c8b693c46c0400ef072bb3b9a4c1f6dcefb11652e5d'
|
||||
'fe330c900317a1a798932dd9d197e38e44ad2a8cd8f19d9a8a20b9e60e60c112'
|
||||
'5f9a31c9a7166328ac364b9172e3b40bff822f142976fa009de5ada65a7dd938'
|
||||
'58d690b35080a70d99a665c7fb8db0d6dfc229a37bdea7ff2111c922687141c7'
|
||||
'dc846923451a747a4d1c4efd9a325db1f4b24e19dfefa277deefc346c6f5788c'
|
||||
'SKIP'
|
||||
'SKIP'
|
||||
'53d3e743f3750522318a786befa196237892c93f20571443fdf82a480e7f0560')
|
||||
|
Loading…
Reference in New Issue
Block a user