Update
This commit is contained in:
parent
367b08710a
commit
90a112fad6
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = firedragon
|
||||
pkgdesc = Librewolf fork build using custom branding, settings & KDE patches by OpenSUSE
|
||||
pkgver = 103.0
|
||||
pkgver = 103.0.1
|
||||
pkgrel = 1
|
||||
url = https://gitlab.com/dr460nf1r3/settings/
|
||||
install = firedragon.install
|
||||
|
@ -67,8 +67,8 @@ pkgbase = firedragon
|
|||
options = !debug
|
||||
backup = usr/lib/firedragon/firedragon.cfg
|
||||
backup = usr/lib/firedragon/distribution/policies.json
|
||||
source = https://archive.mozilla.org/pub/firefox/releases/103.0/source/firefox-103.0.source.tar.xz
|
||||
source = https://archive.mozilla.org/pub/firefox/releases/103.0/source/firefox-103.0.source.tar.xz.asc
|
||||
source = https://archive.mozilla.org/pub/firefox/releases/103.0.1/source/firefox-103.0.1.source.tar.xz
|
||||
source = https://archive.mozilla.org/pub/firefox/releases/103.0.1/source/firefox-103.0.1.source.tar.xz.asc
|
||||
source = firedragon.desktop
|
||||
source = git+https://gitlab.com/dr460nf1r3/common.git
|
||||
source = git+https://gitlab.com/dr460nf1r3/settings.git
|
||||
|
@ -76,7 +76,7 @@ pkgbase = firedragon
|
|||
source = librewolf-settings::git+https://gitlab.com/librewolf-community/settings.git
|
||||
source = cachyos-source::git+https://github.com/CachyOS/CachyOS-Browser-Common.git
|
||||
validpgpkeys = 14F26682D0916CDD81E37B6D61B7B526D98F0353
|
||||
sha256sums = acc41d050560db4c4177ea86e2d00e47d74229041fea4c02c0e9e87e64093773
|
||||
sha256sums = b2db4df5fae0801e6406686876e8115d9529fb93a01566f22548908ca6c2cf82
|
||||
sha256sums = SKIP
|
||||
sha256sums = 158152bdb9ef6a83bad62ae03a3d9bc8ae693b34926e53cc8c4de07df20ab22d
|
||||
sha256sums = SKIP
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -4,7 +4,7 @@
|
|||
|
||||
pkgname=firedragon
|
||||
_pkgname=FireDragon
|
||||
pkgver=103.0
|
||||
pkgver=103.0.1
|
||||
pkgrel=1
|
||||
pkgdesc="Librewolf fork build using custom branding, settings & KDE patches by OpenSUSE"
|
||||
arch=(x86_64 x86_64_v3 aarch64)
|
||||
|
@ -39,7 +39,7 @@ source=(https://archive.mozilla.org/pub/firefox/releases/"$pkgver"/source/firefo
|
|||
"librewolf-settings::git+https://gitlab.com/librewolf-community/settings.git"
|
||||
"cachyos-source::git+https://github.com/CachyOS/CachyOS-Browser-Common.git")
|
||||
# source_aarch64=()
|
||||
sha256sums=('acc41d050560db4c4177ea86e2d00e47d74229041fea4c02c0e9e87e64093773'
|
||||
sha256sums=('b2db4df5fae0801e6406686876e8115d9529fb93a01566f22548908ca6c2cf82'
|
||||
'SKIP'
|
||||
'158152bdb9ef6a83bad62ae03a3d9bc8ae693b34926e53cc8c4de07df20ab22d'
|
||||
'SKIP'
|
||||
|
|
Loading…
Reference in a new issue