extra/js128 to 128.2.0-1

This commit is contained in:
Kevin Mihelich 2024-09-11 10:28:39 +00:00
parent 71568936a5
commit 993aacff20
2 changed files with 8 additions and 12 deletions

View file

@ -1,6 +1,6 @@
pkgbase = js128
pkgdesc = JavaScript interpreter and libraries - Version 128
pkgver = 128.1.0
pkgver = 128.2.0
pkgrel = 1
url = https://spidermonkey.dev/
arch = x86_64
@ -20,12 +20,12 @@ pkgbase = js128
depends = sh
depends = zlib
options = !lto
source = https://archive.mozilla.org/pub/firefox/releases/128.1.0esr/source/firefox-128.1.0esr.source.tar.xz
source = https://archive.mozilla.org/pub/firefox/releases/128.1.0esr/source/firefox-128.1.0esr.source.tar.xz.asc
source = https://archive.mozilla.org/pub/firefox/releases/128.2.0esr/source/firefox-128.2.0esr.source.tar.xz
source = https://archive.mozilla.org/pub/firefox/releases/128.2.0esr/source/firefox-128.2.0esr.source.tar.xz.asc
validpgpkeys = 14F26682D0916CDD81E37B6D61B7B526D98F0353
sha256sums = ccdab622a395622abc6d80040a11715ad81a614f601db6672c05b98ac91fd9b5
sha256sums = 9617a1e547d373fe25c2f5477ba1b2fc482b642dc54adf28d815fc36ed72d0c2
sha256sums = SKIP
b2sums = 6d22bb17ad22d5e29008fd98f6b90bc6869f71c03b09e5b24a6a8a8304f303b316131aeee5d3e5f175a9194074d586a507ae121b9397aa371839dbdb1349f2bd
b2sums = b22cf139e2bd5a18dd0a18d1f1a323f1cd4ef0773ac55165318f35e40f2f248ceb11938f40cbc82284f276fe7afc4e214193e48d48dd7498ea29b09b4ab17cc3
b2sums = SKIP
pkgname = js128

View file

@ -5,7 +5,7 @@
# - remove PGO build
pkgname=js128
pkgver=128.1.0
pkgver=128.2.0
pkgrel=1
pkgdesc="JavaScript interpreter and libraries - Version 128"
url="https://spidermonkey.dev/"
@ -43,9 +43,9 @@ validpgpkeys=(
# https://blog.mozilla.org/security/2023/05/11/updated-gpg-key-for-signing-firefox-releases/
14F26682D0916CDD81E37B6D61B7B526D98F0353
)
sha256sums=('ccdab622a395622abc6d80040a11715ad81a614f601db6672c05b98ac91fd9b5'
sha256sums=('9617a1e547d373fe25c2f5477ba1b2fc482b642dc54adf28d815fc36ed72d0c2'
'SKIP')
b2sums=('6d22bb17ad22d5e29008fd98f6b90bc6869f71c03b09e5b24a6a8a8304f303b316131aeee5d3e5f175a9194074d586a507ae121b9397aa371839dbdb1349f2bd'
b2sums=('b22cf139e2bd5a18dd0a18d1f1a323f1cd4ef0773ac55165318f35e40f2f248ceb11938f40cbc82284f276fe7afc4e214193e48d48dd7498ea29b09b4ab17cc3'
'SKIP')
# Make sure the duplication between bin and lib is found
@ -95,10 +95,6 @@ build() {
CFLAGS="${CFLAGS/_FORTIFY_SOURCE=3/_FORTIFY_SOURCE=2}"
CXXFLAGS="${CXXFLAGS/_FORTIFY_SOURCE=3/_FORTIFY_SOURCE=2}"
# Breaks compilation since https://bugzilla.mozilla.org/show_bug.cgi?id=1896066
CFLAGS="${CFLAGS/-fexceptions/}"
CXXFLAGS="${CXXFLAGS/-fexceptions/}"
cat >.mozconfig ../mozconfig
./mach build --priority normal
}