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

Jan Steffens heftig at archlinux.org
Thu Feb 13 18:33:34 UTC 2020


    Date: Thursday, February 13, 2020 @ 18:33:33
  Author: heftig
Revision: 375550

68.5.0-2: compress better

Modified:
  js68/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-13 16:43:57 UTC (rev 375549)
+++ PKGBUILD	2020-02-13 18:33:33 UTC (rev 375550)
@@ -2,7 +2,7 @@
 
 pkgname=js68
 pkgver=68.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="JavaScript interpreter and libraries - Version 68"
 arch=(x86_64)
 url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey"
@@ -16,6 +16,9 @@
             'SKIP')
 validpgpkeys=('14F26682D0916CDD81E37B6D61B7B526D98F0353') # Mozilla Software Releases <release at mozilla.com>
 
+# Make sure the duplication between bin and lib is found
+COMPRESSZST+=(--long)
+
 prepare() {
   cd firefox-$pkgver
   mkdir obj



More information about the arch-commits mailing list