extra/js102 to 102.8.0-1

This commit is contained in:
Kevin Mihelich 2023-02-16 20:01:11 +00:00
parent 31c3f1d5df
commit eedae031b0

View file

@ -4,7 +4,7 @@
# - configure with --disable-lto, --disable-rust-simd
pkgname=js102
pkgver=102.4.0
pkgver=102.8.0
pkgrel=1
pkgdesc="JavaScript interpreter and libraries - Version 102"
arch=(x86_64)
@ -13,10 +13,10 @@ license=(MPL)
depends=(gcc-libs readline zlib sh)
makedepends=(zip autoconf2.13 python-setuptools python-psutil rust llvm clang lld)
checkdepends=(mercurial git)
options=(!lto debug)
options=(!lto)
_relver=${pkgver}esr
source=(https://archive.mozilla.org/pub/firefox/releases/$_relver/source/firefox-$_relver.source.tar.xz{,.asc})
sha256sums=('e79f0ddd4914dfbff61c5eea7ff28ad2dd12ecfbf3d63a41dab57d50171d904e'
sha256sums=('47f8f6243bce8c2ef51adf8c9626bbf643e1c225dcb9ba5653a055ed5e76ca48'
'SKIP')
validpgpkeys=('14F26682D0916CDD81E37B6D61B7B526D98F0353') # Mozilla Software Releases <release@mozilla.com>
@ -40,9 +40,9 @@ ac_add_options --disable-lto
ac_add_options --enable-linker=lld
ac_add_options --disable-bootstrap
ac_add_options --disable-debug
ac_add_options --disable-debug-symbols
ac_add_options --disable-jemalloc
ac_add_options --disable-strip
ac_add_options --disable-unified-build
# System libraries
ac_add_options --with-system-zlib
@ -128,4 +128,4 @@ package() {
find "$pkgdir"/usr/{lib/pkgconfig,include} -type f -exec chmod -c a-x {} +
}
# vim:set sw=2 et:
# vim:set sw=2 sts=-1 et: