summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 85c3004c25eb..f2369198f092 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
pkgname=firedragon-hg
_pkgname=FireDragon
__pkgname=firedragon
-pkgver=89.0a1.r642117+
+pkgver=90.0a1.r642117+
pkgrel=1
pkgdesc="Librewolf fork build using Nightly sources with custom branding, Proton UI rework & Fission enabled."
arch=(x86_64 aarch64)
@@ -79,7 +79,7 @@ sha512sums_aarch64=('SKIP'
pkgver() {
cd mozilla-unified
- printf "89.0a1.r%s" "$(hg identify -n)"
+ printf "90.0a1.r%s" "$(hg identify -n)"
}
prepare() {