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 461886d29487..429bc4941def 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 = 89.0a1.r642117+
+ pkgver = 90.0a1.r642117+
pkgrel = 1
url = https://gitlab.com/dr460nf1r3/settings/
install = firedragon.install
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() {