summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6151070674de..5b26c6432a25 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = firedragon-hg
pkgdesc = Librewolf fork build using Nightly sources with custom branding, Proton UI rework & Fission enabled.
- pkgver = 91.0a1.r652407
+ pkgver = 92.0a1.r654890
pkgrel = 1
url = https://gitlab.com/dr460nf1r3/settings/
install = firedragon.install
diff --git a/PKGBUILD b/PKGBUILD
index 287407f0aec7..4775846033ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
pkgname=firedragon-hg
_pkgname=FireDragon
__pkgname=firedragon
-pkgver=91.0a1.r652407
+pkgver=92.0a1.r654890
pkgrel=1
pkgdesc="Librewolf fork build using Nightly sources with custom branding, Proton UI rework & Fission enabled."
arch=(x86_64 aarch64)
@@ -52,7 +52,7 @@ sha512sums=('SKIP'
pkgver() {
cd mozilla-unified
- printf "91.0a1.r%s" "$(hg identify -n)" | sed 's/\+//g'
+ printf "92.0a1.r%s" "$(hg identify -n)" | sed 's/\+//g'
}
prepare() {