1
0
mirror of https://aur.archlinux.org/firedragon.git synced 2024-12-26 12:44:21 +00:00

Update version string to 89

This commit is contained in:
dr460nf1r3 2021-03-23 18:02:01 +01:00
parent 259bea0d98
commit 5c152c086b
No known key found for this signature in database
GPG Key ID: BE75B9D9767036C2
2 changed files with 6 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = firedragon pkgbase = firedragon
pkgdesc = Librewolf fork build using Nightly sources with custom branding, Proton UI rework & Fission enabled. pkgdesc = Librewolf fork build using Nightly sources with custom branding, Proton UI rework & Fission enabled.
pkgver = 88.0a1.r637287+ pkgver = 88.0a1.r638601+
pkgrel = 1 pkgrel = 1
url = https://gitlab.com/dr460nf1r3/settings/ url = https://gitlab.com/dr460nf1r3/settings/
install = firedragon.install install = firedragon.install
@ -44,6 +44,7 @@ pkgbase = firedragon
depends = nss-hg depends = nss-hg
depends = ttf-font depends = ttf-font
depends = libpulse depends = libpulse
depends = whoogle-git
depends = libvpx depends = libvpx
depends = libjpeg depends = libjpeg
depends = zlib depends = zlib
@ -69,7 +70,7 @@ pkgbase = firedragon
source_x86_64 = remove_addons.patch source_x86_64 = remove_addons.patch
source_x86_64 = context-menu.patch source_x86_64 = context-menu.patch
sha512sums_x86_64 = SKIP sha512sums_x86_64 = SKIP
sha512sums_x86_64 = 7fdfc23fbf637ef036f51b439e56a84fd12d7f50a894b7318d287da1584ed8be1958c1e403735e9edab8888699f3a68df5c69854d4b87187af1c76734644e44e sha512sums_x86_64 = 1688d8696f0a4451bc1211707362ca79d302ae0e8153be8326392b5617cb3944344e9d8fe17d0b1d5fe7df6d38fd44d4d33e3eb84e7b8763c37aeab4b2c26290
sha512sums_x86_64 = SKIP sha512sums_x86_64 = SKIP
sha512sums_x86_64 = SKIP sha512sums_x86_64 = SKIP
sha512sums_x86_64 = 861e692daf2be7239eb6b61435688a7abed2bef198067f5b3a9c1a44d8316d1e547c06e1bfb45be402c4c38b1bf13018ba594d433c1b70da6296bd5b90b0fbe3 sha512sums_x86_64 = 861e692daf2be7239eb6b61435688a7abed2bef198067f5b3a9c1a44d8316d1e547c06e1bfb45be402c4c38b1bf13018ba594d433c1b70da6296bd5b90b0fbe3
@ -83,7 +84,7 @@ pkgbase = firedragon
source_aarch64 = arm.patch source_aarch64 = arm.patch
source_aarch64 = build-arm-libopus.patch source_aarch64 = build-arm-libopus.patch
sha512sums_aarch64 = SKIP sha512sums_aarch64 = SKIP
sha512sums_aarch64 = 7fdfc23fbf637ef036f51b439e56a84fd12d7f50a894b7318d287da1584ed8be1958c1e403735e9edab8888699f3a68df5c69854d4b87187af1c76734644e44e sha512sums_aarch64 = 1688d8696f0a4451bc1211707362ca79d302ae0e8153be8326392b5617cb3944344e9d8fe17d0b1d5fe7df6d38fd44d4d33e3eb84e7b8763c37aeab4b2c26290
sha512sums_aarch64 = SKIP sha512sums_aarch64 = SKIP
sha512sums_aarch64 = SKIP sha512sums_aarch64 = SKIP
sha512sums_aarch64 = 861e692daf2be7239eb6b61435688a7abed2bef198067f5b3a9c1a44d8316d1e547c06e1bfb45be402c4c38b1bf13018ba594d433c1b70da6296bd5b90b0fbe3 sha512sums_aarch64 = 861e692daf2be7239eb6b61435688a7abed2bef198067f5b3a9c1a44d8316d1e547c06e1bfb45be402c4c38b1bf13018ba594d433c1b70da6296bd5b90b0fbe3

View File

@ -9,7 +9,7 @@
pkgname=firedragon pkgname=firedragon
_pkgname=FireDragon _pkgname=FireDragon
pkgver=88.0a1.r637287+ pkgver=89.0a1.r638601+
pkgrel=1 pkgrel=1
pkgdesc="Librewolf fork build using Nightly sources with custom branding, Proton UI rework & Fission enabled." pkgdesc="Librewolf fork build using Nightly sources with custom branding, Proton UI rework & Fission enabled."
arch=(x86_64 aarch64) arch=(x86_64 aarch64)
@ -67,7 +67,7 @@ sha512sums_aarch64=('SKIP'
pkgver() { pkgver() {
cd mozilla-unified cd mozilla-unified
printf "88.0a1.r%s" "$(hg identify -n)" printf "89.0a1.r%s" "$(hg identify -n)"
} }
prepare() { prepare() {