summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Ruhier2020-05-26 12:02:10 +0000
committerAnthony Ruhier2020-05-26 12:02:10 +0000
commit916e79a073585604d43cc5ce83d62cbd963b9408 (patch)
tree58f9c7e7e784a531d9648ea54e9e8480e73acef3
parentf5c1de6c113f5f780a33a227f110095c56a156cd (diff)
downloadaur-916e79a073585604d43cc5ce83d62cbd963b9408.tar.gz
77rc1 update
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 15 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf00ff72e966..b8782cbc7541 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = firefox-beta
pkgdesc = Standalone web browser from mozilla.org - Beta
- pkgver = 77.0b9
+ pkgver = 77.0rc1
pkgrel = 1
url = https://www.mozilla.org/en-US/firefox/channel/#beta
arch = i686
@@ -43,16 +43,16 @@ pkgbase = firefox-beta
optdepends = pulseaudio: Audio support
optdepends = speech-dispatcher: Text-to-Speech
optdepends = hunspell-en_US: Spell checking, American English
- provides = firefox=77.0b9
+ provides = firefox=77.0rc1
conflicts = firefox-beta-bin
options = !emptydirs
options = !makeflags
options = !strip
- source = https://archive.mozilla.org/pub/firefox/releases/77.0b9/source/firefox-77.0b9.source.tar.xz
- source = https://archive.mozilla.org/pub/firefox/releases/77.0b9/source/firefox-77.0b9.source.tar.xz.asc
+ source = firefox-77.0rc1.source.tar.xz::https://ftp.mozilla.org/pub/firefox/candidates/77.0-candidates/build1/source/firefox-77.0.source.tar.xz
+ source = firefox-77.0rc1.source.tar.xz.asc::https://ftp.mozilla.org/pub/firefox/candidates/77.0-candidates/build1/source/firefox-77.0.source.tar.xz.asc
source = firefox-beta.desktop
validpgpkeys = 14F26682D0916CDD81E37B6D61B7B526D98F0353
- sha256sums = 75b0929001c10b8f7d6c7388c4c3d497f7f12f58d8c7bc0a4396bed33f4fc2b9
+ sha256sums = df8fc50fa360b10de8076aa5409d6d97f361669d802e90d51651836d1d9ec348
sha256sums = SKIP
sha256sums = d6b4c91a7fe77f9a335b44b943e120ce44511e46bbb16ae305cc82b4c3db66cd
diff --git a/PKGBUILD b/PKGBUILD
index 0c8126747313..5bbe773e9421 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -48,7 +48,9 @@ fi
pkgname=firefox-beta
_pkgname=firefox
-pkgver=77.0b9
+pkgver=77.0rc1
+_major=${pkgver/rc*}
+_build=${pkgver/*rc}
_pkgver=77.0
pkgrel=1
pkgdesc="Standalone web browser from mozilla.org - Beta"
@@ -70,11 +72,17 @@ conflicts=('firefox-beta-bin')
options=(!emptydirs !makeflags !strip)
source=(https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/$_pkgname-$pkgver.source.tar.xz{,.asc}
$pkgname.desktop)
-sha256sums=('75b0929001c10b8f7d6c7388c4c3d497f7f12f58d8c7bc0a4396bed33f4fc2b9'
+sha256sums=('df8fc50fa360b10de8076aa5409d6d97f361669d802e90d51651836d1d9ec348'
'SKIP'
'd6b4c91a7fe77f9a335b44b943e120ce44511e46bbb16ae305cc82b4c3db66cd')
validpgpkeys=('14F26682D0916CDD81E37B6D61B7B526D98F0353') # Mozilla Software Releases <release@mozilla.com>
+# RC
+if [[ $_build = ? ]]; then
+ source[0]="firefox-$pkgver.source.tar.xz::https://ftp.mozilla.org/pub/firefox/candidates/$_major-candidates/build$_build/source/firefox-$_major.source.tar.xz"
+ source[1]="firefox-$pkgver.source.tar.xz.asc::https://ftp.mozilla.org/pub/firefox/candidates/$_major-candidates/build$_build/source/firefox-$_major.source.tar.xz.asc"
+fi
+
# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
# Note: These are for Arch Linux use ONLY. For your own distribution, please
# get your own set of keys. Feel free to contact foutrelis@archlinux.org for