[arch-commits] Commit in js60/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Thu May 9 14:23:12 UTC 2019


    Date: Thursday, May 9, 2019 @ 14:23:12
  Author: heftig
Revision: 352795

60.6.3-1

Modified:
  js60/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-09 11:04:32 UTC (rev 352794)
+++ PKGBUILD	2019-05-09 14:23:12 UTC (rev 352795)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=js60
-pkgver=60.6.1
+pkgver=60.6.3
 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/mozilla-unified
+_repo=https://hg.mozilla.org/releases/mozilla-esr60
 source=("hg+$_repo#tag=FIREFOX_${pkgver//./_}esr_RELEASE"
         bug1415202.patch
         mozjs60-fix-soname.patch
@@ -21,7 +21,7 @@
             'd91a89acd88bfc747a255050757a0c17139bf5c3508c2e1c3c6bb2056786a344')
 
 prepare() {
-  cd mozilla-unified
+  cd mozilla-esr60
   mkdir obj
 
   # https://bugzilla.mozilla.org/show_bug.cgi?id=1479687
@@ -52,7 +52,7 @@
     --without-system-icu
   )
 
-  cd mozilla-unified/obj
+  cd mozilla-esr60/obj
 
   export PYTHON=/usr/bin/python2
 
@@ -71,7 +71,7 @@
     basic
   )
 
-  cd mozilla-unified/obj
+  cd mozilla-esr60/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-unified/obj
+  cd mozilla-esr60/obj
   make DESTDIR="$pkgdir" install
   rm "$pkgdir"/usr/lib/*.ajs
   find "$pkgdir"/usr/{lib/pkgconfig,include} -type f -exec chmod -c a-x {} +



More information about the arch-commits mailing list