mirror of
https://aur.archlinux.org/firedragon.git
synced 2024-12-26 04:34:15 +00:00
chore(firedragon): update to 11.11.1
This commit is contained in:
parent
7e5ff33064
commit
bd94f79b71
14
.SRCINFO
14
.SRCINFO
@ -1,6 +1,6 @@
|
|||||||
pkgbase = firedragon
|
pkgbase = firedragon
|
||||||
pkgdesc = Floorp fork build using custom branding & settings
|
pkgdesc = Floorp fork build using custom branding & settings
|
||||||
pkgver = 11.11.0
|
pkgver = 11.11.1
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
epoch = 1
|
epoch = 1
|
||||||
url = http://dr460nf1r3.org
|
url = http://dr460nf1r3.org
|
||||||
@ -67,15 +67,15 @@ 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://github.com/Floorp-Projects/Floorp/archive/refs/tags/v11.11.0.tar.gz
|
source = https://github.com/Floorp-Projects/Floorp/archive/refs/tags/v11.11.1.tar.gz
|
||||||
source = floorp-core::git+https://github.com/Floorp-Projects/Floorp-core#commit=31ceb1c62a7b11b07b1cfb16f6ee3de35974594c
|
source = floorp-core::git+https://github.com/Floorp-Projects/Floorp-core#commit=ff6aaadc11e889f0bcb2e5a5d63000bfe6b9257a
|
||||||
source = floorp-l10n-central::git+https://github.com/Floorp-Projects/Unified-l10n-central#commit=4c2c1ca3e907d8ce170be6770d892d17e08c0e56
|
source = floorp-l10n-central::git+https://github.com/Floorp-Projects/Unified-l10n-central#commit=b1cfac382d73f99251cf3e7076cc90e4612572f6
|
||||||
source = common::git+https://gitlab.com/garuda-linux/firedragon/common.git
|
source = common::git+https://gitlab.com/garuda-linux/firedragon/common.git
|
||||||
source = settings::git+https://gitlab.com/garuda-linux/firedragon/settings.git
|
source = settings::git+https://gitlab.com/garuda-linux/firedragon/settings.git
|
||||||
source = firedragon.desktop
|
source = firedragon.desktop
|
||||||
sha256sums = b05d551fd0fe0114e79cbd9c2e872d5e8ced8299774a95219d332cd098c8d3ef
|
sha256sums = 20f8e200bf786d55849f5934b55b508d2a0d1cd8de67a9f9c88ecb8205aed44d
|
||||||
sha256sums = 824240c9799ac4939c195d26e43e22d788be07d23ebfb14a832194bf560b6561
|
sha256sums = b7560f743bb8c25b29acc3573bb4ae8997816f7eb5e41e014535a74a0f18e4b0
|
||||||
sha256sums = c391478e5a144c08fdd92cf2c4e70971afbd913947509c578f3a653a4d36cb0f
|
sha256sums = 86b211b89b5aa742b2f583655ba85273ea56d6c4942ba3b5a3ec2d52d6afc36f
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = 53d3e743f3750522318a786befa196237892c93f20571443fdf82a480e7f0560
|
sha256sums = 53d3e743f3750522318a786befa196237892c93f20571443fdf82a480e7f0560
|
||||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,5 @@
|
|||||||
*.tar.xz*
|
*.tar.xz*
|
||||||
|
*.tar.gz*
|
||||||
common/
|
common/
|
||||||
floorp-core/
|
floorp-core/
|
||||||
floorp-l10n-central/
|
floorp-l10n-central/
|
||||||
|
12
PKGBUILD
12
PKGBUILD
@ -9,9 +9,9 @@
|
|||||||
|
|
||||||
pkgname=firedragon
|
pkgname=firedragon
|
||||||
_pkgname=FireDragon
|
_pkgname=FireDragon
|
||||||
pkgver=11.11.0
|
pkgver=11.11.1
|
||||||
_floorp_core_commit="31ceb1c62a7b11b07b1cfb16f6ee3de35974594c"
|
_floorp_core_commit="ff6aaadc11e889f0bcb2e5a5d63000bfe6b9257a"
|
||||||
_floorp_l10n_commit="4c2c1ca3e907d8ce170be6770d892d17e08c0e56"
|
_floorp_l10n_commit="b1cfac382d73f99251cf3e7076cc90e4612572f6"
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
epoch=1
|
epoch=1
|
||||||
pkgdesc="Floorp fork build using custom branding & settings"
|
pkgdesc="Floorp fork build using custom branding & settings"
|
||||||
@ -82,9 +82,9 @@ source=(https://github.com/Floorp-Projects/Floorp/archive/refs/tags/v"${pkgver}"
|
|||||||
"common::git+https://gitlab.com/garuda-linux/firedragon/common.git"
|
"common::git+https://gitlab.com/garuda-linux/firedragon/common.git"
|
||||||
"settings::git+https://gitlab.com/garuda-linux/firedragon/settings.git"
|
"settings::git+https://gitlab.com/garuda-linux/firedragon/settings.git"
|
||||||
"${pkgname}.desktop")
|
"${pkgname}.desktop")
|
||||||
sha256sums=('b05d551fd0fe0114e79cbd9c2e872d5e8ced8299774a95219d332cd098c8d3ef'
|
sha256sums=('20f8e200bf786d55849f5934b55b508d2a0d1cd8de67a9f9c88ecb8205aed44d'
|
||||||
'824240c9799ac4939c195d26e43e22d788be07d23ebfb14a832194bf560b6561'
|
'b7560f743bb8c25b29acc3573bb4ae8997816f7eb5e41e014535a74a0f18e4b0'
|
||||||
'c391478e5a144c08fdd92cf2c4e70971afbd913947509c578f3a653a4d36cb0f'
|
'86b211b89b5aa742b2f583655ba85273ea56d6c4942ba3b5a3ec2d52d6afc36f'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'53d3e743f3750522318a786befa196237892c93f20571443fdf82a480e7f0560')
|
'53d3e743f3750522318a786befa196237892c93f20571443fdf82a480e7f0560')
|
||||||
|
Loading…
Reference in New Issue
Block a user