Date: Wednesday, May 22, 2019 @ 00:52:58 Author: heftig Revision: 353782
60.7.0-1 Modified: js60/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-05-22 00:25:05 UTC (rev 353781) +++ PKGBUILD 2019-05-22 00:52:58 UTC (rev 353782) @@ -1,7 +1,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=js60 -pkgver=60.6.3 +pkgver=60.7.0 pkgrel=1 _ffver=${pkgver%%.*} pkgdesc="JavaScript interpreter and libraries - Version $_ffver" @@ -10,7 +10,7 @@ license=(MPL) depends=(gcc-libs readline zlib sh) makedepends=(python2 zip autoconf2.13 mercurial) -_repo=https://hg.mozilla.org/releases/mozilla-esr60 +_repo=https://hg.mozilla.org/mozilla-unified source=("hg+$_repo#tag=FIREFOX_${pkgver//./_}esr_RELEASE" bug1415202.patch mozjs60-fix-soname.patch @@ -21,7 +21,7 @@ 'd91a89acd88bfc747a255050757a0c17139bf5c3508c2e1c3c6bb2056786a344') prepare() { - cd mozilla-esr60 + cd mozilla-unified mkdir obj # https://bugzilla.mozilla.org/show_bug.cgi?id=1479687 @@ -52,7 +52,7 @@ --without-system-icu ) - cd mozilla-esr60/obj + cd mozilla-unified/obj export PYTHON=/usr/bin/python2 @@ -71,7 +71,7 @@ basic ) - cd mozilla-esr60/obj + cd mozilla-unified/obj make -C js/src check-jstests check-jit-test \ JSTESTS_EXTRA_ARGS="${jstests_extra_args[*]}" \ JITTEST_EXTRA_ARGS="${jittest_extra_args[*]}" \ @@ -79,7 +79,7 @@ } package() { - cd mozilla-esr60/obj + cd mozilla-unified/obj make DESTDIR="$pkgdir" install rm "$pkgdir"/usr/lib/*.ajs find "$pkgdir"/usr/{lib/pkgconfig,include} -type f -exec chmod -c a-x {} +
