mirror of
https://aur.archlinux.org/firedragon.git
synced 2025-09-13 13:26:17 +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/2035124474.
This commit is contained in:
14
.SRCINFO
14
.SRCINFO
@@ -1,6 +1,6 @@
|
||||
pkgbase = firedragon
|
||||
pkgdesc = Floorp fork build using custom branding and settings
|
||||
pkgver = 12.3.0
|
||||
pkgver = 12.3.1
|
||||
pkgrel = 1
|
||||
epoch = 1
|
||||
url = https://firedragon.garudalinux.org
|
||||
@@ -60,13 +60,13 @@ pkgbase = firedragon
|
||||
options = !strip
|
||||
backup = usr/lib/firedragon/firedragon.cfg
|
||||
backup = usr/lib/firedragon/distribution/policies.json
|
||||
source = firedragon-source-v12.3.0.tar.zst::https://gitlab.com/garuda-linux/firedragon/firedragon12/-/releases/v12.3.0/downloads/firedragon-source.tar.zst
|
||||
source = firedragon-source-v12.3.1.tar.zst::https://gitlab.com/garuda-linux/firedragon/firedragon12/-/releases/v12.3.1/downloads/firedragon-source.tar.zst
|
||||
source = firedragon.psd::https://github.com/stefanwimmer128/profile-sync-daemon/raw/refs/heads/firedragon/contrib/firedragon
|
||||
sha256sums = 924ef1e351b62c4afc070abaceeea5ff2e067ed180a9314faba0fdecafc7e787
|
||||
sha256sums = ff5748dc22c15630ca998e489d686b821ed151c71612feec92b33926133deec6
|
||||
sha256sums = 61355930cc59813e7e610ffdab8a01e32be980fffe1dfd8f9654b8f8f9f7fdc0
|
||||
source_x86_64 = deno-x86_64-v2.3.2.zip::https://github.com/denoland/deno/releases/download/v2.3.2/deno-x86_64-unknown-linux-gnu.zip
|
||||
sha256sums_x86_64 = fc6311f01566489ac70ab76ba939a24bde0a5c7735a9ca5dcb84d6210e5715c7
|
||||
source_aarch64 = deno-aarch64-v2.3.2.zip::https://github.com/denoland/deno/releases/download/v2.3.2/deno-aarch64-unknown-linux-gnu.zip
|
||||
sha256sums_aarch64 = 84a3ae2b6f00ad06bdc03337208d88101dbd2897f0fa2295f101bda435a9514b
|
||||
source_x86_64 = deno-x86_64-v2.4.5.zip::https://github.com/denoland/deno/releases/download/v2.4.5/deno-x86_64-unknown-linux-gnu.zip
|
||||
sha256sums_x86_64 = 6f9d8115bb3df582c0c5674507e906323b680be0f0b15e735d0cd5ec6be44444
|
||||
source_aarch64 = deno-aarch64-v2.4.5.zip::https://github.com/denoland/deno/releases/download/v2.4.5/deno-aarch64-unknown-linux-gnu.zip
|
||||
sha256sums_aarch64 = 4e3e86739fe527c6891dbfa73799a5ec1b11f45898aaebf73bf3247c2e6a53dd
|
||||
|
||||
pkgname = firedragon
|
||||
|
10
PKGBUILD
10
PKGBUILD
@@ -8,8 +8,8 @@
|
||||
# Profile with xvfb-run, if possible
|
||||
: ${_build_pgo_xvfb:=false}
|
||||
|
||||
_pkgver=12.3.0
|
||||
_deno_ver=2.3.2
|
||||
_pkgver=12.3.1
|
||||
_deno_ver=2.4.5
|
||||
|
||||
pkgname=firedragon
|
||||
_pkgname=FireDragon
|
||||
@@ -75,10 +75,10 @@ source=(firedragon-source-v"$_pkgver".tar.zst::https://gitlab.com/garuda-linux/f
|
||||
firedragon.psd::https://github.com/stefanwimmer128/profile-sync-daemon/raw/refs/heads/firedragon/contrib/firedragon)
|
||||
source_x86_64=(deno-x86_64-v$"$_deno_ver".zip::https://github.com/denoland/deno/releases/download/v"$_deno_ver"/deno-x86_64-unknown-linux-gnu.zip)
|
||||
source_aarch64=(deno-aarch64-v$"$_deno_ver".zip::https://github.com/denoland/deno/releases/download/v"$_deno_ver"/deno-aarch64-unknown-linux-gnu.zip)
|
||||
sha256sums=('924ef1e351b62c4afc070abaceeea5ff2e067ed180a9314faba0fdecafc7e787'
|
||||
sha256sums=('ff5748dc22c15630ca998e489d686b821ed151c71612feec92b33926133deec6'
|
||||
'61355930cc59813e7e610ffdab8a01e32be980fffe1dfd8f9654b8f8f9f7fdc0')
|
||||
sha256sums_x86_64=('fc6311f01566489ac70ab76ba939a24bde0a5c7735a9ca5dcb84d6210e5715c7')
|
||||
sha256sums_aarch64=('84a3ae2b6f00ad06bdc03337208d88101dbd2897f0fa2295f101bda435a9514b')
|
||||
sha256sums_x86_64=('6f9d8115bb3df582c0c5674507e906323b680be0f0b15e735d0cd5ec6be44444')
|
||||
sha256sums_aarch64=('4e3e86739fe527c6891dbfa73799a5ec1b11f45898aaebf73bf3247c2e6a53dd')
|
||||
|
||||
# Select the method of profiling
|
||||
if [[ "${_build_pgo::1}" == "t" ]]; then
|
||||
|
Reference in New Issue
Block a user