Update
This commit is contained in:
parent
b3425a5d1d
commit
890222f039
3 changed files with 7 additions and 7 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = firedragon
|
||||
pkgdesc = Librewolf fork build using custom branding, settings & KDE patches by OpenSUSE
|
||||
pkgver = 89.0
|
||||
pkgver = 89.0.1
|
||||
pkgrel = 1
|
||||
url = https://gitlab.com/dr460nf1r3/settings/
|
||||
install = firedragon.install
|
||||
|
@ -73,11 +73,11 @@ pkgbase = firedragon
|
|||
options = !strip
|
||||
backup = usr/lib/firedragon/firedragon.cfg
|
||||
backup = usr/lib/firedragon/distribution/policies.json
|
||||
source = https://archive.mozilla.org/pub/firefox/releases/89.0/source/firefox-89.0.source.tar.xz
|
||||
source = https://archive.mozilla.org/pub/firefox/releases/89.0.1/source/firefox-89.0.1.source.tar.xz
|
||||
source = firedragon.desktop
|
||||
source = git+https://gitlab.com/dr460nf1r3/common.git
|
||||
source = git+https://gitlab.com/dr460nf1r3/settings.git
|
||||
sha256sums = db43d7d5796455051a5b847f6daa3423393803c9288c8b6d7f1186f5e2e0a90a
|
||||
sha256sums = 3110f0b70fad1af3a306f752d561c4074238c1816698919fe8530c258290401c
|
||||
sha256sums = 158152bdb9ef6a83bad62ae03a3d9bc8ae693b34926e53cc8c4de07df20ab22d
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -4,7 +4,7 @@
|
|||
|
||||
pkgname=firedragon
|
||||
_pkgname=FireDragon
|
||||
pkgver=89.0
|
||||
pkgver=89.0.1
|
||||
pkgrel=1
|
||||
pkgdesc="Librewolf fork build using custom branding, settings & KDE patches by OpenSUSE"
|
||||
arch=(x86_64 aarch64)
|
||||
|
@ -44,7 +44,7 @@ source=(https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-
|
|||
"git+https://gitlab.com/dr460nf1r3/common.git"
|
||||
"git+https://gitlab.com/dr460nf1r3/settings.git")
|
||||
|
||||
sha256sums=('db43d7d5796455051a5b847f6daa3423393803c9288c8b6d7f1186f5e2e0a90a'
|
||||
sha256sums=('3110f0b70fad1af3a306f752d561c4074238c1816698919fe8530c258290401c'
|
||||
'158152bdb9ef6a83bad62ae03a3d9bc8ae693b34926e53cc8c4de07df20ab22d'
|
||||
'SKIP'
|
||||
'SKIP')
|
||||
|
|
|
@ -7,7 +7,7 @@ msg() {
|
|||
}
|
||||
|
||||
post_install() {
|
||||
msg "Firejail profiles are now present in firejail-git."
|
||||
msg "Firejail profiles are already present in firejail-git."
|
||||
echo ""
|
||||
msg "To use profile-sync-daemon add firedragon to ~/.config/psd/psd.conf"
|
||||
echo ""
|
||||
|
@ -18,7 +18,7 @@ post_install() {
|
|||
}
|
||||
|
||||
post_upgrade() {
|
||||
msg "Firejail profiles are now present in firejail-git."
|
||||
msg "Firejail profiles are already present in firejail-git."
|
||||
echo ""
|
||||
msg "To use profile-sync-daemon add firedragon to ~/.config/psd/psd.conf"
|
||||
echo ""
|
||||
|
|
Loading…
Reference in a new issue