diff --git a/.SRCINFO b/.SRCINFO index ac936f5..9803f64 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = firedragon pkgdesc = Floorp fork build using custom branding & settings - pkgver = 11.11.0 + pkgver = 11.11.1 pkgrel = 1 epoch = 1 url = http://dr460nf1r3.org @@ -67,15 +67,15 @@ 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.11.0.tar.gz - source = floorp-core::git+https://github.com/Floorp-Projects/Floorp-core#commit=31ceb1c62a7b11b07b1cfb16f6ee3de35974594c - source = floorp-l10n-central::git+https://github.com/Floorp-Projects/Unified-l10n-central#commit=4c2c1ca3e907d8ce170be6770d892d17e08c0e56 + 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=ff6aaadc11e889f0bcb2e5a5d63000bfe6b9257a + 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 = settings::git+https://gitlab.com/garuda-linux/firedragon/settings.git source = firedragon.desktop - sha256sums = b05d551fd0fe0114e79cbd9c2e872d5e8ced8299774a95219d332cd098c8d3ef - sha256sums = 824240c9799ac4939c195d26e43e22d788be07d23ebfb14a832194bf560b6561 - sha256sums = c391478e5a144c08fdd92cf2c4e70971afbd913947509c578f3a653a4d36cb0f + sha256sums = 20f8e200bf786d55849f5934b55b508d2a0d1cd8de67a9f9c88ecb8205aed44d + sha256sums = b7560f743bb8c25b29acc3573bb4ae8997816f7eb5e41e014535a74a0f18e4b0 + sha256sums = 86b211b89b5aa742b2f583655ba85273ea56d6c4942ba3b5a3ec2d52d6afc36f sha256sums = SKIP sha256sums = SKIP sha256sums = 53d3e743f3750522318a786befa196237892c93f20571443fdf82a480e7f0560 diff --git a/.gitignore b/.gitignore index 7d954d1..c3f87c3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *.tar.xz* +*.tar.gz* common/ floorp-core/ floorp-l10n-central/ diff --git a/PKGBUILD b/PKGBUILD index 757672c..509f5d5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -9,9 +9,9 @@ pkgname=firedragon _pkgname=FireDragon -pkgver=11.11.0 -_floorp_core_commit="31ceb1c62a7b11b07b1cfb16f6ee3de35974594c" -_floorp_l10n_commit="4c2c1ca3e907d8ce170be6770d892d17e08c0e56" +pkgver=11.11.1 +_floorp_core_commit="ff6aaadc11e889f0bcb2e5a5d63000bfe6b9257a" +_floorp_l10n_commit="b1cfac382d73f99251cf3e7076cc90e4612572f6" pkgrel=1 epoch=1 pkgdesc="Floorp fork build using custom branding & settings" @@ -82,12 +82,12 @@ 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=('b05d551fd0fe0114e79cbd9c2e872d5e8ced8299774a95219d332cd098c8d3ef' - '824240c9799ac4939c195d26e43e22d788be07d23ebfb14a832194bf560b6561' - 'c391478e5a144c08fdd92cf2c4e70971afbd913947509c578f3a653a4d36cb0f' - 'SKIP' - 'SKIP' - '53d3e743f3750522318a786befa196237892c93f20571443fdf82a480e7f0560') +sha256sums=('20f8e200bf786d55849f5934b55b508d2a0d1cd8de67a9f9c88ecb8205aed44d' + 'b7560f743bb8c25b29acc3573bb4ae8997816f7eb5e41e014535a74a0f18e4b0' + '86b211b89b5aa742b2f583655ba85273ea56d6c4942ba3b5a3ec2d52d6afc36f' + 'SKIP' + 'SKIP' + '53d3e743f3750522318a786befa196237892c93f20571443fdf82a480e7f0560') install="${pkgname}.install" # Select the method of profiling